/* @import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600'); */

/*
薄い水色：00ccff
濃い水色：ffffff
*/

* {
  outline: none;
}

body {
  background-color: #fff;
  /*background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6)),url(../../common/img/bg.png);*/
  /* background: url(../../common/img/bg.png); */
  background-repeat: repeat;
}

.page {
  width: 100%;
  /*background: #fdfdfd;*/
  /*font-family: 'Encode Sans Condensed', sans-serif;*/
  font-weight: 600;
  letter-spacing: .03em;
  color: #555;
  margin: 0 0 40px;
}

header {
  /*display: flex;
  position: fixed;
  z-index: 888;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  color: #ffffff;
  justify-content: center;
  align-items: center;*/
}

header .header_box {
  padding: 10px;
  /*background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),url(../../common/img/top_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
  border-top: 5px solid #967342;
  background: none !important;
}

header .header_box_flex .logo01 {
  width: 80%;
  margin: 0 auto 10px;
}
header .header_box_flex .logo01 img {
  width: 100%;
}
header .header_box_flex .header_h1box {
  margin: 0 20px;
}
header .header_box_flex .header_h1box h1 {
  font-size: 18px;
  /*display: inline-block;*/
  border-bottom: 1px solid;
  margin: 0 0 10px;
}
header .header_box_flex .header_h1box p {
  font-size: 14px;
}


header .header_box .header_right {
  margin: 20px 20px 10px;
  font-size: 16px;
  text-shadow: 0 0 5px #fff;
}
header .header_box .header_right p.openlast span {
  font-size: 80%;
}
header .header_box .header_right p.tel {
  font-size: 18px;
  font-weight: bold;
  color: #a78d5a;
}
header .header_box .header_right p.tel_text {
  font-size: 80%;
}


#header_menu {
  background: linear-gradient(#fcfbfa, #f3ede4);
}
#header_menu ul {
  display: flex;
  border: 1px solid #bbad92;
  padding: 8px 0;
  box-shadow: 0 0 0px 0px #967342 inset;
  color: #765c47;
}
#header_menu ul li {
  width: 20%;
  border-right: 1px solid #bbad92;
  border-left: 1px solid #fff;
}
#header_menu ul li a {
  display: block;
  padding: 5px 2px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
#header_menu ul li a span {
  display: block;
  font-size: 80%;
}
#header_menu ul li:last-child {
  border-right: none;
}


.topimg {
  width: 100%;
}
.topimg img {
  display: block;
  width: 100%;
}

/*
.campaign {
  position: relative;
  height: 200px;
  padding: 50px 0 0 20px;
  margin: 40px auto;
  background-image: url(../../common/img/campaign_bg.jpg);
  border: 5px double #bbad92;
  overflow: hidden;
}
.campaign_inner {
}
.campaign_title {
  font-size: 27px;
  text-shadow: 1px 1px 2px #fff;
  margin: 0 0 20px;
  color: #555;
}
.campaign_last {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}
.campaign_last_bg {
  width: 210px;
  height: 120px;
  transform: rotate( 25deg );
  position: absolute;
  right: -52px;
  top: -78px;
  background: linear-gradient(#bbad92, #bbad92);
}
.campaign_min {
  font-size: 30px;
  color: #555;
}
.campaign span.icon_sankaku {
  transform: rotate( 30deg );
  display: inline-block;
  position: absolute;
  bottom: 28px;
}
.campaign span.campaign_price {
  animation: flash 1s linear infinite;
  font-size: 45px;
  font-weight: bold;
  color: #bbad92;
  position: absolute;
  bottom: 20px;
  right: 10px;
  text-shadow: 1px 1px 1px #fff;
}

@keyframes flash {
  0%,100% { opacity: 1; }
  50% { opacity: 0; }
}
*/


main {
  display: flex;
  /*color: #fff;*/
  justify-content: center;
  height: 300px;
  /*background-image: url(/common/img/menu_box01.png);*/
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),url(/common/img/menu_box01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-family: serif;
  margin: 0 auto 0;
}

main > div {
  margin: auto;
  /*max-width: 600px;*/
  width: 100%;
  /*text-shadow: 1px 1px 2px #555;*/
}

main h1 {
  font-size: 18px;
}

main h2 span {
  color: #BF7497;
}

main p {
  line-height: 1.5;
  font-weight: 200;
  margin: 20px 0;
}

main small {
  font-weight: 300;
  color: #888;
}

main .center {
  /*background-color: rgba(255,255,255,0.8);*/
  padding: 20px;
}

.center_1{
 font-size: 26px;
 border-bottom: solid 1px;
  margin: 10px 0;
  display: inline-block;
}

.center_2 {
  font-size: 13px;
  margin: 5px 0;
}

.center_3 {
  /* text-align: left; */
  margin-top: 50px;
  font-size: 20px;
}




#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 999;
  top: 0;
}
#nav-container .bg {
  position: absolute;
  /*top: 60px;*/
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}

.button {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  right: 0;
}

.button {
  height: 60px;
  width: 60px;
  padding: 12px 12px 5px;
  margin-left: 0;
  background-color: #967342;
  border-radius: 50%;
  top: 250px;
  right: 5px;
}
.menu_text {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  /*margin-top: 60px;*/
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 70px);
  /*background: #ffffffd9;*/
  background: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  color: #bbad92;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  /*text-align: center;*/
}

#nav-content li a {
  padding: 15px 0 0; 
  margin: 15px 0 5px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
  /*width: 86%;*/
  color: #333;
  /*border: 1px solid;*/
}
#nav-content li a::before {
  content: '≫';
  background-color: #bbad92;
  color: #fff;
  padding: 1px 2px 2px 3px;
  margin: 0 10px 0 0px;
}
#nav-content li a span {
  display: inline-block;
  /* font-size: 80%; */
  font-weight: normal;
  margin: 0 0 0 5px;
}

#nav-content li a:hover {
  color: #BF7497;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

.small {
  display: flex;
  align-self: center;
}

.small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.small a + a {
  margin-left: 15px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}

#nav-container .logo02 {
  width: 70%;
  margin: 20px auto 10px;
}
#nav-container .logo02 img {
  width: 100%;
}




* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: serif;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

h1 {
  font-size: 18px;
}



.menu_out{
    padding: 10px;
}

.menu_in{
  max-width: 1200px;
  margin: auto;
}

h3 {
  font-size: 24px;
  color: #333;
}
h3:first-letter{
  color: #bbad92;
}
h3 .title-right {
  margin: 0 0 0 10px;
  font-size: 60%;
}


#nav-content .left{
  text-align: center;
  padding: 25px;
  text-align: center;
  padding: 25px;
  font-weight: 600;
}

#nav-content .left_in1{
  font-size: 20px;
}

#nav-content .left2_in1{
  display: none;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  border: solid 1px #000;
  margin: auto;
  width: 94%;
  background: #92bb6d80;
}

.small{
  position: absolute;
  bottom: 0;
  width: 100%;
text-align: center;
}

.menu_box1{
  font-size: 20px;
  margin: 60px 0 100px;
}

.menu_box2{
  font-size: 20px;
margin-top: 100px;
padding-bottom: 90px;
}

.menu_box1_left{
}

.menu_box1_left1{
  width: 100%;
  text-align: center;
  background: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  color: #fff;
}

.menu_box1_left2{
  display:  flex;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 13px;
}

.menu_box1_left2_left{
  width: 33%;
  display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: center;
}

.menu_box1_left2_left1{
  width: 100%;
  border-top: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_left2_left2{
  width: 100%;
  border-top: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_left2_left3{
  width: 100%;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_left2_center{
  width: 33%;
  display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: center;
}

.menu_box1_left2_center1{
  width: 100%;
  padding-top: 25px;
}

.menu_box1_left2_center2{
  width: 100%;
  border-top: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_left2_center3{
  width: 100%;
  border-top: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_left2_center4{
  width: 100%;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_left2_right{
  width: 33%;
  display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: center;
}

.menu_box1_left2_right1{
  width: 100%;
  padding-top: 25px;
}

.menu_box1_left2_right2{
  width: 100%;
  border-top: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_left2_right3{
  width: 100%;
  border-top: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_left2_right4{
  width: 100%;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 15px 0px 10px;
}

.menu_box1_right{
  display: flex;
align-items: center;
margin-top: 15px;
}

.menu_box1_right img{
  width: 100%;
}

.opt{
  width: 50%;
  border: solid 1px #ffffff;
margin: auto;
text-align: center;
padding: 7px;
font-size: 30px;
}

.optn{
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
      color: #bda67f;
          background-color: rgba(255,255,255,0.1);
          padding: 13px;
}

.opt1{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 50px;
}

.opt1_1{
  width: 50%;
    padding-bottom: 14px;
    padding-top: 20px;
}
.opt1_2{
  width: 50%;
    padding-bottom: 14px;
    padding-top: 20px;
}
.opt1_3{
  width: 50%;
      background-color: rgba(255,255,255,0.1);
      padding-top: 21px;
    padding-bottom: 14px;
}
.opt1_4{
  width: 50%;
      background-color: rgba(255,255,255,0.1);
      padding-top: 21px;
    padding-bottom: 14px;
}
.opt1_5{
  width: 50%;
  padding-top: 21px;
    padding-bottom: 14px;
}

.opt1_6{
  width: 50%;
  padding-top: 21px;
    padding-bottom: 14px;
}


.system_area {
  margin: 0 0 40px;
}
.system_box {
  padding: 20px;
  background: repeating-linear-gradient(0deg,#bbad92 0,#bbad92 5px,#bbad92 20px,#bbad92 20px);
  margin: 3px;
}
.system_box .system_box_inner {
  padding: 0 20px;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.system_box .system_box_inner .system_box_left {
  width: 40%;
}
.system_box .system_box_inner .system_box_right {
  width: 60%;
}
.system_box .system_box_inner .system_box_left p {
  text-align: center;
  margin: 20px 0;
}
.system_box .system_box_inner .system_box_right p {
  text-align: center;
  margin: 14px 0;
}
.system_box .system_box_inner .system_box_left p span {
  display: inline-block;
  padding: 2px 0;
  font-size: 16px;
  background-color: #bbad92;
  border: 1px solid #bbad92;
  box-shadow: 0 0 0px 1px #fff inset;
  width: 100%;
  color: #fff;
  border-radius: 40px;
}
.system_box .system_box_inner .system_box_right p span {
  display: inline-block;
  font-size: 25px;
  color: #333;
}


.course {
  max-width: 1000px;
  margin: 0 auto;
}
.course ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 100px;
}
.course ul li {
  width: 90%;
  background: #333;
  padding: 20px 20px 10px;
  color: #fff;
  text-align: center;
  margin: 10px auto;
}
.course ul li .course_title {
  /*display: inline-block;*/
  /*border-bottom: 1px solid #dabe3b;*/
  font-weight: bold;
  font-size: 30px;
  color: #dabe3b;
  background: -webkit-linear-gradient(top, #dabe3b 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course ul li .title_bottom_line{
  height: 2px;
  background: linear-gradient(-90deg, #333, #fff, #c2a44a, #fff, #333);
  margin: 5px 10px 5px;
}
.course ul li .course_subtitle {
  font-size: 80%;
  margin: 0 0 15px;
}
.course ul li .course_min {
  /*font-size: 80%;*/
  margin: 0 0 14px;
  color: #dabe3b;
}
.course ul li .course_text {
  margin: 15px 0;
  font-size: 14px;
}



.corona{
  /*background: linear-gradient(#907e3e, #786427);*/
  background-color: #f7eecd;
  padding: 25px;
  margin: 0 0 40px;
}
.corona .corona_box {
  background-color: #fff;
  padding: 22px;
  /*box-shadow: 0px 1px 5px #333;*/
  width: 100%;
  margin: 0 auto;
}
.corona .corona_box .corona_box_inner {
  padding: 20px;
  border: 3px double #bbad92;
  background: url(../../common/img/bg.png);
}
.corona .corona_box .corona_box_inner .corona_title {
  color: #bbad92;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 10px;
}
.corona .corona_box .corona_box_inner p {
  color: #555;
  font-size: 14px;
}




.ac_out{
  /*margin-top: 30px;*/
  padding: 20px;
  /*background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6)),url(/common/img/bg_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
  /*background-color: #bbad92;*/
}

.ac{
  max-width: 1000px;
  margin: auto;
  font-size: 25px;
  flex-wrap: wrap;
}


.card_box {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 1px 0px #999;
   color: #555;
}
.card_box .card_title {
  display: inline-block;
  border-bottom: 1px solid #333;
  font-size: 26px;
  margin: 0 0 10px;
}
.card_box p {
  margin: 0 0 10px;
  font-size: 14px;
}
.card_box img {
  width: 100%;
}


.ac_2 {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #54545459;
  border: solid 1px #777;
  margin: auto;
  margin-top: 10px;
  border-radius: 10px;
}
.ac_2 a {
  background: #ffffff80;
  padding: 10px 40px;
  margin: 10px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}

.ac_2_1{
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 20px 0 0;
}

.ac_2_1 strong {
  font-size: 40px;
  margin: 0px 0 0;
  display: block;
  /* text-shadow: 2px 2px 0px #fff; */
  color: #967342;
}

.ac2_2{
  width: 90%;
  margin: auto;
}

.ac2_2 .shop_title {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin: 30px 0 0;
  color: #555;
}
.ac2_2 .shop_title span {
  display: block;
  font-size: 14px;
}


footer {
  padding: 5px 0 70px;
}




.footer_access_box {
  width: 100%;
  /* padding: 20px; */
  margin: 10px auto 40px;
  color: #fff;
}
.footer_access_box > div {
  width: 100%;
  margin: 20px 0 0;
}
.footer_access_box #access {
  /* background-color: #555; */
  padding: 0px 10px;
  font-size: 24px;
  font-weight: bold;
  border-left: 10px solid #fff;
  margin: 0 0 3px;
}
.footer_access_box iframe {
  display: block;
}
.footer_access_box p {
  background-color: #f9f9f9;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  margin: 1px 0 0;
}

.footer_logo_box {
  width: 100%;
  margin: 20px auto 20px;
}
.footer_logo {
  margin: 0 auto 20px;
  width: 50%;
}
.footer_logo_box .footer_right {
  font-size: 18px;
  text-align: center;
}
.footer_logo_box .footer_right p.openlast span {
  font-size: 80%;
}
.footer_logo_box .footer_right p.tel {
  font-weight: bold;
  color: #967342;
  font-size: 30px;
}
.footer_logo_box .footer_right p.tel_text {
  font-size: 70%;
}


.footer{
  max-width: 1200px;
  margin: auto;
  color: #fff;
}

ul.footer_1{
  padding: 20px;
}

ul.footer_1 li {
  width: 100%;
  border-bottom: 2px dotted #ccc;
  /* border-top: 2px dotted #ccc; */
}
ul.footer_1 li:first-child {
   border-top: 2px dotted #ccc; 
}

ul.footer_1 li a {
  display: block;
  padding: 10px 0 10px;
  margin: 0 1px 1px;
  font-weight: bold;
  /*border-radius: 5px;*/
  font-size: 16px;
  color: #333;
}
ul.footer_1 li a::before {
  content: '≫';
  background-color: #bbad92;
  color: #fff;
  padding: 1px 2px 2px 3px;
  margin: 0 3px 0 0px;
}
ul.footer_1 li a span{
  margin: 0 5px 0 5px;
}

.footer_2 {
  text-align: center;
  font-size: 12px;
  padding: 2px;
  color: #040404;
}

iframe {
  width: 100%;
  height: 300px;
}


.footer_bottombox {
  background-color: #f8efd8;
  margin: 0 0px 20px;
  padding: 20px;
  color: #000;
  font-size: 13px;
}


.content_box01 {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  margin: 20px 0 100px;
  /* border: 4px double; */
  border: 15px solid #f9f9f9;
  box-shadow: 0 0 0px 5px #eee inset;
}
.content_box01 h4 {
  font-size: 24px;
}
.content_box01 p {
  font-size: 20px;
  color: #999;
}





/*fixed上下追加*/

#spContactBtnArea {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: rgba(255,255,255,0.8);
  /*background-color: #333;*/
  padding: 5px;
  z-index: 999;
  left: 0;
}
#spContactBtnArea li {
  padding: 5px 2px;
  box-sizing: border-box;
}
#spContactBtnArea li.Btn_home {
  width: 34%;
}
#spContactBtnArea li.Btn_phone {
  width: 66%;
}
#spContactBtnArea li a {
  padding: 5px 0 5px 26px;
  display: block;
  color: #FFF;
  background-color:#967342;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 30px;
  border: 2px solid #bbad92;
  box-shadow: 0 0 2px 1px #fff inset;
}
#spContactBtnArea li a#phone {
  background-image: url(/common/img/icon_tel.png);
  background-repeat: no-repeat;
  background-position: 10% 5px;
  background-size: 20px;
}
#spContactBtnArea li a#home {
  background-image: url(../../common/img/icon_home02.png);
  background-repeat: no-repeat;
  background-position: 17% 5px;
  background-size: 20px;
}

/*注意事項/禁止事項*/
.bottom_box {
  width: 90%;
  margin: 40px auto;
}


.box_0001 {
  background: repeating-linear-gradient(0deg,#ffffff 0,#ffffff 5px,#ffffff 20px,#bbad92 20px);
  padding: 20px;
  /* text-align: center; */
  margin: 10px 0 20px;
  border: 2px solid #bbad92;
  /* border: 6px solid #555; */
  /*box-shadow: 0 0 5px 2px #000 inset;*/
}
.box_0001 .box_0001_inner {
  box-sizing: border-box;
  padding: 1px 15px 15px;
  background-color: rgba(255,255,255,0.95);
}
.box_0001_subtitle {
  font-weight: bold;
  margin: 15px 0 3px;
}
.box_0001 ul {
  padding: 0 0 0 15px;
}
.box_0001 ul li {
  box-sizing: border-box;
  padding: 0.4em;
  font-size: 12px;
  color: #333;
  list-style: disc;
}
.box_0001_bottomtext {
  margin: 15px 0 0;
  font-size: 13px;
}


/*LINE*/
.simple_box {
}
.simple_box_inner {
  width: 90%;
  margin: 100px auto;
}
.simple_box p.sub_title {
  margin: 10px;
  text-align: center;
}

.lineAreaWrap {
}
.lineAreaWrap figure {
  width: 50%;
  margin: 20px auto;
}
.lineAreaWrap figure img {
  display: block;
  width: 100%;
}
.lineAreaWrap .textArea {
  padding: 10px 15px 20px;
}
.lineAreaWrap p {
  color: #fff;
  font-size: 13px;
}



/*ワクチンアイコン_説明*/
.icon_wakuchin_setsumei {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  border: 15px solid #f9f9f9;
  box-shadow: 0 0 0px 5px #eee inset;
  margin: 20px auto 100px;
  max-width: 900px;
}
.icon_wakuchin_setsumei img.icon_wakuchin {
  display: block;
  width: 80px;
  height: 80px;
}
.icon_wakuchin_setsumei p {
  color: #555;
  margin: 4px 0 0 10px;
  font-weight: bold;
  width: 70%;
}


/* システム価格表画像 */
img.system_img {
  display: block;
  /* border: 20px solid #fff; */
  margin: 15px 0 30px;
}

/* システム価格表部分 */
.system_area_inner {
  padding: 5px 15px;
  background: repeating-linear-gradient(0deg,#bbad92 0,#bbad92 5px,#bbad92 20px,#bbad92 20px);
  margin: 3px;
}
.system_box_01 {
  margin: 0 5px 20px;
}
.system_box_area {
  /*border-bottom: 1px solid #ddd;*/
  box-shadow: 0px 0px 2px 0px #ddd;
  background-color: rgba(255,255,255,0.9);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 2px;
  margin: 10px 0;
}
.system_box_area h3.page_title {
  font-size: 20px;
  font-weight: bold;
}
.system_box_01_inner {
  line-height: 1.3;
  margin: 5px 0 20px;
}
.system_box_01 .system_box_01_inner span {
  display: inline-block;
  margin-left: 20px;
}
span.s80-text {
  font-size: 60%;
  margin: 8px 0 !important;
  display: block !important;
}

.system_box_02 ul.systemList {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0px 5px;
}
.system_box_02 ul.systemList li {
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  /* border-right: 1px dotted #63430b; */
}
/*.system_box_02 ul.systemList li:last-child {
   border-right: none; 
}*/
.system_box_02 ul.systemList li div {
  width: 100%;
  text-align: center;
  padding: 5px 2px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
}
.system_box_02 ul.systemList li .systemList_top_th {
  padding-top: 10px;
  font-size: 11px;
}

.system_box_03 ul.systemList_03 {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 5px 5px;
  padding: 0;
}
.system_box_03 ul.systemList_03 li {
  box-sizing: border-box;
  width: 49%;
  background: linear-gradient(#feb228, #ff8400);
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 2px 1px #fff inset;
  border: 1px solid #ff8400;
  margin: 0 0 5px;
}
.system_box_03 ul.systemList_04 {
  margin: 10px 0 20px;
  padding: 5px;
}
.system_box_03 ul.systemList_04 li {
  border-left: 10px solid;
  margin: 5px 0;
  padding: 2px 8px;
  font-size: 12px;
}
.system_box_03 ul.systemList_04 li span {
  display: block;
  font-size: 14px;
}

