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

* {
  outline: none;
}

body {
  background-color: #000;
}
body::before {
  content: "";
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%), url(../../common/img/back_02.png);
  background-size: cover;
  /*background-position: right 2% bottom;*/
  background-repeat: no-repeat;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -1;
}

.page {
  width: 100%;
  /*background: #fdfdfd;*/
  font-family: 'Encode Sans Condensed', sans-serif;
  letter-spacing: .03em;
  color: #212121;
}

/*header {
  display: flex;
  position: fixed;
  z-index: 888;
  width: 100%;
  background: #212121;
  color: #80c339;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}*/
header {
  position: fixed;
  z-index: 888;
  width: 20%;
  background: #fff;
  height: 100vh;
  padding: 20px;
  box-shadow: 0 0 20px #ddd;
}

main {
  padding: 70px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

main > div {
  margin: auto;
  max-width: 70%;
}

main h2 span {
  color: #BF7497;
}

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

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


.logo02 {
  width: 40%;
}

header li {
	padding: 15px 20px 10px;
	font-size: 13px;
}

.line_contact,
.tel_contact {
  text-align: center;
  border: 1px solid;
  padding: 5px 0;
  margin: 20px 0;
}
.bottom_text01,
.bottom_text02 {
  text-align: center;
  font-size: 80%
}



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

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 60px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  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 {
  color: #fff;
  margin-top: 70px;
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 70px);
  background: #f5ce91d9;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  padding-top: 40px;
}

#nav-content li a {
  padding: 15px 0 5px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
  border-bottom: solid 1px;
width: 86%;
    color: #fff;
}

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

#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;
}



.Concept_box {
  width: 57%;
  margin: 20px auto 100px;
  text-align: center;
}



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

html, body {
  height: 100%;
  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{

}

.center_1{
 font-size: 45px;
 border-bottom: solid 1px;
margin-top: 10px;
}

.center_2{

}

.center_3{
  text-align: left;
  margin-top: 40px;
}

.center_4{
  display: inline-block;
  margin-top: 50px;
  border: 1px solid #fff;
  padding: 5px 10px;
}
.center_4 p {
  margin: 2px 0 0;
  border-top: 1px solid;
  padding: 3px 0 0;
}


main {
  padding: 100px 20px 100px;
  /*display: flex;*/
  /* color: #fff; */
  /*justify-content: center;*/
  /* height: 735px; */
  /* background-image: url(/../common/img/center_img01.png); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
  text-align: center;
  font-family: serif;
  width: 80%;
  margin-left: auto;
}

.menu_out{
  width: 80%;
  margin-left: auto;
  padding: 30px;
}

.menu_in {
}

h3 {
  color: #a2a2a2;
  width: 60%;
  margin: auto;
	font-size: 32px;
	display: flex;
	align-items: center;
  text-align: center;
}
h3:before, h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
h3:before {
	margin-right: .4em;
}
h3:after {
	margin-left: .4em;
}

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

.left_in1{
  font-size: 20px;
}

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

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

.menu_box1{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;*/
    margin: 60px 0 50px;
}

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



.menu_box1_item {
  width: 63%;
  text-align: center;
  margin: 0 auto 50px;
}
.menu_box1_item_title {
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  padding: 10px;
}

.menu_box1_item_area {
  background-color: rgba(255,255,255,0.7);
  /*border: 1px solid #000;*/
  padding: 10px;
  margin: 0 0 15px;
}
.menu_box1_item_area p {
  font-size: 14px;
}

.menu_box1_item_subtitle {
  font-size: 16px;
  padding: 5px;
  margin: 5px;
}
.menu_box1_item_subtitle02 {
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #000;
  font-size: 16px;
  padding: 5px;
  margin: 5px;
}
.menu_box1_item .menu_box1_item_inner {
    display: flex;
}
.menu_box1_item .menu_box1_item_inner ul {
  width: 50%;
}
.menu_box1_item .menu_box1_item_inner ul li {
  border-bottom: 1px solid;
  padding: 15px 0px 10px;
}
.menu_box_img img {
  width: unset;
  max-width: 100%;
  display: block;
  margin: 20px auto 110px;
}


.menu_box1_item p.op_text {
  margin: 20px 0 10px;
}
.menu_box1_item_op {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.menu_box1_item_op span {
  width: 20%;
  background: rgba(255,255,255,0.7);
  /* color: #000; */
  border: 1px solid #000;
  margin: 5px;
}

.menu_box1_item_op02 p {
  border: 1px solid;
  background: rgba(255,255,255,0.7);
  padding: 5px;
}
.menu_box1_item_op02 p span {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 0 0 3px;
  margin: 0 0 5px;
}


.menu_box1_item_text {
  text-align: center;
  font-size: 15px;
}



.menu_box1_left{
  width: 50%;
}

.menu_box1_left1{
  width: 100%;
  text-align: center;
  background: #887961;
  font-size: 23px;
  font-weight: 600;
  padding: 10px;
}


.menu_box1_left2{
  display:  flex;
}

.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;
  width: 50%;
  margin-left: 50px;
}

.menu_box1_right img{
  width: 100%;
}

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

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

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

.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;
}


.ac_out{
  margin-top: 60px;
  padding-bottom: 75px;/*
  background-image: url(/common/img/center_img02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
}

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


.card_box {
  /* width: 65%; */
  width: 100%;
  /* background: #a18f72d9; */
  text-align: center;
  padding: 20px;
  /* border: 10px solid #a18f72d9; */
  /* box-shadow: 0 0 0 7px rgba(0,0,0,0.8) inset; */
  margin: 0 0 70px;
}
.card_box .card_title {
  display: inline-block;
  border-bottom: 1px solid #333;
  font-size: 30px;
  margin: 0 0 10px;
}
.card_box p {
  margin: 0 0 10px;
}
.card_box img {
  width: 40%;
}



.ac_2{
  width: 30%;
  display: flex;
    align-items: center;
    justify-content: center;
        background: #54545459;
            border: solid 1px #777;
                margin-left: 20px;
}

.ac_2 a{
  /*background: #92bb6d80;*/
  background-color: #ffea00;
  color: #000;
padding: 30px 70px;
}

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

.ac2_2 .shop_title {
	background-color: #000;
	padding: 20px;
	text-align: center;
	margin: 30px 0 0;
	color: #fff;
	font-size: 20px;
}
.ac2_2 .shop_title span {
	display: block;
	font-size: 14px;
	border-top: 1px solid #fff;
	padding: 8px 0 0;
	margin: 8px 0 0;
}
.ac2_2 .shop_title br {
	display: none;
}

#job {
  margin: 90px auto 30px;
}
.job_text {
  width: 80%;
  margin: auto;
}


.footer {
  width: 80%;
  margin-left: auto;
  /* color: #fff; */
}

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

ul.footer_1 li{
  width: 10%;
  padding: 13px 0 5px;
  text-align: center;
}

ul.footer_1 li a{

}


.footer_2 {
  padding: 15px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.footer_logo {
  width: 30%;
  margin: 20px auto 50px;
}


iframe{
  width: 100%;
}


#spContactBtnArea {
  display: none;
}
#spContactBtnArea_02 {
  display: none;
}


.campaign {
  /* background-color: #333; */
  padding: 30px;
  text-align: center;
  margin: 20px 0 100px;
  /* border: 4px double; */
  /* border: 6px solid #333; */
  /* box-shadow: 0 0 0px 5px #000 inset; */
}
.campaign h4 {
  font-size: 24px;
}
.campaign p {
  font-size: 20px;
  /*color: #ffea00;*/
}
.campaign.campaign_02 {
  background-color: #333;
  margin: 20px 0 20px;
  border: 6px solid #333;
  box-shadow: 0 0 0px 5px #ffea00 inset;
}


.commonbox {
  /* max-width: 1200px; */
  /* background-color: #333; */
  padding: 30px;
  text-align: center;
  margin: 20px auto 100px;
  /* border: 4px double; */
  /* border: 6px solid #333; */
  /* box-shadow: 0 0 0px 5px #ffea00 inset; */
}
.commonbox h4 {
  font-size: 24px;
  border-bottom: 1px solid;
  display: inline-block;
  margin: 0 0 15px;
}
.commonbox p {
  font-size: 20px;
  /*color: #ffea00;*/
}
.commonbox p span {
  /*color: #fff;*/
}

.commonbox02 {
  padding: 30px 0 0;
  text-align: center;
  /*margin: 20px auto 20px;*/
}

.logo01 {
  width: 80%;
   margin: auto;
}
.logo01 img {
  width: 100%;
}


.yoyaku {
  max-width: 310px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 13px;
  background: rgba(255,255,255,0.7);
  text-align: left;
  margin: 30px auto 0;
}
.yoyaku ul {
  padding-left: 10px;
}
.yoyaku ul li {
  list-style: disc;
}
.yoyaku_top {
  font-weight: bold;
  margin: 0 0 20px;
  border-bottom: 1px solid;
  padding: 0 0 10px;
}

.nagare {
  width: 73%;
  margin: auto;
}
.nagare li {
	position: relative;
	background: rgba(255,255,255,0.7);
	border: 1px solid #e0e0e0;
	margin: 2px;
	padding: 10px 5px 10px 39px;
	text-align: left;
	font-size: 15px;
}
.nagare li br {
  display: none;
}
.nagare li span {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px;
}
.nagare p {
  padding: 20px 10px;
  font-size: 15px;
}


/*注意事項/禁止事項*/
.bottom_box {
  max-width: 1200px;
  margin: 100px auto;
}
.bottom_box p.sub_title {
  margin: 10px;
  text-align: center;
}

.box_0001 {
  background-color: #fff;
  padding: 30px;
  /* text-align: center; */
  margin: 50px auto 80px;
  /* border: 4px double; */
  /* border: 6px solid #333; */
  /* box-shadow: 0 0 0px 5px #000 inset; */
  width: 80%;
}
.box_0001 ul li {
  box-sizing: border-box;
  padding: 0.5em;
  list-style-type: disc;
  padding-left: 1em;
  margin-left: 1em;
  border-bottom: 1px dotted #d5d0b9;
}


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

.lineArea {
  margin: 0 0 50px;
}

.lineAreaWrap {
  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;
}
.lineAreaWrap figure {
  width: 30%;
}
.lineAreaWrap figure img {
  display: block;
  width: 100%;
}
.lineAreaWrap .textArea {
  width: 65%;
}
.lineAreaWrap p {
  /*color: #fff;*/
  /*font-size: 20px;*/
}


/*ワクチンアイコン_説明*/
.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: #333;
  padding: 20px;
  border: 6px solid #333;
  box-shadow: 0 0 0px 5px #000 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: #fff;
  margin: 25px 0 0 10px;
  font-weight: bold;
}




/* 個別ページ・個別タイトル */
.page_box01 {
  width: 80%;
  margin: 60px auto;
}
.page_box01 h3 {
  width: 100%;
}
.page_box01 h3.title03 {
  background-color: #bf234f;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  margin-bottom: 0.5em;
}
.page_box01 h3.title03::before, .page_box01 h3.title03::after {
  height: 1px;
  background: #fff;
}



/* job2 ページ　*/
.job2_box01,
.job2_box02 {
  text-align: center;
  margin: 30px;
}
.job2_box01 span,
.job2_box02 span {
  font-size: 150%;
  font-weight: bold;
  color: #bf234f;
}
.job2_box02 .job2_box02_2 {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0;
}
.job2_box02 span.type2 {
  display: inline-block;
  background-color: #fff;
  padding: 3px 20px;
  border: 1px solid #bf234f;
  margin: 5px;
  border-radius: 5px;
}



.footer_link {
  text-align: center;
  margin: 0 0 50px;
}
.footer_link a {
  display: inline-block;
}
