@charset "UTF-8";
/*!
Theme Name: odekake.coop
Author: odekake.coop
Author URI: http://odekake.coop
Version: 1.0.0
*/
/*----------------------------------------------------------------------------
	common
----------------------------------------------------------------------------*/
.price .inner, .photo .inner, .others .inner, .access .inner, .sports .inner, .boardroom .inner, .rental .inner, .meal .inner, .bath .inner, .room .inner, .special .inner, .basic .inner, .copy .inner, .service .inner, .name .inner, .code .inner {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

body {
  -webkit-print-color-adjust: exact;
  min-width: 100%;
}

.wrapper {
  width: 210mm;
  margin: 0 auto;
}

.header {
  display: none;
}

.h-fixed {
  display: none;
}

.relation {
  display: none;
}

.pagetop {
  display: none;
}

.footer {
  display: none;
}

.inner {
  max-width: 100%;
}

.pageset {
  width: 210mm;
  height: 297mm;
  padding: 5mm;
}

.col-2 {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 10px;
}
.col-2-item {
  width: 49.5%;
}

/*----------------------------------------------------------------------------
	section
----------------------------------------------------------------------------*/
.section_item-headline {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
  background-color: #000;
}
.section_item-headline::before {
  content: none;
}
.section_item-headline span {
  position: relative;
  z-index: 2;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
}
.section_item-headline span::before {
  content: none;
}
.section_item-headline small {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  margin-left: 1em;
  padding-top: 4px;
  padding-bottom: 6px;
}
.section_item-headline small::before {
  content: "※";
}

/*----------------------------------------------------------------------------
	content
----------------------------------------------------------------------------*/
.content_item:not(:last-child) {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}
.content_item-headline {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #7e6b5a;
}
.content_item-headline span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  transform: scale(0.9); transform-origin: left;
}
.content_item-body {
  background-color: #fff;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.content_item-body p {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  transform: scale(0.9); transform-origin: left;
}
.content_item-body a {
  display: inline-block;
  color: #0074d9;
}
.content_box {
  display: -moz-flex;
  display: flex;
  border-bottom: 1px solid #000;
}
.content_box .content_item {
  width: 50%;
  margin-bottom: 0;
}
.content_box .content_item:first-child {
  border-bottom: none;
  margin-bottom: 0;
}
.content_list {
  display: -moz-flex;
  display: flex;
  flex-basis: auto;
}
.content_list:nth-child(n+3) {
  border-top: none;
}
.content_list-headline {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  transform: scale(0.9); transform-origin: left;
  color: #000;
  line-height: 1;
  text-align: left;
  background-color: #e1e1e1;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.content_list-body {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  transform: scale(0.9); transform-origin: left;
  line-height: 1;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}

/*----------------------------------------------------------------------------
	generate
----------------------------------------------------------------------------*/
.generate {
  width: 210mm;
}
.generate .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
  padding-bottom: 20px;
}
.generate a#wpexperts_pdf_generate_file {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  background-color: #fc001d;
}
.generate span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

/*----------------------------------------------------------------------------
	code
----------------------------------------------------------------------------*/
.code {
  background-color: transparent;
}
.code .inner {
  display: -moz-flex;
  display: flex;
  -moz-align-items: baseline;
  align-items: baseline;
}
.code_item {
/*
  -moz-justify-content: flex-start;
  justify-content: flex-start;
*/
  display: grid;
  place-content: center;
  place-items: center;
  border: 2px solid #000;
}
.code_item-headline {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  background-color: #000;
  width: 100%;
  justify-content: center;
}
.code_item-headline span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
}
.code_item-body {
  background-color: #fff;
}
.code_item-body p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  overflow-wrap: anywhere;
}
.code_item:not(:last-of-type) {
  margin-right: 5px;
}
.code_list {
  margin-left: auto;
  align-self: center;
}
.code_list-item:first-child {
  padding-right: 0;
  margin-right: 0;
}
.code_list-item:first-child::after {
  content: none;
}
.code_list-item:first-child span::before {
  content: "［";
}
.code_list-item:first-child span::after {
  content: "］";
}
.code_list-item:last-child span::after {
  content: none;
}
.code_list-item span {
  color: #000;
}

/*----------------------------------------------------------------------------
	name
----------------------------------------------------------------------------*/
.name {
  background-color: transparent;
}
.name_item {
  display: block;
}
.name_item-body {
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  border: 1px solid #000;
  background-color: #ffffdc;
  text-align: center;
  height: 68px;
  overflow: hidden;
  display: table;
  width: 100%;
}
.name_item-body p {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}


/*----------------------------------------------------------------------------
	service
----------------------------------------------------------------------------*/
.service {
  padding-top: 8px;
}
.service_item-body{
  padding-top: 5px;
}
.service_list {
  flex-wrap: wrap;
}
.service_list-item {
  width: 14%;
  margin:0 2px;
}
.service_list-item:nth-child(n+7) {
  margin-top: 5px;
}

/*----------------------------------------------------------------------------
	copy
----------------------------------------------------------------------------*/
.copy {
  padding-top: 8px;
}
.copy_item-body {
  position: relative;
  max-height: 148px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.copy_item-body p {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  transform: scale(1.0); transform-origin: left;
  color: #000;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*----------------------------------------------------------------------------
	basic
----------------------------------------------------------------------------*/
.basic_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}

/*----------------------------------------------------------------------------
	special
----------------------------------------------------------------------------*/
.special {
  padding-top: 10px;
}
.special_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}

/*----------------------------------------------------------------------------
	room
----------------------------------------------------------------------------*/
.room {
  padding-top: 10px;
}
.room_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.room_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.room_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.room_col-3 {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.room_col-3 .content_list {
  flex-basis: 33.3%;
  white-space: nowrap;
  overflow: hidden;
}
.room_col-3 .content_list:nth-child(n+4) {
  border-top: 1px solid #000;
}
.room_col-3 .content_list-headline {
  flex-basis: auto;
  width: 25%;
}
.room_col-3 .content_list-body {
  width: 50%;
}

/*----------------------------------------------------------------------------
	bath
----------------------------------------------------------------------------*/
.bath {
  padding-top: 10px;
}
.bath_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.bath_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.bath_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.bath_col-3 {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.bath_col-3 .content_list {
  flex-basis: 33.3%;
  overflow: hidden;
}
.bath_col-3 .content_list:nth-child(n+4) {
  border-top: 1px solid #000;
}
.bath_col-3 .content_list-headline {
  flex-basis: auto;
  width: 25%;
}
.bath_col-3 .content_list-body {
  width: 50%;
}
.bath_col-3 .content_list:nth-child(4) {
  flex-basis: 25.3%;
}
.bath_col-3 .content_list:nth-child(4) .content_list-headline {
  width: 60%;
}
.bath_col-3 .content_list:nth-child(5) {
  flex-basis: 41.3%;
}
.bath_col-3 .content_list:nth-child(5) .content_list-headline {
  width: 25%;
}

/*----------------------------------------------------------------------------
	meal
----------------------------------------------------------------------------*/
.meal {
  padding-top: 10px;
}
.meal_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.meal_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.meal_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.meal_col-break {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.meal_col-break .content_list {
  flex-basis: auto;
  white-space: nowrap;
  overflow: hidden;
}
.meal_col-break .content_list:nth-child(1) {
  flex-basis: auto;
  width: 20%;
}
.meal_col-break .content_list:nth-child(2) {
  flex-basis: auto;
  width: 40%;
}
.meal_col-break .content_list:nth-child(3) {
  flex-basis: auto;
  width: 40%;
}
.meal_col-break .content_list-headline {
  flex-basis: auto;
}
.meal_col-break .content_list-headline.is-dev {
  background-color: #7e6b5a;
  font-weight: 500;
  color: #fff;
}
.meal_col-remarks {
  display: -moz-flex;
  display: flex;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.meal_col-remarks .content_list-headline {
  flex-basis: auto;
}
.meal_col-barbecue {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.meal_col-barbecue .content_list {
  width: 50%;
}
.meal_col-barbecue .content_list:nth-child(n+3) {
  border-top: 1px solid #000;
}
.meal_col-barbecue .content_list:nth-child(3) {
  flex-basis: auto;
}
.meal_col-barbecue .content_list:nth-child(4) {
  flex-basis: auto;
}
.meal_col-barbecue .content_list-headline {
  flex-basis: auto;
  width: 20%;
}
.meal_col-company {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.meal_col-company .content_list {
  width: 33.3%;
}
.meal_col-company .content_list-headline {
  flex-basis: auto;
  width: 45%;
}
.meal_col-company .content_list-body {
  width: 50%;
}
.meal_col-company .content_list:nth-child(n+4) {
  border-top: 1px solid #000;
}
.meal_col-company .content_list:last-child {
  width: 100%;
}
.meal_col-company .content_list:last-child .content_list-headline {
  width: 15%;
}
.meal_col-company .content_list:last-child .content_list-body {
  width: 83.3%;
}

/*----------------------------------------------------------------------------
	rental
----------------------------------------------------------------------------*/
.rental {
  padding-top: 10px;
}
.rental_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.rental_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.rental_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.rental_col-3 {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.rental_col-3 .content_list {
  width: 33.3%;
}
.rental_col-3 .content_list:nth-child(n+4) {
  border-top: 1px solid #000;
}
.rental_col-3 .content_list-headline {
  flex-basis: auto;
  width: 50%;
}
.rental_col-3 .content_list-body {
  width: 50%;
}

/*----------------------------------------------------------------------------
	boardroom
----------------------------------------------------------------------------*/
.boardroom {

}
.boardroom_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.boardroom_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.boardroom_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.boardroom_col-2 {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.boardroom_col-2 .content_list {
  width: 100%;
}
.boardroom_col-2 .content_list:nth-child(n+2) {
  border-top: 1px solid #000;
}
.boardroom_col-2 .content_list-headline {
  flex-basis: auto;
  width: 15%;
}
.boardroom_col-2 .content_list-body {
  width: 83.3%;
}
.boardroom_col-3 {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.boardroom_col-3 .content_list {
  width: 33.3%;
}
.boardroom_col-3 .content_list:nth-child(n+4) {
  border-top: 1px solid #000;
}
.boardroom_col-3 .content_list-headline {
  flex-basis: auto;
  width: 45%;
}
.boardroom_col-3 .content_list-body {
  width: 50%;
}

/*----------------------------------------------------------------------------
	sports
----------------------------------------------------------------------------*/
.sports {
  padding-top: 8px;
}
.sports_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.sports_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.sports_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.sports_col-2 {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.sports_col-2 .content_list {
  width: 100%;
}
.sports_col-2 .content_list:nth-child(n+2) {
  border-top: 1px solid #000;
}
.sports_col-2 .content_list-headline {
  flex-basis: auto;
  width: 15%;
}
.sports_col-2 .content_list-body {
  width: 83.3%;
  white-space: normal;
}

/*----------------------------------------------------------------------------
	access
----------------------------------------------------------------------------*/
.access {
  padding-top: 8px;
}
.access_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.access_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.access_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.access_col-2 {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.access_col-2 .content_list {
  width: 100%;
}
.access_col-2 .content_list:nth-child(n+2) {
  border-top: 1px solid #000;
}
.access_col-2 .content_list-headline {
  flex-basis: auto;
  width: 15%;
}
.access_col-2 .content_list-body {
  width: 83.3%;
}

/*----------------------------------------------------------------------------
	others
----------------------------------------------------------------------------*/
.others {
  padding-top: 8px;
}
.others_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.others_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.others_item-body {
  padding-top: 0;
  border: 1px solid #000;
  background-color: #fff;
}
.others_item_text {
  min-height: 100%;
  max-height: 180px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  overflow: hidden;
}
.others_item_text p {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  transform: scale(0.9); transform-origin: left;
  color: #000;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*----------------------------------------------------------------------------
	photo
----------------------------------------------------------------------------*/
.photo {
  padding-top: 8px;
}
.photo .inner {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.photo_main-slider-item {
  width: 49.5%;
  height: min-content;;
  max-height: 250px;
  overflow-y: hidden;
}
}
.photo_main-slider-item img {
  border: 1px solid #707070;
}

/*----------------------------------------------------------------------------
	price
----------------------------------------------------------------------------*/
.price {
  padding-top: 5px;
}
.price_item-headline {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.price_item-headline span::before {
  content: "■";
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}
.price_photo {
  margin-bottom: 10px;
}
.price_photo p{
  text-align: center;
  font-size: 14px;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 10px;
  line-height: 2.0rem;
}
.price_photo img {
  max-width: 100%;
  width: 85%;
}
.price_cancel {
margin-bottom: 10px;
}
.price_cancel_heading {
padding-top: 7px;
padding-bottom: 9px;
}
.price_cancel_heading p {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
}
.price_cancel_table-header {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-bottom: 7px;
  width: 81px;
}
.price_cancel_table-header.is-col-2 {
  width: 162px;
}
.price_cancel_table-data {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-bottom: 7px;
}
.price_cancel_item {
  border: 1px solid #000;
}
.price_cancel_item-headline span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.price_cancel_item-body {
  padding-top: 6px;
  padding-bottom: 14px;
}
.price_cancel_item-body p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 5px;
}
table.cancel_table td,
table.cancel_table th {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-bottom: 7px;
}
.price_cancel_note {
  margin-bottom: 10px;
}
.price_cancel_note-item {
  font-size: 11px;
  font-size: 1.1rem;
}
.price_cancel_list {
  margin-top: 5px;
}
.price_cancel_list-item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}


/*# sourceMappingURL=pdf.css.map */