html {
  height: 100%;
  font-size: 62.5%
}

body {
  font-family: 'Sawarabi Gothic', sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1.6rem;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  background: #fff
}

.text1 {
  overflow: auto;
  zoom: 1
}

a:link,
a:visited,
a:hover {
  color: #096
}

a:link {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

h2 {
  font-size: 20px;
  color: #096
}

h3 {
  font-size: 16px;
  color: #333
}

h4 {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 1000;
  font-size: 2.4rem
}

h4 b {
  font-size: 2.8rem
}

h6 {
  font-size: 4rem;
  color: #fb920a
}

h6 b {
  font-size: 2.8rem
}

h6 span {
  font-size: 4.8rem
}

.h7 {
  font-size: 4rem
}

.h7 b {
  font-size: 2.8rem
}

.h7 span {
  font-size: 4.8rem;
  border-bottom: 10px solid #CC0000
}

@media screen and (max-width: 480px) {
  .h7 {
    margin-bottom: 10px
  }

  .h7 span {
    font-size: 3rem
  }
}

.h8 {
  font-size: 3.5rem;
  color: #333
}

.h8 b {
  font-size: 2.8rem
}

.h8 span {
  font-size: 4.8rem;
  border-bottom: 10px solid #CC0000
}

@media screen and (max-width: 480px) {
  .h8 {
    margin-bottom: 10px;
    font-size: 2.5rem
  }
}

.mtitle-sp {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  margin: 0px 0 20px;
  padding-bottom: 10px
}

.mtitle-sp span {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  line-height: 1.8em
}

.title1 {
  position: relative;
  padding-bottom: .5em;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 30px
}

.title1::before,
.title1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px
}

.title1::before {
  z-index: 2;
  width: 15%;
  background-color: #009966
}

.title1::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #333, #333 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #999, #999 2px, #fff 2px, #fff 4px)
}

.title1 ._clr_base {
  padding-left: 10px;
  color: #009966
}

.title1 span {
  float: right;
  font-size: 14px;
  color: #aaa
}

.title2 {
  position: relative;
  padding-bottom: .5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 30px;
  text-align: center
}

.title2 ._sub {
  margin-top: 5px;
  display: block;
  color: #e26809
}

.title3 {
  background: #bcd0c9;
  color: #111;
  position: relative;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: left
}

.title3-2 {
  background: #00b0f0;
  color: #111;
  position: relative;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: left
}

.title3-3 {
  background: #d3edfb;
  color: #111;
  position: relative;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: left
}

.title4 {
  font-size: 20px;
  border-bottom: 1px solid #009966
}

.title5 {
  font-size: 28px;
  border-bottom: 3px solid #333;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.title5 span {
  font-size: 20px;
  display: block;
  color: #003399
}

#seoA {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #eee
}

#seo {
  margin: 0 auto;
  padding: 3px 0 2px;
  width: 960px;
  font-size: 12px;
  line-height: 1.3;
  color: #666
}

#seo h1 {
  text-align: left;
  font-weight: normal
}

#seo h1+p {
  text-align: right;
  display: inline
}

header {
  width: 100%;
  border-top: #008A7C 4px solid;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999999
}

#headA {
  width: 100%
}

#head {
  margin: 0 auto;
  padding: 5px 20px 5px
}

.logo {
  float: left
}

.tel {
  float: right
}

.mailbtn {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  float: left;
  font-size: 12px;
  margin-right: 10px
}

.mailbtn a {
  text-align: center;
  width: 120px;
  display: block;
  padding: 3px 10px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #99CC66;
  border: 1px solid #99CC66;
  border-radius: 0 0 5px 5px
}

.mailbtn a:link {
  color: #fff;
  text-decoration: none
}

.mailbtn a:visited {
  color: #fff
}

.mailbtn a:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
  background: #99CC66
}

.mailbtn a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  margin-right: 5px
}

.telbtn {
  font-size: 16px;
  letter-spacing: 2px
}

.telbtn a {
  font-size: 22px;
  text-align: center;
  display: block;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s
}

.telbtn a:link {
  color: #003399;
  text-decoration: none
}

.telbtn a:visited {
  color: #111
}

.telbtn a:hover {
  text-decoration: none;
  opacity: 0.3
}

.telbtn a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f098";
  margin-right: 5px;
  font-size: 16px
}

.telbtn2 {
  float: left;
  margin: 0 15px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  padding-top: 5px;
  font-size: 1.1rem
}

.telbtn2 span {
  font-size: 2.9rem;
  letter-spacing: 0
}

.telbtn2 span:before {
  font-family: 'FontAwesome';
  content: "\f095";
  margin-right: 5px;
  color: #009966
}

#menu {
  float: right;
  padding: 10px 0
}

#menu li {
  float: left;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  text-align: center;
  line-height: 1.4
}

#menu li a {
  padding: 6px 0 2px;
  color: #555;
  display: block;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s
}

#menu li a:hover {
  text-decoration: none;
  opacity: 0.5
}

#menu li a span {
  display: block;
  color: #56aee2;
  font-size: 10px
}

#menu li.menu-1 a {
  padding: 13px 0 13px;
  line-height: normal;
  height: auto
}

#menu ul li ul {
  position: absolute;
  top: 60px;
  left: -1px;
  width: 200px;
  z-index: 100
}

#menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 220px;
  height: 0;
  padding: 0;
  background: #fff
}

#menu ul li ul li a {
  display: block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0;
  text-align: left;
  text-indent: 10px;
  font-size: 15px
}

#menu ul li ul li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px
}

#menu ul li ul li a:link,
#menu ul li ul li a:visited {
  color: #096;
  font-weight: normal
}

#menu ul li ul li a:hover {
  color: #096;
  font-weight: normal;
  background: #096;
  color: #fff
}

#menu ul li:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 30px;
  z-index: 10
}

#menu * {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.smenu {
  margin: 5px 0
}

.smenu li {
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #ccc;
  margin-bottom: 3px
}

.smenu a {
  padding: 5px 5px;
  display: block;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), to(#e8ddce));
  background: linear-gradient(to bottom, #fff 1%, #e8ddce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8ddce', GradientType=0)
}

.smenu a:hover {
  background: #E5D6C3;
  text-decoration: none
}

.smenu a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px
}

.smenu li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px solid #ccc
}

.smenu a:link,
.smenu a:visited {
  color: #555
}

.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 480px
}

.wideslider ul {
  float: left;
  display: inline
}

.wideslider ul li {
  float: left;
  display: inline
}

.wideslider ul li img {
  width: 100%;
  display: none
}

.wideslider_base {
  top: 0;
  position: absolute
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden
}

.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer
}

.slider_prev {
  background: #fff url(../photo/prev.jpg) no-repeat right center
}

.slider_next {
  background: #fff url(../photo/next.jpg) no-repeat left center
}

#flashA {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background-color: #eee
}

#flash {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative
}

.flashimg {
  width: 100%;
  height: auto;
  position: absolute;
  padding: 5px 0;
  text-align: center;
  bottom: 0;
  margin: auto;
  z-index: 5000
}

.flashimg img {
  width: 100%;
  max-width: 960px
}

#sougyounen h2 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 65px;
  margin: auto;
  letter-spacing: 3px;
  color: #063e9f;
  line-height: 1.4;
  font-weight: bold;
  -webkit-filter: dropshadow(color=#fff, offX=0, offY=-1) dropshadow(color=#fff, offX=1, offY=0) dropshadow(color=#fff, offX=0, offY=1) dropshadow(color=#fff, offX=-1, offY=0);
  filter: dropshadow(color=#fff, offX=0, offY=-1) dropshadow(color=#fff, offX=1, offY=0) dropshadow(color=#fff, offX=0, offY=1) dropshadow(color=#fff, offX=-1, offY=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E605a44a, endColorstr=#E605a44a) \9;
  text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 1px, #ffffff 1px -1px 0px, #ffffff -1px -1px 1px;
  text-shadow: #ffffff 2px 2px 1px, #ffffff -2px 2px 1px, #ffffff 2px -2px 1px, #ffffff -2px -2px 1px
}

#sougyounen h2 b {
  font-size: 55px
}

#sougyounen h2 span {
  color: #fff;
  font-size: 80px;
  font-family: Impact;
  text-shadow: #05a44a 1px 1px 0px, #05a44a -1px 1px 1px, #05a44a 1px -1px 0px, #05a44a -1px -1px 1px;
  text-shadow: #05a44a 2px 2px 1px, #05a44a -2px 2px 1px, #05a44a 2px -2px 1px, #05a44a -2px -2px 1px;
  margin-left: 5px;
  -webkit-filter: dropshadow(color=#05a44a, offX=1, offY=1);
  filter: dropshadow(color=#05a44a, offX=1, offY=1);
  -webkit-filter: dropshadow(color=#05a44a, offX=-1, offY=1);
  filter: dropshadow(color=#05a44a, offX=-1, offY=1);
  -webkit-filter: dropshadow(color=#05a44a, offX=1, offY=-1);
  filter: dropshadow(color=#05a44a, offX=1, offY=-1);
  -webkit-filter: dropshadow(color=#05a44a, offX=-1, offY=-1);
  filter: dropshadow(color=#05a44a, offX=-1, offY=-1);
  display: inline-block
}

#sougyounen h2 span.sfont {
  font-size: 45px
}

.slide1 {
  background-image: url(../bxslider/images/flash1.jpg)
}

.slide2 {
  background-image: url(../bxslider/images/flash2.jpg)
}

.slide3 {
  background-image: url(../bxslider/images/flash3.jpg)
}

.slide1,
.slide2,
.slide3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  background-color: #eee;
  padding: 0px 0
}

.slideimg {
  max-width: 960px;
  height: auto;
  margin: 0 auto
}

#top_image {
  width: 100%;
  display: table;
  padding: 0px 0
}

.textbox {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url(../img/flashimgA.png) repeat-x bottom
}

#down_btn {
  position: absolute;
  text-align: bottom;
  width: 100%;
  bottom: 20px
}

.bg-image1 {
  background-image: url(../img/bg-image1.jpg)
}

.bg-image2 {
  background-image: url(../img/bg-image2.png);
  padding: 60px 0 150px
}

.bg-image3 {
  background-image: url(../img/bg-image3.png);
  padding: 150px 0 100px
}

.bg-image4 {
  background-image: url(../img/bg-image4.jpg)
}

.bg-image5 {
  background-image: url(../img/bg-image5.jpg)
}

.bg-image1,
.bg-image2,
.bg-image3,
.bg-image4,
.bg-image5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover
}

@media screen and (max-width: 768px) {
  .bg-image2 {
    padding: 0px 0 0px
  }
}

#titleA1 {
  background-image: url(../img/bg-title1.jpg);
  background-color: #eee
}

#titleA2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/14276/bg-ttl.jpg)
}

#titleA3 {
  background-image: url(../img/bg-title3.jpg)
}

#titleA4 {
  background-image: url(../img/bg-title4.jpg)
}

#titleA5 {
  background-image: url(../img/bg-title5.jpg)
}

#titleA1,
#titleA2,
#titleA3,
#titleA4,
#titleA5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  padding: 75px 0
}

#titleA {
  background: url(../img/sky.jpg) repeat-x
}

#title {
  width: 960px;
  padding: 55px 0;
  margin: 0px auto 0px
}

#title h2 {
  float: left;
  font-size: 28px;
  color: #096;
  border-left: #096 solid 4px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff
}

#title p span {
  margin-left: 5px;
  font-size: 13px;
  color: #EEE
}

#pankuzu {
  float: right;
  margin: 8px 0 0;
  padding: 0 8px;
  font-size: 11px;
  color: #555;
  background-color: rgba(255, 255, 255, 0.8)
}

#pankuzu li {
  display: inline
}

#pankuzu li a {
  display: inline;
  padding: 0
}

#pankuzu li+li:before {
  margin: 0 10px;
  content: ">"
}

.concept-wrap {
  position: relative;
  padding: 50px 0
}

.concept-wrap .bg-back {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F3F3F3;
  width: 50%;
  height: 100%
}

.concept-wrap .concept-inner {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px
}

.concept-wrap .figure {
  position: absolute;
  top: 0;
  right: 0;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 74%;
  height: 100%
}

.concept-wrap .fig01 {
  background-image: url("../img/fig01.jpg")
}

.concept-wrap .fig02 {
  background-image: url("../img/fig02.jpg")
}

.concept-wrap .in-wrap {
  position: relative;
  float: left;
  width: 530px;
  padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
  background-color: rgba(255, 255, 255, 0.8);
  width: 470px;
  padding: 30px
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
  color: #07b6f6;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 15px
}

.concept-wrap .in-wrap .concept-box .conts-ttl span {
  font-size: 1.3rem;
  color: #000
}

.concept-wrap .in-wrap .concept-box .conts-sub_ttl {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 15px
}

#singlepage {
  padding: 0 0 350px
}

.single {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0
}

.single2 {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 0
}

#singlepage section {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0
}

.textwrap {
  width: 960px;
  margin: 0px auto;
  padding: 20px 0
}

.textwrapa {
  width: 940px;
  margin: 0px auto 0px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 2px
}

.textwrapb {
  width: 960px;
  margin: 0px auto 0px;
  padding: 30px 0
}

.textwrap2 {
  width: 960px;
  margin: 0px auto 0px;
  padding: 30px;
  color: #fff
}

.textwrap h1 {
  text-align: center;
  padding: 20px 0
}

.rss {
  width: 710px;
  margin: 0 auto;
  padding: 0 0 25px
}

.pprice {
  background: rgba(255, 255, 255, 0.3);
  padding: 1px 10px;
  overflow: hidden;
  font-size: 15px;
  border-radius: 10px;
  margin: 5px 0
}

.pprice b {
  color: #E0FF00
}

.pprice:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f140";
  color: #E0FF00;
  margin-right: 5px
}

.mtitle-x {
  font-size: 25px;
  text-align: center;
  color: #484848;
  margin: 20px 0 5px
}

#body {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%
}

#containar {
  position: relative;
  width: 980px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
  box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px
}

#wrapA {
  width: 100%
}

#wrap {
  width: 960px;
  padding: 20px 0px 280px;
  margin: 0 auto
}

#main {
  float: left;
  width: 710px
}

.mbox {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 1px;
  margin-bottom: 20px
}

.mbox1 {
  padding: 10px;
  background: #fff2cc
}

.mbox2 {
  padding: 10px;
  background: #e2f0d9
}

.mtitle-bg {
  height: 145px;
  line-height: 145px;
  width: 200px;
  float: left;
  font-size: 18px;
  background-color: #22b9d5;
  color: #fff;
  text-indent: 0em;
  padding: 0;
  text-align: center;
  font-weight: bold;
  margin: 0px 0;
  border-radius: 5px 0px 0 5px;
  letter-spacing: 1px
}

.lbox {
  float: left;
  width: 470px
}

.rbox {
  float: right;
  width: 470px
}

.box_l {
  width: 470px;
  float: left
}

.box_r {
  width: 470px;
  float: right
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 7px 0px;
  width: 100%;
  color: #333;
  font-size: 16px;
  background: #fff2cc
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff2cc
}

.balloon1 p {
  margin: 0;
  padding: 0
}

.balloon1-left {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff
}

.balloon1-left p {
  margin: 0;
  padding: 0
}

.balloon1-right {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff
}

.balloon1-right p {
  margin: 0;
  padding: 0
}

#side {
  float: right;
  width: 230px;
  font-size: 12px
}

.archive-titles {
  display: inline-block;
  margin: 3px 0;
  line-height: 1.4;
}

.archive-titles-date {
  display: inline-block;
  margin-bottom: 2px;
  padding: 2px 5px 1px 5px;
  background-color: rgba(0, 153, 102, 0.8);
  color: #ffffff;
  border-radius: 2px;
}

.sbox {
  padding: 10px;
  background: #EDE2CE;
  margin-bottom: 20px
}

.lmain {
  float: left;
  width: 345px
}

.rmain {
  float: right;
  width: 345px
}

.lsingle {
  float: left;
  width: 585px
}

.rsingle {
  float: right;
  width: 585px
}

.lsingle2 {
  float: left;
  width: 420px
}

.rsingle2 {
  float: right;
  width: 530px
}

#toTop {
  width: 960px;
  margin: 0 auto;
  padding: 0 0px
}

.toTop {
  text-align: right;
  margin-bottom: 20px;
  font-size: 12px
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999
}

#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block
}

#page-top a:hover {
  opacity: 0.6;
  text-decoration: none
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  text-align: left;
  background: #003399
}

#footer {
  width: 960px;
  margin: 0 auto 0;
  padding: 30px 0 30px;
  font-size: 11px
}

.logo-f {
  float: right
}

#fmenuA {
  width: 100%;
  margin-bottom: 10px
}

#fmenu {
  list-style-type: none;
  font-size: 12px;
  width: 960px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc
}

#fmenu ul {
  margin-bottom: 2px
}

#fmenu li {
  text-align: left;
  display: inline-block;
  margin-right: 25px
}

#fmenu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
  color: #096
}

#fmenu li:last-child {
  border: none;
  margin: 0
}

#fmenu a:link,
#fmenu a:visited,
#fmenu a:hover {
  color: #fff;
  text-decoration: none
}

#fmenu li ul li {
  font-weight: normal;
  font-size: 11px
}

#fmenu li ul li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "f0da";
  margin-right: 5px;
  color: #fff
}

#fmenu-lg {
  font-family: "Mplus 1p";
  border-right: 1px solid #ddd;
  width: 890px
}

#fmenu-lg ul {
  margin-bottom: 15px
}

#fmenu-lg li {
  width: 137px;
  float: left;
  text-align: left;
  line-height: 1.3;
  font-weight: normal;
  padding-left: 10px;
  text-indent: -10px;
  height: 180px;
  font-size: 14px
}

#fmenu-lg li:before {
  content: "●";
  margin-right: 3px;
  color: #99CC66
}

#fmenu-lg li:last-child {
  border: none;
  margin: 0
}

#fmenu-lg a:link,
#fmenu-lg a:visited {
  color: #555;
  text-decoration: none
}

#fmenu-lg a:hover {
  color: #555;
  text-decoration: none;
  color: #99CC66;
  text-decoration: underline
}

#fmenu-lg li ul {
  margin-top: 15px
}

#fmenu-lg li ul li {
  font-weight: normal;
  font-size: 11px;
  padding-left: 0em;
  border-right: 0px solid #aaa;
  height: auto;
  margin-bottom: 8px
}

#fmenu-lg li ul li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "・";
  margin-right: 5px;
  color: #fff
}

.copyright {
  padding: 0px 0
}

.table1 {
  margin: 15px 0
}

.table1 th {
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 1px solid;
  color: #555;
  background: #f2f2f2
}

.table1 td {
  padding: 5px 10px;
  vertical-align: middle;
  border: #ddd 1px solid
}

.table1 td b {
  color: red
}

.table2 td {
  text-align: center
}

.table3 th {
  width: 33%
}

table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-size: 14px
}

table.company th,
table.company td {
  padding: 10px
}

table.company th {
  background: #009966;
  vertical-align: middle;
  text-align: left;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 14px
}

table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #009966;
  border-width: 10px;
  margin-top: -10px
}

table.company td {
  background: #f5f5f5;
  padding-left: 20px
}

@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #295890 10px solid;
    margin-top: -10px
  }
}

.form {
  margin: 10px 0 10px
}

.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px
}

.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px
}

.form dl {
  margin: 10px 0;
  font-size: 16px
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee
}

.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd
}

.textarea,
.textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0
}

.tcen {
  text-align: center
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #096;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #096
}

#mailform button:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f003";
  margin-right: 6px
}

#mailform button:hover {
  background: #fff;
  color: #096
}

#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s
}

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: '';
  z-index: 3
}

label.radio_text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64BCFF;
  z-index: 1
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff
}

label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #FFF;
  box-shadow: 20px -1px #FFF
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3
}

label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #64BCFF;
  border-bottom: 3px solid #64BCFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #FFF;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
  box-shadow: 40px 0px #666;
  opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #EEE;
  box-shadow: 41px 0px #EEE
}

.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
  text-align: center
}

.background-2set {
  background-image: url(../img/bingata.png), url(../img/bingata.png), url(../img/bg2.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top right, bottom left, top;
  background-attachment: scroll, scroll, fixed
}

.tbox {
  width: 710px;
  margin: 0 auto
}

.tbox-bl {
  border: 1px solid #3D2B00;
  background: #FFF;
  padding: 10px;
  margin: 10px 0
}

.tbox-r {
  padding: 10px;
  background: #d8f2ff;
  border-radius: 5px;
  margin: 10px 0
}

.tbox-bg {
  background-color: #eee;
  padding: 10px
}

.works {
  width: 100%;
  margin: 10px auto 0;
  padding: 10px
}

.works ul {
  margin-right: -21px;
  margin-bottom: -10px;
  overflow: hidden
}

.works .gallery {
  background: #eee;
  width: 216px;
  height: 216px;
  line-height: 216px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden
}

.works .gallery img {
  max-width: 216px;
  max-height: 216px;
  vertical-align: middle
}

.works li {
  float: left;
  width: 216px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 10px
}

.works dl {
  background: #222;
  height: 45px;
  color: #fff;
  padding: 10px 0;
  margin-top: 5px;
  border: 0px solid #fff
}

.works li dt {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1.6
}

.works li dd {
  padding: 5px 0 0;
  text-align: center
}

.photo {
  width: 100%;
  margin: 10px auto 0
}

.photo ul {
  margin-right: -11px;
  margin-bottom: 0;
  text-align: center
}

.photo li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block
}

.photo li a {
  display: block;
  text-align: center;
  width: 232px;
  height: 232px;
  line-height: 232px;
  background: #eee
}

.photo li:last-child {
  margin-right: 0px
}

.photo li img {
  vertical-align: middle;
  max-width: 232px;
  max-height: 232px
}

.photo li p {
  height: 30px;
  font-size: 12px;
  width: 232px;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis
}

.photo2 {
  width: 100%;
  margin: 10px auto 0
}

.photo2 ul {
  margin-right: -11px;
  margin-bottom: 0;
  text-align: center
}

.photo2 li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block
}

.photo2 li a {
  display: block;
  text-align: center;
  width: 232px;
  height: 232px;
  line-height: 232px;
  background: #eee
}

.photo2 li:last-child {
  margin-right: 0px
}

.photo2 li img {
  vertical-align: middle;
  max-width: 232px;
  max-height: 232px
}

.photo2 li p {
  font-size: 16px;
  width: 232px;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis
}

.photo3 {
  width: 100%;
  margin: 10px auto 0
}

.photo3 ul {
  margin-right: -11px;
  margin-bottom: 0;
  text-align: center
}

.photo3 li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block
}

.photo3 li a {
  display: block;
  text-align: center;
  width: 232px;
  height: 232px;
  line-height: 232px;
  background: #eee
}

.photo3 li:last-child {
  margin-right: 0px
}

.photo3 li img {
  vertical-align: middle;
  max-width: 232px;
  max-height: 232px
}

.photo3 li p {
  font-size: 16px;
  width: 232px;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: left;
  text-overflow: ellipsis
}

.top_bnr {
  width: 100%
}

.top_bnr .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.top_bnr .flexbox li {
  width: 47%;
  margin-bottom: 15px
}

.top_bnr .flexbox li img {
  width: 100%
}

.blog-top .page_next {
  display: none
}

.blog_card {
  width: 100%
}

.blog_card li {
  float: left;
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px
}

.blog_card li .blog_dt {
  font-family: 'Kaushan Script', cursive;
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #280000
}

.blog_card li .blog_img {
  height: 140px;
  text-align: center
}

.blog_card li .blog_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  overflow-y: hidden;
  margin-bottom: 5px;
  height: 17px;
  white-space: nowrap;
  overflow: hidden
}

.blog_card li .blog_body {
  line-height: 1.2;
  font-size: 12px;
  height: 15px;
  white-space: nowrap;
  overflow: hidden
}

.blog_card li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.news {
  overflow: hidden
}

.news dt {
  float: left;
  width: 8em;
  padding-top: 5px;
  line-height: 1.3;
  color: #096
}

.news dt:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  margin-left: 15px
}

.news dd {
  padding-left: 9em;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3;
  border-bottom: dotted 1px #b6ae83
}

.news dd:last-child {
  border-bottom: 0px;
  padding-bottom: 0px
}

.newsl dt {
  float: left;
  width: 130px;
  padding-top: 10px;
  line-height: 1.3;
  color: #333;
  font-weight: bold
}

.newsl dd {
  padding-left: 140px;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: dotted 1px #b6ae83
}

.newsl dd b {
  color: #594C39
}

.newsl2 dt {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.3;
  color: #096;
  font-weight: bold
}

.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: dotted 1px #b6ae83
}

.newsl2 a:link,
.newsl2 a:visited,
.newsl2 a:hover {
  color: #fff;
  font-size: 14px
}

.newsl2 dd b {
  color: #594C39
}

.news-s {
  font-size: 11px
}

.news-s dt {
  float: left;
  width: 5em;
  height: 20px;
  padding-top: 5px;
  line-height: 1.3;
  font-weight: bold
}

.news-s dd {
  padding-left: 6em;
  padding-bottom: 10px;
  padding-top: 5px;
  line-height: 1.3;
  border-bottom: dotted 1px #938041
}

.news-sr {
  font-size: 12px
}

.news-sr dt {
  float: left;
  width: 5em;
  padding: 2px 0;
  line-height: 1.3;
  color: #fff;
  background: #0068B7;
  text-align: center;
  border-radius: 5px;
  margin: 9px 0 0
}

.news-sr dd {
  padding-left: 6em;
  padding-bottom: 5px;
  padding-top: 8px;
  line-height: 1.6;
  border-bottom: 1px dotted #aaa;
  color: #555
}

.news-sr dd:last-child {
  border-bottom: 0px
}

.news-bl {
  margin-bottom: 15px;
  _zoom: 1;
  overflow: hidden
}

.news-bl dt {
  float: left;
  width: 8em;
  background: #096;
  padding: 5px 0px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
  font-weight: bold;
  border-radius: 5px
}

.news-bl dd {
  padding-left: 9em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0
}

.news-bl dd:last-child {
  border-bottom: 0px
}

.news-r {
  overflow: hidden
}

.news-r dt {
  float: left;
  width: 8em;
  text-align: center;
  margin-top: 10px;
  margin-right: 15px;
  padding: 5px 0;
  line-height: 1.3;
  border-radius: 10px;
  color: #22ac38;
  background: #f4ffda;
  font-weight: bold
}

.news-r dd {
  padding-bottom: 8px;
  padding-top: 13px;
  padding-left: 10em;
  line-height: 1.6;
  border-bottom: dotted 1px #ccc
}

.list-check {
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 20px
}

.list-check li {
  padding-left: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: -1.5em;
  border-bottom: 1px dotted #ddd
}

.list-check li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f046";
  margin-right: 5px;
  color: #aaa
}

.list-check li:last-child {
  border-bottom: 0px
}

.list-check2 {
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5
}

.list-check2 li {
  float: left;
  margin-right: 10px
}

.list-check2 li:before {
  content: "・";
  color: #009966
}

.list-pdf {
  overflow: hidden;
  margin: 5px 0;
  font-weight: bold;
  font-size: 14px
}

.list-pdf li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc
}

.list-pdf li:before {
  content: url(../img/icon_pdf.gif);
  margin-right: 6px
  border-bottom: 1px dotted #CCCCCC;
}

.list_disc li {
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-left: 1.5em;
  border-bottom: 1px dotted #CCCCCC;
}
.list_disc li:before {
  content: "・";
  color: #096;
  margin: 0 5px 0 -1.5em;
}

.linkbtn {
  width: 100%;
  margin: 10px 0
}

.linkbtn ul {
  margin-right: -21px;
  margin-bottom: -20px
}

.linkbtn li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px
}

.linkbtn li a {
  display: block;
  width: 466px;
  height: 40px;
  line-height: 40px;
  background: #009966;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center
}

.linkbtn li a:link,
.linkbtn li a:visited {
  color: #fff;
  text-decoration: none
}

.linkbtn li a:hover {
  color: #fff;
  text-decoration: none;
  background: #045e40
}

.linkbtn li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0a9";
  margin-right: 10px
}

.linkbtn * {
  -webkit-transition: 0.1s;
  transition: 0.1s
}

.quest-box {
  border-bottom: solid 1px #dfdfdf
}

.quest dt {
  padding: 0 0 5px 40px;
  margin-bottom: 10px;
  min-height: 30px;
  display: block;
  background: url("../img/qa_q.png") left top no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #474747;
  border-bottom: solid 2px #e5e5e5
}

.quest dd {
  padding-left: 40px;
  min-height: 30px;
  display: block;
  background: url("../img/qa_a.png") left top no-repeat
}

.price {
  font-size: 13px;
  overflow: hidden
}

.price dt {
  float: left;
  padding-top: 5px;
  line-height: 1.3
}

.price dt:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px
}

.price dt span {
  font-size: 13px
}

.price dd {
  text-align: right;
  padding-bottom: 3px;
  padding-top: 5px;
  line-height: 1.3;
  border-bottom: dotted 1px #aaa;
  color: #009949
}

.price2 {
  font-size: 13px;
  overflow: hidden
}

.price2 dt {
  float: left;
  padding-top: 5px;
  line-height: 1.3
}

.price2 dt:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px
}

.price2 dt span {
  font-size: 13px
}

.price2 dd {
  text-align: right;
  padding-bottom: 3px;
  padding-top: 5px;
  line-height: 1.3;
  border-bottom: dotted 1px #aaa;
  color: #F18D9E
}

.koe {
  font-size: 13px;
  overflow: hidden;
  background: #FDFFDD;
  padding: 10px;
  border-radius: 5px;
  border: #E2E87D solid 1px;
  margin-bottom: 10px
}

.koe dt {
  float: left;
  padding-top: 5px;
  line-height: 1.3;
  color: #555
}

.koe dt span {
  font-size: 13px
}

.koe dd {
  text-align: right;
  padding-bottom: 3px;
  padding-top: 5px;
  line-height: 1.3;
  color: #555
}

.rbtn {
  font-size: 13px;
  float: right;
  margin: 5px 0 5px
}

.rbtn a {
  text-align: center;
  width: 200px;
  display: block;
  padding: 0px 2px;
  font-weight: bold;
  border: 1px solid #009944;
  -webkit-transition: 0.2s;
  transition: 0.2s
}

.rbtn a:link {
  color: #009944;
  text-decoration: none
}

.rbtn a:visited {
  color: #009944
}

.rbtn a:hover {
  color: #FFF;
  background: #009944;
  text-decoration: none
}

.rbtn a:before {
  margin-right: 5px
}

.cbtn {
  font-weight: bold
}

.cbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.cbtn a {
  font-size: 17px;
  text-align: center;
  width: 300px;
  display: block;
  padding: 8px 5px;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 30px auto;
  background: #096
}

.cbtn a:link {
  color: #fff;
  text-decoration: none
}

.cbtn a:visited {
  color: #fff
}

.cbtn a:hover {
  color: #096;
  background: #fff;
  text-decoration: none;
  border: 2px solid #096
}

.cbtn a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  margin-right: 5px
}

.cbtn2 * {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.cbtn2 a {
  font-size: 17px;
  text-align: center;
  width: 400px;
  display: block;
  padding: 8px 5px;
  border: 2px solid #fff;
  margin: 30px auto;
  background: #FEAA47
}

.cbtn2 a:link {
  color: #fff;
  text-decoration: none
}

.cbtn2 a:visited {
  color: #fff
}

.cbtn2 a:hover {
  color: #f60;
  background: #fff;
  text-decoration: none;
  border: 2px solid #f60
}

.cbtn2 a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  margin-right: 5px
}

.cbtn3 {
  font-weight: bold
}

.cbtn3 * {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.cbtn3 a {
  width: 90%;
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 2px;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 0px auto;
  background: #FEAA47;
  border-radius: 1000px
}

.cbtn3 a:link {
  color: #fff;
  text-decoration: none
}

.cbtn3 a:visited {
  color: #fff
}

.cbtn3 a:hover {
  color: #f60;
  background: #fff;
  text-decoration: none;
  border: 2px solid #f60
}

.cbtn3 a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  margin-right: 5px
}

.panel {
  display: none
}

.show {
  display: block
}

.snip1445 {
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0px 1% 10px;
  width: 31.3%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000
}

.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease
}

.snip1445 img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top
}

.snip1445 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff
}

.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff
}

.snip1445 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.snip1445 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.snip1445 h2,
.snip1445 h4 {
  margin: 0;
  text-transform: uppercase
}

.snip1445 h2 {
  font-weight: 400
}

.snip1445 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000
}

.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s
}

.pr-img1 {
  background: url(../img/pr-img1.jpg) no-repeat scroll
}

.pr-img2 {
  background: url(../img/pr-img2.jpg) no-repeat scroll
}

.pr-img3 {
  background: url(../img/pr-img3.jpg) no-repeat scroll;
  color: #fff
}

.pr-img4 {
  background: url(../img/pr-img4.jpg) no-repeat scroll
}

.parallax {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 25px 0
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
  .parallax {
    background-size: s
  }
}

.bg-img1 {
  padding: 30px 0;
  background-image: url(../img/bgp3.jpg);
  background-attachment: fixed
}

dl.accordion {
  background: #FFF;
  width: 710px;
  margin: 5px auto 20px;
  font-size: 13px
}

dl.accordion dt {
  padding-left: 25px;
  background: url(img/open.png) 1% center no-repeat, -moz-linear-gradient(top, #fff, #fff);
  background: url(img/open.png) 1% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  border-bottom: 1px solid #DDD;
  height: 40px;
  text-indent: 10px;
  line-height: 40px;
  color: #41822b;
  font-weight: bold;
  cursor: pointer
}

dl.accordion dt:hover {
  opacity: 0.7;
  filter: alpha(opacity=70)
}

dl.accordion dt.open {
  background: url(img/close.png) 1% center no-repeat, -moz-linear-gradient(top, #fff, #fff);
  background: url(img/close.png) 1% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff))
}

dl.accordion dd {
  background: #f0f4ee;
  margin: 10px;
  padding: 10px;
  line-height: 1.5;
  display: none;
  border-radius: 10px
}

dl.accordion dd strong {
  display: block;
  margin: 10px 0
}

.share {
  width: 960px;
  margin: 0 auto;
  padding: 25px 0
}

.fb-like {
  display: inline-block;
  height: 20px;
  overflow: hidden
}

.fb_iframe_widget span {
  vertical-align: top !important
}

#___plusone_0 {
  width: 70px !important
}

#___plusone_0 iframe {
  width: 70px !important
}

.pocket-btn {
  display: inline-block;
  height: 20px;
  overflow: hidden
}

.pocket-btn iframe {
  width: 100px !important;
  overflow: hidden
}

#snslink {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 100%;
  font-size: 20px;
  padding-top: 20px
}

#snslink li {
  line-height: 30px;
  padding: 10px 13px;
  background: #fff;
  color: #000;
  border-radius: 1000px;
  display: inline;
  margin: 10px
}

#snslink li:hover {
  opacity: 0.5
}

#snslink a:link,
#snslink a:visited,
#snslink a:hover {
  color: #000;
  text-decoration: none
}

.tarea {
  width: 90%;
  margin: 0 auto
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

.tcon2 {
  width: 296px;
  font-size: 13px;
  background: #fff;
  position: relative;
  padding: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 1px;
  border-radius: 5px;
  margin: 0 auto 20px
}

.tcon2 dt {
  margin-bottom: 10px
}

.tcon2 dd {
  padding: 10px
}

.tclink a {
  display: block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 220px;
  left: 156px;
  background: #009944;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-indent: .5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 1px;
  border-radius: 5px
}

#contentwrap {
  padding: 0 0 150px
}

.rhalf {
  float: right
}

.lhalf {
  float: left
}

.rhalf,
.lhalf {
  width: 50%;
  height: 320px;
  color: #555;
  display: table;
  background: #fff
}

.rhalf h2,
.lhalf h2 {
  text-align: center;
  margin-bottom: 20px
}

.rhalf-img {
  float: right;
  background-image: url(../img/rhalf-img.jpg)
}

.lhalf-img {
  float: left;
  background-image: url(../img/lhalf-img.jpg)
}

.rhalf-img,
.lhalf-img {
  width: 50%;
  height: 320px;
  color: #555;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-color: #fff
}

.mtext1 {
  font-size: 19px;
  text-align: center;
  margin: 15px 0
}

.twrap {
  margin: 0 auto;
  padding: 20px 30px;
  display: table-cell;
  vertical-align: middle;
  background: url(../img/bg1.jpg)
}

.t-box1 {
  width: 720px;
  margin: 0 auto
}

.card {
  width: 307px;
  position: static
}

.card h3 {
  font-family: "Mplus 1p";
  font-size: 19px;
  text-align: center;
  line-height: 1.6;
  margin: 10px;
  color: #FFF45C
}

.card img {
  width: 100%;
  height: auto
}

.card h2 {
  font-size: 18px;
  padding: 5px 0;
  text-indent: 0px;
  margin: 0;
  color: #333
}

.card h2:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
  color: #111
}

.card div {
  position: relative;
  top: 0;
  left: 0;
  padding: 5px;
  line-height: 1.8
}

.card .img {
  position: relative;
  top: 0px;
  left: 0;
  width: 302px;
  height: 50px;
  padding: 0;
  margin: 0
}

.card-clink a {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 211px;
  left: 186px;
  background: #363636;
  text-align: left;
  color: #fff;
  font-size: 12px;
  text-indent: .5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 1px
}

.card-clink a:hover {
  text-decoration: none;
  background: #313AA3
}

.card-clink * {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.card-clink a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
  font-size: 12px
}

.card-price {
  width: 306px;
  height: 640px;
  font-size: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px 1px;
  background: #fff;
  position: relative
}

.card-price div {
  padding: 10px
}

.card-price h2 {
  color: #666;
  height: 60px;
  font-size: 15px;
  font-weight: bold;
  margin: 2px 0
}

.card-price h2 span {
  font-size: 11px
}

.card-price h3 {
  background: #FCC800;
  border-radius: 5px;
  color: #fff;
  height: 3em;
  font-size: 13px;
  font-weight: bold;
  padding: 5px
}

.card-price dl {
  font-size: 11px
}

.card-price p {
  padding: 5px 0
}

.card-price dt {
  float: left;
  width: 5em;
  padding: 2px 0;
  line-height: 1.3;
  color: #555;
  background: #f2f2f2;
  border: #ccc solid 1px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  margin: 5px 0
}

.card-price dd {
  padding-left: 6em;
  padding-bottom: 5px;
  padding-top: 8px;
  line-height: 1.6;
  border-bottom: 1px dotted #aaa;
  color: #555
}

.card-price dd b {
  color: #FF0F00
}

.ol-list {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  margin: 5px 0;
  display: table;
  width: 95%
}

.ol-list li {
  font-size: 15px;
  font-weight: normal;
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 5px 0px;
  line-height: 1.1;
  border-radius: .3em
}

.ol-list li:last-child {
  margin-bottom: 0px
}

.ol-list span {
  display: table-cell;
  position: relative;
  padding: .4em .4em .4em .6em;
  margin: .5em 0;
  color: #555;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.ol-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.3em;
  top: 50%;
  margin-top: -1.3em;
  background-color: #99CC66;
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.cover {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0;
  float: left;
  margin: 0 10px 10px 0
}

.more {
  text-align: right
}

.more a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px
}

.mbox2 .feedbox dt {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 0 5px
}

.mbox2 .feedbox dd {
  line-height: 1.6
}

.mbox2 .feedbox dt span {
  font-size: 12px;
  margin-right: 5px;
  background: #32B16C;
  border-radius: 3px;
  padding: 0px 8px;
  color: #fff
}

.mbox2 .feedbox dt a:link,
.mbox2 .feedbox dt a:visited,
.mbox2 .feedbox dt a:hover {
  color: #32B16C
}

.picup-1 {
  width: 100%;
  margin: 0 auto
}

.picup-1 ul {
  overflow: hidden;
  background: #fff
}

.picup-1 ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd
}

.picup-1 ul li div {
  position: relative;
  padding: 30px 0
}

.picup-1 ul li .bg {
  width: 101%;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0
}

.picup-1 ul li.pic3a .bg {
  background: url(../img/pr-img1.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
  background-position: center
}

.picup-1 ul li.pic3b .bg {
  background: url(../img/pr-img2.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
  background-position: center
}

.picup-1 ul li .bg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.8
}

.picup-1 ul li:hover .bg {
  opacity: 0.8;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)
}

.picup-2 {
  width: 100%;
  min-width: 1000px
}

.picup-2 ul {
  overflow: hidden;
  background: #fff
}

.picup-2 ul li {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative
}

.picup-2 ul li:first-child {
  width: 50%
}

.picup-2 ul li a {
  display: block;
  text-align: center
}

.picup-2 ul li a .logo {
  position: relative;
  padding: 20px 0;
  float: none
}

.picup-2 ul li a .logo img:hover {
  opacity: 1
}

.picup-2 ul li a .bg {
  width: 101%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0
}

.picup-2 ul li.pic3a .bg {
  background: url(../img/pic3a.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-2 ul li.pic3b .bg {
  background: url(../img/pic3b.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-2 ul li .bg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.4
}

.picup-2 ul li:hover .bg {
  opacity: 0.8;
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.picup-3 {
  width: 100%;
  min-width: 960px
}

.picup-3 ul {
  overflow: hidden
}

.picup-3 ul li {
  width: 33.3%;
  float: left;
  height: 230px;
  overflow: hidden;
  position: relative
}

.picup-3 ul li:first-child {
  width: 33.4%
}

.picup-3 ul li a {
  display: block;
  text-align: center;
  overflow: hidden;
  border-radius: 960px
}

.picup-3 ul li a .piclogo {
  position: relative;
  padding: 20px 0
}

.picup-3 ul li .bg {
  width: 101%;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0
}

.picup-3 ul li.pic3a .bg {
  background: url(../img/pic3a.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3b .bg {
  background: url(../img/pic3b.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3c .bg {
  background: url(../img/pic3c.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3d .bg {
  background: url(../img/pic3d.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3e .bg {
  background: url(../img/pic3e.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3f .bg {
  background: url(../img/pic3f.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3g .bg {
  background: url(../img/pic3g.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3h .bg {
  background: url(../img/pic3h.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3i .bg {
  background: url(../img/pic3i.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3j .bg {
  background: url(../img/pic3j.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3k .bg {
  background: url(../img/pic3k.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li.pic3l .bg {
  background: url(../img/pic3l.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-3 ul li .bg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%)
}

.picup-3 ul li:hover .bg {
  opacity: 0.6;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%)
}

.picup-4 {
  width: 100%;
  margin: 0
}

.picup-4 ul {
  overflow: hidden;
  background-color: #ccc
}

.picup-4 ul li {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative
}

.picup-4 ul li a {
  display: block;
  text-align: center
}

.picup-4 ul li a .logo {
  position: relative;
  padding: 0;
  float: none
}

.picup-4 ul li a .logo img {
  width: 100%
}

.picup-4 ul li a .logo img:hover {
  opacity: 1
}

.picup-4 ul li a .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF500
}

.picup-4 ul li.pic3a .bg {
  background: url(../img/pic3a.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-4 ul li.pic3b .bg {
  background: url(../img/pic3b.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-4 ul li.pic3c .bg {
  background: url(../img/pic3c.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-4 ul li.pic3d .bg {
  background: url(../img/pic3d.jpg) no-repeat 50% 50%;
  background-size: cover
}

.picup-4 ul li .bg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.8
}

.picup-4 ul li:hover .bg {
  opacity: 0.3;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%)
}

.page_next {
  float: left
}

.page_prev {
  float: right
}

.slider2 {
  height: 180px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0 0;
  padding-bottom: 10px;
  background-repeat: repeat
}

.slider2 .viewport {
  width: 90%;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
  position: relative
}

.slider2 .buttons {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  color: #111;
  text-decoration: none;
  font-size: 22px;
  margin: 0 0px;
  z-index: 5;
  cursor: pointer
}

.slider2 .next {
  right: 10px;
  left: auto;
  top: 40%
}

.slider2 .buttons:hover {
  opacity: 0.6
}

.slider2 .disable {
  visibility: hidden
}

.slider2 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 170px;
  left: 0;
  top: 0
}

.slider2 .overview li {
  width: 180px;
  height: 150px;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
  margin-top: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  padding: 5px;
  font-weight: normal;
  color: #111
}

.slider2 img {
  max-width: 170px;
  max-height: 170px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center
}

.calendarArea {
  margin-bottom: -30px
}

.calendarArea div.calendar {
  float: left;
  width: 465px;
  margin: 0 30px 30px 0;
  display: inline-block
}

.calendarArea div.calendar:nth-child(2n) {
  margin: 0 0 30px 0
}

.calendar table {
  width: 100%;
  font-size: 12px
}

.calendar table th {
  vertical-align: middle;
  padding: 5px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 1px solid;
  color: #555;
  background: #f2f2f2
}

.calendar table td {
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  border: #ddd 1px solid
}

.calendar table td b {
  color: red
}

.hori {
  color: #fd3a3d;
  font-size: 16px
}

.hori2 {
  color: #fc6393;
  font-size: 16px
}

.hori3 {
  color: #ffab1a;
  font-size: 16px
}

.calendar .item {
  color: #FF0000;
  text-align: center
}

.calendar .off {
  background: #fd3a3d;
  color: #fff
}

.calendar .sun {
  color: #FF0000
}

.calendar .sat {
  color: #1640A3
}

.calendar .calendar_head {
  margin-bottom: 10px
}

.calendar-container {
  position: relative;
  width: 430px
}

.calendar-container header {
  border-radius: 1em 1em 0 0;
  background: #e66b6b;
  color: #fff;
  padding: 2em 1em
}

.day {
  font-size: 8em;
  font-weight: 900;
  line-height: 1em
}

.month {
  font-size: 4em;
  line-height: 1em;
  text-transform: lowercase
}

.calendar thead {
  color: #e66b6b;
  font-weight: 700;
  text-transform: uppercase
}

.calendar td {
  padding: .5em 1em;
  text-align: center
}

.calendar tbody td:hover {
  background: #cacaca;
  color: #fff
}

.current-day {
  color: #e66b6b
}

.prev-month,
.next-month {
  color: #cacaca
}

.ring-left,
.ring-right {
  position: absolute;
  top: 200px
}

.rcsContactType01 {
  width: 100%;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
  background-attachment: fixed
}

.rcsContactType01._bg_img1 {
  background: url(../img/base_img1.jpg) no-repeat center center
}

.rcsContactType01._bg_img2 {
  background: url(../img/base_img2.jpg) no-repeat center center
}

.rcsContactType01._bg_img3 {
  background: url(../img/base_img3.jpg) no-repeat center center;
  color: #fff
}

.rcsContactType01._bg_img4 {
  background: url(../img/base_img4.jpg) no-repeat center center
}

.rcsContactType01 ._contactBox {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.rcsContactType01 ._bgwhite {
  background: rgba(255, 255, 255, 0.8)
}

.rcsContactType01 h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 900;
  margin: 15px 0;
  letter-spacing: 2px;
  line-height: 0.6
}

.rcsContactType01 ._contactCenter {
  text-align: center
}

.rcsContactType01 ._contact_tel a {
  display: block;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  margin: 0px auto 20px
}

.rcsContactType01 ._contact_tel a:before {
  font-family: "fontAwesome";
  content: "\f095";
  font-size: 30px;
  margin-right: 8px
}

.rcsContactType01 ._contact_tel a span {
  font-size: 20px;
  color: #333
}

.rcsContactType01 ._contactBtn {
  font-weight: bold
}

.rcsContactType01 ._contactBtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.rcsContactType01 ._contactBtn a {
  font-size: 17px;
  text-align: center;
  width: 280px;
  max-width: 100%;
  display: block;
  padding: 8px 5px;
  font-weight: normal;
  border: 2px solid #00005a;
  margin: 20px auto;
  background: #00005a
}

.rcsContactType01 ._contactBtn a:link {
  color: #fff;
  text-decoration: none
}

.rcsContactType01 ._contactBtn a:visited {
  color: #fff
}

.rcsContactType01 ._contactBtn a:hover {
  color: #00005a;
  background: #fff;
  text-decoration: none;
  border: 2px solid #00005a
}

.rcsContactType01 ._contactBtn a:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  margin-right: 5px
}

.bn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.link_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none
}

.link_box li {
  width: 49%;
  margin-right: 10px;
  margin-bottom: 10px
}

.link_box li:nth-child(2n) {
  margin-right: 0px
}

.flex-box img {
  width: 100%
}

.point {
  width: 100%
}

.point dt {
  float: left;
  width: 7em;
  background: #096;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold
}

.point dt img {
  width: 100%
}

.point dd {
  background: #fff;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  padding-left: 10em
}

.point .waku1 {
  padding: 10px;
  margin: 10px 0;
  border: #ddd 1px dashed
}

.greenbox {
  border: 3px solid green;
  border-radius: 14px;
  background-color: #efffef;
  padding: 5px 10px
}

.greenbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 0
}

.greenbox dl dt {
  width: 30%
}

.greenbox dl dt h4 {
  line-height: initial
}

.greenbox dl dt h4 span {
  font-weight: initial;
  font-size: 16px
}

.greenbox dl dd {
  width: 65%
}

.greenbox hr {
  width: 90%;
  border: 2px solid green;
  margin: 0 auto
}

.nonebackbox {
  padding: 25px 10px
}

.flex_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.flex_01 li {
  width: 30%
}

.flex_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.flex_02 li {
  font-family: 'Kosugi Maru', sans-serif;
  width: 35%;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 2.5rem;
  border-radius: 20px;
  margin: 15px
}

.flex_02 a {
  color: #fff
}

.flex_02 a:hover {
  color: #fff;
  opacity: 0.6;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%)
}

@media screen and (max-width: 480px) {
  .flex_02 {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .flex_02 li {
    width: 40%;
    margin: 0;
    font-size: 1.5rem
  }
}

.flex_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flex_03 li {
  font-family: 'Kosugi Maru', sans-serif;
  width: 35%;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 2.5rem;
  border-radius: 20px;
  margin: 15px
}

.flex_03 a {
  color: #fff
}

.flex_03 a:hover {
  color: #fff;
  opacity: 0.6;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%)
}

@media screen and (max-width: 480px) {
  .flex_03 li {
    width: 43%;
    margin: 0;
    font-size: 1.5rem
  }
}

.midasi {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0
}

.midasi:before,
.midasi:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block
}

.midasi:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0
}

.midasi:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0
}

.font-35 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #0075c1
}

@media screen and (max-width: 480px) {
  .font-35 {
    font-size: 2rem
  }
}

.sp {
  display: block
}

.font-36 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #0075c1
}

@media screen and (max-width: 480px) {
  .font-36 {
    font-size: 1.9rem
  }
}

@media screen and (max-width: 480px) {
  .sp01 {
    display: none
  }

  .spfont {
    font-size: 1.7rem
  }
}

.lbox_half {
  float: left
}

.rbox_half {
  float: right
}

.lbox_half,
.rbox_half {
  width: 50%
}

@media screen and (max-width: 800px) {

  .lbox_half,
  .rbox_half {
    float: none;
    width: 100%
  }
}

.station_link_box {
  padding: 0 15px
}

.station_link_btn.reservation a {
  font-weight: bold
}

.station_link_btn a {
  border: 2px solid #ea6101;
  border-radius: 5px;
  display: block;
  color: #333;
  font-size: 2rem;
  text-align: center;
  padding: 5px
}

.station_link_btn a:hover {
  opacity: 0.5
}

.video_wrapper {
  position: relative
}

.airdog_movie_text {
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 999;
  color: #fff;
  font-size: 12px
}

.airdog_link_btn {
  background-color: #008A7C;
  margin: 5% auto;
  border-radius: 10px;
  width: 45%;
  padding: 5px auto;
  line-height: 9.5rem;
  text-align: center;
  font-size: 30px
}

.airdog_link_btn a {
  color: #fff;
  padding: 15px auto
}

@media screen and (max-width: 800px) {
  .airdog_movie_text {
    font-size: 10px
  }

  .airdog_link_btn {
    width: 50%;
    line-height: 7.5rem;
    text-align: center;
    font-size: 25px
  }
}

@media screen and (max-width: 700px) {
  .airdog_link_btn {
    width: 60%;
    font-size: 20px
  }
}

@media screen and (max-width: 480px) {
  .airdog_link_btn {
    width: 90%;
    font-size: 16px
  }
}

.flink1 li.tenter {
  margin-left: 25%
}

@media screen and (max-width: 580px) {
  .flink1 li.tenter {
    margin-left: 0
  }
}

/*# sourceMappingURL=basis.css.map */



.station-btn-wrap {
  position: relative;
}
.station-btn._sp {
  display: none;
 }
.station-btn._pc {
  position: absolute;
  right: -5%;
}
.station-btn .station_link_btn a {
  border: 1px solid #ea6101;
  background-color: #ea6101;
  color: #fff;
  width: 400px;
  padding: 15% 0;
  font-size: 2.2rem;
}
.station-btn .station_link_btn .btn01 {
  border-radius: 40px;
}
.station-btn .station_link_btn .btn02 {
  border-radius: 10px;
}

@media screen and (max-width: 800px) {
  .station-btn .station_link_btn a{
    width: 100%;
  }
  .station-btn._pc {
     display: none;
  }
  .station-btn._sp {
    display: block;
    margin-top: 30px;
   }
}

.bnr_gasu{
  padding-right: 5px;
}

@media screen and (max-width: 800px) {
  .bnr_gasu{
    width: 93% !important;
    margin-bottom: 20px !important;
  }

  .bnr_gasu img{
   width: 100%;
  }
}

/* ---------------------
nago-propane.php
--------------------- */
.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 56px;
  transition: 0.3s;
}

.blog-wrap > li {
  width: 31%;
  margin: 10px 0.5%;
  position: relative;
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 49%;
  }
}

.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media all and (max-width: 639px) {
  .blog-wrap > li {
    width: 48%;
    margin: 10px 1%;
    padding: 6px;
  }
}

.blog-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 639px) {
  .blog-img {
    height: 140px;
  }
}

.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
}

.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-detail {
  padding-top: 10px;
}

@media all and (max-width: 639px) {
  .blog-detail {
    padding-top: 5px;
  }
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  text-align: center;
  background: #a5937b;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  margin-left: 10px;
}

@media all and (max-width: 896px) {
  .blog-category {
    font-size: 9px;
  }
}

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

.flex2 .items {
  width: 47%;
  margin-bottom: 15px
}
@media all and (max-width: 639px) {
  .flex2 .items {
    width: 100%;
  }
}

.t_right{
  text-align: right;
}

.home-gas{
  width: 460px !important;
}
@media screen and (max-width: 800px) {
  .home-gas{
    width: 100% !important;
  }
}
.bk_color01 a{
      background: #ec3e1aad !important;
      color: #fff !important;
}


.flexbox01{
      display: flex;
    gap: 20px;
    justify-content: space-around;}
  .flexbox01 .btn_01{
    width: 25%;

  border-radius: 15px;
  }
.flexbox01 .btn_01 a img{
     border-radius: 30px;
    max-width: 100%;
    height: auto;
}



@media screen and (max-width: 683px) {
  .flexbox01 {
    display: flex;
    gap: 0px;
    justify-content: space-around;
    width: 100%;
    max-width: 430px;
}
.flexbox01 .btn_01 {
    width: 30%;
    border-radius: 15px;
}
}
.bk_orange{
  background: #f5dab6;
}
.nago_single h2 {
    font-size: 20px;
    color: #ef5139;
}
.nago_single .title5 span {
    font-size: 20px;
    display: block;
    color: #555;
}
.nago_single .title3 {
    background: #fff;
    color: #555;
    position: relative;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: left;
}
.nago_single .oragebox {
    border: 3px solid #fb930e;
    border-radius: 14px;
    background-color: #fff;
    padding: 5px 10px;
    margin-top:68px !important;
        width: 50%;
    height: fit-content;
}
.oragebox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0;
}
.oragebox dl dt {
    width: 30%;
}
.oragebox dl dd {
    width: 65%;
}

.nago_single .mbox2 {
    padding: 10px;
    background: #ffcf534a;
    border: 2px solid #fff;
}
.nago_single .cp_table5 th {
    width: 13%;
    background: #feaa4766;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.nago_single .cp_table5 td {
    text-align: center;
    vertical-align: top;
    padding: 10px;
    background: #fff;
    border: 1px solid #dddddd;
}

.scroll-anchor {
    scroll-margin-top: px !important; /* 必要に応じて調整 */
  }

  .single01{
        width: 960px;
    margin: 0 auto;
    padding: 20px 0;
  }

.nago_single .flink1_01 li {
    display: flex
;
    float: left;
    gap: 90px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}