@charset "utf-8";


p {
  line-height: 1.8;
}

.c-txt__logo.font-size26{
 font-size:26px;
 margin: 0 0 20px 0;
}

/* blockquote 
----------------------------------------------- */
blockquote {
    position: relative;
    padding: 15px 15px 10px 15px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}

.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}

.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}

.temp3,
.temp4 {
  display: flex;
  justify-content: center;
  gap:20px;
}

.temp3 dl,
.temp4 dl {
  margin: 0 5px;
  padding: 0;
  vertical-align: bottom;
}

.temp3 dl {
  width: 100%;
}

.temp4 dl {
  width: 100%;
}

.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}

.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
  text-align: center;
}

table.temp5,
table.temp6 {
  margin-bottom: 30px;
}

.temp5 caption,
.temp6 caption {
  text-align: center;
}

.temp5 th,
.temp5 td,
.temp6 th,
.temp6 td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}

.adobeReader,
.temp7 {
  clear: both;
  margin: 0 0 20px;
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("/_themes/images/adobe_bn.png") no-repeat 20px center;
}

.adobeReader p,
.temp7 p {
  margin: 0 0 10px;
}

#triviaArea .docs ul {
  gap: 8px;
}
#triviaArea .docs ul li {
    width: calc(27% - 30px);
}
#triviaArea .docs .publish_date{
    display: none;
}

/* =========================================================
#reserveArea
========================================================= */
#reserveArea {
  margin: 0 0 40px 0;
 }

#reserveArea figure{
  text-align: center;
}

#reserveArea img{
  width: 100px;
  margin: 0 auto 20px auto;
}


#reserveArea .webform{
  box-sizing: border-box;
  width: 48%;
  padding: 5%;
  margin: 0 auto 40px auto;
}

#reserveArea .naiyou{
  margin: 0 0 40px 0;
} 
#reserveArea .naiyou ol{
  width: 90%;
  margin: 0 auto;
}
#reserveArea .naiyou li{
  font-size: 16px;
  list-style-type: decimal;
  line-height: 1.8;
}


#reserveArea .yoyakuhouhou h3{
  text-align: center;
  font-size: 28px;
  border: none;
}
#reserveArea .yoyakuhouhou h4{
  text-align: center;
  font-size: 24px;
  margin: 0 0 8px 0;
  border: none;
}
#reserveArea .yoyakuhouhou p{
  text-align: center;
  font-size: 16px;
  margin: 0 0 10px 0;
}
#reserveArea .yoyakuhouhou .naiyou p{
  text-align: left;
}

p.yoyakubtn a,
#reserveArea .yoyakuhouhou p.ybtn a {
    font-size: 24px;
    background-color: #fd7e00;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 410px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    line-height: 22px;
    padding: 20px 20px 20px 20px;
    clear: both;
    font-weight: bold;
    position: relative;
}

p.yoyakubtn a, #reserveArea .yoyakuhouhou p.ybtn a {
    font-size: 19px;
    width: 88%;
}


p.yoyakubtn a:before,
#reserveArea .yoyakuhouhou p.ybtn a:before {
  color: rgb(255, 255, 255);
  content: ">";
  position: absolute;
  top: 19px;
  left: 15px;
  font-size: 14px;
}

p.yoyakubtn a:hover,
#reserveArea .yoyakuhouhou p.ybtn a:hover {
    color: #000;
    background-color: #ffc68d;
}

table {
    border-collapse: collapse;
}
table td {
    border-collapse: collapse;
}





#wg .flexbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wg .flexbox:after {
  content: "";
  width: 30%;
}

#wg .flexbox li {
  display: block;
  width: 32.5%;
  margin-bottom: 15px;
}

#qaArea .docs ul{
    gap: 0;
}
#qaArea .docs ul li{
 width: calc(100% - 30px);
 border-bottom: 1px dotted #ddd;
 padding: 0 0 10px 0;
 margin: 0 0 10px 0;
}



#qaArea .docs ul li .publish_date{
  display: none;
}

.navi-docs .rels ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navi-docs .rels ul li {
    display: block;
    width: 23.5%;
    margin-bottom: 30px;
}

/* =========================================================
  searchNavi 
========================================================= */

#searchNavi form{
  display: flex;
  justify-content: space-between;
	border: none;
	border-radius: inherit;
	padding: 0;
	margin: 0;
}


#searchNavi form .keyword label {
   display: none;
}
#searchNavi input[type=text] {
	height: 38px;
}

#searchNavi form .keyword {
   width: 88%;
}

.keyword input {
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 0px;
    border: solid 1px #cfcfcf;
    width: 90%;
    height: 25px;
}


#searchNavi .submitters input {
    padding: 0px 20px;
    background-color: #0085B2;
    color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    height: 37px;
}

#searchNavi .tabs {
  display: none;
}

.contentGpCategoryDoc .docs ul{
    float: none;
    display: block;
    width: 100%;
}

.contentGpCategoryDoc .docs ul li {
  background: none;
  background-position: 0;
  padding-left: 0;
  padding-right: 0;
    width: calc(100% - 0px);
}

.contentGpCategoryDoc .docs ul li:after {
  content: "";
  clear: both;
  display: block;
}

.contentGpCategoryDoc .docs ul li .title_link a {
  line-height: 1.4;
  text-decoration: none;
}

.contentGpCategoryDoc .docs ul .title_link a:hover {
  text-decoration: underline;
}

.contentGpCategoryDoc .docs ul li {
  clear: both;
  padding: 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #5a2f2e;
}
.contentGpCategoryDoc .docs ul li:last-child {
  border-bottom: none;
}

.contentGpCategoryDoc .docs ul li .image {
  display: block;
  float: left;
  height: 154px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  width: 242px;
}

.contentGpCategoryDoc .docs ul li .category {
  display: inline-block;
}

#naviDocs ul#btm{
  margin: 0 0 40px 0;
}

#naviDocs .contentGpArticleDoc{
  margin: 0 0 40px 0;
}

#naviDocs .text-beginning{
  margin: 0 0 60px 0;
}

@media screen and (max-width: 959px) {
  .reservationDate .reservations {
    margin: 20px 0 0;
  }
}


/* =========================================================
  calendar
========================================================= */
.sat {
  background-color: #dff6fe;
  color: #1565c0;
}

.sun,
.holiday,
.close {
  background-color: #ffe6f1;
  color: #d90000;
}

.prevMonth,
.nextMonth {
  color: #ccc;
}


/* =========================================================
  reservation
========================================================= */

.reservationDate h2 {
  margin: 1.5rem 0 1rem;
  font-size: 1.5rem;
  text-align: center;
}

.reservationDate .message {
  margin-bottom: 0.5rem;
  text-align: center;
}

.reservationDate .message p{
  padding: 0;
  margin: 0 0 0 0;
  font-size: 140%;
  font-weight: bold;
}


.reservationDate .information {
  text-align: right;
}

.reservationDate .reservations {
  margin: 10px 0 40px;
}

.reservationDate .dateTable {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}

.reservationDate .dateTable tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.reservationDate .dateTable tr:first-child {
  background-color: #e3f2fd;
}

.reservationDate .dateTable th,
.reservationDate .dateTable td {
  padding: 12px;
  border: 1px solid #d3d3d3;
}

.reservationDate .dateTable tr th:first-child {
   width: 20%;
   text-align: center;
}

.cellTableHead{
    background-color: #25A6E1;
    color: #fff;
}
.reservationDate .dateTable th {
    background-color: #25A6E1;
    color: #fff;
    border: 1px solid #fff;
}

.reservationDate .dateTable th.place {
  text-align: left;
}



.content .reservationDate h2{
    border: none;
    margin: 0;
}

.content #privacyArea p {
    padding: 0;
    margin: 0 0 20px 0;
}


/* =========================================================
  reservation
========================================================= */

.reservationDate h2 {
  margin: 1.5rem 0 1rem;
  font-size: 1.5rem;
  text-align: center;
}

.reservationDate .message {
  margin-bottom: 0.5rem;
  text-align: center;
}

.reservationDate .message p{
  padding: 0;
  margin: 0 0 0 0;
  font-size: 140%;
  font-weight: bold;
}


.reservationDate .information {
  text-align: right;
}

.reservationDate .reservations {
  margin: 10px 0 40px;
}

.reservationDate .dateTable {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}

.reservationDate .dateTable tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.reservationDate .dateTable tr:first-child {
  background-color: #e3f2fd;
}

.reservationDate .dateTable th,
.reservationDate .dateTable td {
  padding: 12px;
  border: 1px solid #d3d3d3;
}

.reservationDate .dateTable tr th:first-child {
   width: 20%;
   text-align: center;
}

.cellTableHead{
    background-color: #25A6E1;
    color: #fff;
}
.reservationDate .dateTable th {
    background-color: #25A6E1;
    color: #fff;
    border: 1px solid #fff;
}

.reservationDate .dateTable th.place {
  text-align: left;
}

.reservationCalendar h2 {
  font-size: 1.5rem;
  text-align: center;
}

.reservationCalendar .column {
  display: flex;
  justify-content: space-between;
  gap: 40px 60px;
}

.reservationCalendar .column .calender-col {
  width: calc(50% - 30px);
}

.reservationCalendar .calender {
  width: 100%;
  text-align: center;
}

.reservationCalendar .calender th,
.reservationCalendar .calender td {
  border: 1px solid #d3d3d3;
}

.reservationCalendar .calender th {
  padding: 12px;
}

.reservationCalendar .calender .cellTableHead {
  margin: 0 0 1rem;
  border: 0;
  font-size: 1.25rem;
}

.reservationCalendar .calender a {
  width: 60%;
  display: block;
  line-height: 1.6rem;
  margin: 0 auto;
  color: #000!important;
  border-radius: 50%;
  text-decoration: none;
  padding: 12px;
 font-weight: bold;
  font-size: 1.125rem;
}

.reservationCalendar .calender a:hover {
   background-color: #8BDBFF;
}

.pagination {
    margin: 30px 0;
    text-align: center;
}

@media only screen and (max-width: 959px) {
  .temp1 .thumb,
  .temp2 .thumb {
    float: none;
    margin: 0 0 1rem;
    text-align: center;
  }

  .temp3,
  .temp4 {
    flex-wrap: wrap;
  }

  .temp3 dl,
  .temp4 dl {
    max-width: 100%;
  }

  .adobeReader,
  .temp7 {
    padding: 55px 20px 10px;
    background-position: center 10px;
  }
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}


/* .flexbox
----------------------------------------------- */
.flexbox {
 display:flex;
}
.leftArea {
 width: 49%;
}
.rightArea {
 width: 49%;
}


/* ------------
date
---------------------------------------------------------------------------------*/
/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-bottom: 1em;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
}

.content .contentGpArticleDoc .date p {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}


.contentGpArticleDoc .date p.publishedAt {
  padding-right: 10px;
}



.feed{
 display: none;
}


/* page-title
----------------------------------------------- */
#pageTitle h1 {
  margin-bottom: 1rem;
  padding: 14px 20px;
  background-color: var(--main-color-3);
  color: var(--mono-color-9);
  font-size: 1.5rem;
}
#pageTitle .pieceContainer .pieceBody h1{
	font-size: 20px;
	letter-spacing: 0.08em;
	padding: 0.75em 0.8em 0.8em 0.8em;
	font-weight: var(--medium);
background-color: var(--main-color);
    color: var(--white);
margin-bottom:30px;
}
@media not screen and (min-width: 768px){
#pageTitle .pieceContainer .pieceBody h1{
	padding:15px;
}
}
.blead{
margin-top:100px;
}
/* breadCrumbs
----------------------------------------------- */
#breadCrumbs .pieceBody {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.7);
}

#breadCrumbs ol,
#breadCrumbs li {
  list-style: none;
}

#breadCrumbs li {
  display: inline-block;
}

#breadCrumbs li:not(:first-child)::before {
  content: ">";
  margin: 0 5px;
}

.tabs {
display:none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: blue;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-weight: 400;
	src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: Poppins;
	font-weight: 400;
	src: url("../font/Poppins-Regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Zen Kaku Gothic Antique";
	font-weight: 500;
	src: url("../font/ZenKakuGothicAntique-Medium.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Zen Kaku Gothic Antique";
	font-weight: 400;
	src: url("../font/ZenKakuGothicAntique-Regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-weight: 400;
	src: url("../font/Inter.woff2") format("woff2");
}

:root {
	--inner-width: 1040px;
	--inner-pc: 20px;
	--inner-sp: 4.2666666667vw; /* Color */
	--text-color: #333;
	--main-color: #215883;
	--accent-color-1: #F3F6F9;
	--accent-color-2: #D3DFEA;
	--base-color: #fff;
	--header-color: #F3F6F9;
	--white: #fff;
	--red-1: #c72000;
	--red-2: #C52608;
	--gray-1: #bebebe;
	--gray-2: #d0d0d0; /* Font Size */
	--font-main: Zen Kaku Gothic Antique, serif;
	--font-en: Poppins, serif;
	--font-ja: Noto Sans JP, serif;
	--bold: 700;
	--semibold: 600;
	--medium: 500;
	--regular: 400;
	--header-height-pc: 80px;
	--header-height-sp: 60px;
	--header-inner: 1352px;
	--header-index: 20;
	--to-top-index: 10;
	--drawer-icon-index: 30;
	--drawer-bg-index: 5;
	--drawer-content-index: 20;
}

html {
	background-color: var(--base-color);
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-height-pc);
}

body {
	color: var(--text-color);
	font-family: var(--font-main);
	font-size: 20px;
	font-style: normal;
	font-weight: var(--regular);
	line-height: normal;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body.is-fixed {
	overflow: hidden;
}



li {
	list-style: none;
}

ul {
	margin: 0;
	padding-left: 0;
}

a {
	color: blue;
	cursor: pointer;
	text-decoration: none;
}

figure {
	margin: 0;
}

img,
svg {
	height: 100%;
	max-width: 100%;
	width: 100%;
}

picture,
img {
	display: block;
}

span {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

button {
	border: none;
	cursor: pointer;
}

button:focus:not(:focus-visible) {
	outline: 0; /* 繧ュ繝シ繝懊繝画桃菴以外"でフォーカスされた際はoutlineを消す */
}
.l-inner__top{
	box-sizing: content-box;
	margin: 0 auto;
       max-width:1280px
}

.l-inner__m {
	box-sizing: content-box;
	margin: 0 auto;
}

.l-inner__s {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 var(--inner-pc);
}

.c-breadcrumb{
margin-bottom:20px;
}

.c-breadcrumb ol {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.c-breadcrumb li {
	display: flex;
}

.c-breadcrumb li:nth-child(2)::before {
	content: "＞";
}

.c-breadcrumb li:nth-child(n+3)::before {
	content: ">";
	line-height: 1.2;
}

.c-breadcrumb li + li::before {
	margin: 0 1px 0 3px;
}

.c-button {
	border-radius: 33px;
	display: grid;
	font-size: 16px;
	line-height: normal;
	max-width: 186px;
	min-height: 52px;
	padding: 10px 20px;
	place-content: center;
	width: 100%;
}

a.c-button__more {
    align-items: center;
    border: 1px solid var(--main-color);
    border-radius: 9px;
    min-height: 52px;
    padding: 10px 20px 10px 50px;
    background: url(/_themes/images/icon_arrow-left.webp) no-repeat 22px center / cover;
    background-size: 20px;
    line-height: 2;
}


/*------------------------
.c-button__more {
	align-items: center;
	border: 1px solid var(--main-color);
	border-radius: 9px;
-	display: grid;
	gap: 11px;
	grid-template-columns: auto 82px;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
}

.c-button__more .c-button__arrow-right {
	aspect-ratio: 22/12;
	background: url("/_themes/images/icon_arrow-left.webp") no-repeat center center/cover;
	height: auto;
	position: relative;
	width: 100%;
}
-------------------*/


.c-color__main {
	color: var(--main-color);
}

.c-color__white {
	color: var(--white);
}

.c-color__red-1 {
	color: var(--red-1);
}

.c-color__red-2 {
	color: var(--red-2);
}

.c-color__bg-main {
	background-color: var(--main-color);
}

.c-color__bg-white {
	background-color: var(--white);
}

.c-color__bg-accent-1 {
	background-color: var(--accent-color-1);
}

.c-color__bg-accent-2 {
	background-color: var(--accent-color-2);
}

.c-font-center {
	text-align: center;
}

.c-font-left {
	text-align: left;
}

.c-font-right {
	text-align: right;
}

.c-font-italic {
	font-style: italic;
}

.c-font-en {
	font-family: var(--font-en);
}

.c-font-ja {
	font-family: var(--font-ja);
}

.c-font-main {
	font-family: var(--font-main);
}

.c-font-medium {
	font-weight: var(--medium);
}

.c-font-regular {
	font-weight: var(--regular);
}

.c-hover {
	transition: opacity 0.3s ease;
}

.c-txt-break {
	overflow-wrap: anywhere;
}

.c-txt__logo {
	display: flex;
	flex-direction: column;
	font-size: 17.5px;
	letter-spacing: 0.02em;
	line-height: normal;
}

@media not screen and (min-width: 768px) {

#wg .flexbox li {
    display: block;
    width: 48%;
    margin-bottom: 15px;
}

.navi-docs .rels ul li {
    width: 47%;
    margin-bottom: 60px;
}

.p-nav {
    padding: 20px 0 60px !important;
}

.c-breadcrumb {
    margin: 0 10px 20px 10px;
}

.c-txt__logo {
	font-size: 13px;
	line-height: 1.2;
	margin: 2px 0 0 0;
}
}



.c-txt__logo .c-txt__logo-main {
	font-size: 30px;
	letter-spacing: 0;
}

@media not screen and (min-width: 768px) {
.c-txt__logo .c-txt__logo-main {
    font-size: 22.5px;
}
}
.c-txt__left-line {
    border-left: 3px solid var(--main-color);
    font-size: 20px;
    padding: 0 0 8px 10px;
}



.pieceHeader h2{
	border-left: 3px solid var(--main-color);
	font-size: 18px;
	padding: 4px 4px 4px 15px;
    font-weight: var(--medium);
margin-bottom:10px;
background-color: transparent;
color:var(--text-color);
  margin-top: 0;
}

#aboutMenu .pieceHeader h2,
#warehouseGallery .pieceHeader h2,
#ulNews .pieceContainer .pieceHeader h2{
font-size: 20px;
    letter-spacing: 0.08em;
    padding: 0.75em 0.8em 0.8em 0.8em ;
    font-weight: var(--medium);
background-color: var(--main-color);
color:#fff;
}
.c-txt__under-line {
	text-decoration: underline;
	text-decoration-color: var(--main-color);
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.c-txt__bg-fill {
	font-size: 20px;
	letter-spacing: 0.08em;
	padding: 0.75em 0.8em 0.8em 0.8em ;
}
 .categoryType.categoryTypeZugara{
margin-bottom:20px;
}
 .categoryType.categoryTypeZugara h2{
margin-bottom:20px;
}

 .categoryType.categoryTypeZugara h2 a{
color:#fff;
}

.categoryType.categoryTypeBurando{
margin-bottom:20px;
}
.categoryType.categoryTypeBurando h2{
margin-bottom:20px;
color:#fff;
}

.categoryType.categoryTypeBurando h2 a{
color:#fff;
}

.categoryType.categoryTypeKakaku{
margin-bottom:20px;
}
.categoryType.categoryTypeKakaku h2{
margin-bottom:20px;
}
.categoryType.categoryTypeKakaku h2 a{
color:#fff;
}
.categoryType.categoryTypeTrivia h2 a{
margin-bottom:20px;
color:#fff;
}

.categoryType.categoryTypeShurui h2{
margin-bottom:20px;
}
.categoryType.categoryTypeShurui h2 a{
color:#fff;
}

.categoryType.categoryTypeTrivia{
margin-bottom:20px;
}

.categoryType.categoryTypeFrom-tsm{
margin-bottom:20px;
}

.categoryType.categoryTypeFaq{
margin-bottom:20px;
}

#warehouseGallery {
  margin: 0 0 40px 0;
}

@media not screen and (min-width: 768px){
.categoryType.categoryTypeBurando h2 a,.categoryType.categoryTypeKakaku h2 a,.categoryType.categoryTypeKakaku h2 a,.categoryType.categoryTypeShurui h2 a,.categoryType.categoryTypeTrivia h2 a,.categoryType.categoryTypeTrivia h2 a,.categoryType.categoryTypeFrom-tsm h2 a,.categoryType.categoryTypeFaq h2 a,.categoryType.categoryTypeZugara h2 a{
padding:15px;
}
}

.h3title{
border-left: 3px solid var(--main-color);
    font-size: 18px;
    padding: 4px 4px 4px 15px;
    font-weight: var(--medium);
    margin-bottom: 10px;
}
.c-txt__circle {
	align-items: center;
	display: grid;
	flex-shrink: 0;
	gap: 6px;
	grid-template-columns: 4px 1fr;
	justify-content: start;
}

.c-txt__circle.c-txt__circle-bg {
	gap: 12px;
	grid-template-columns: 8px 1fr;
}

.c-txt__circle::before {
	aspect-ratio: 1/1;
	background-color: var(--main-color);
	border-radius: 50%;
	content: "";
	height: auto;
	width: 100%;
}

.p-aside {
	padding: 40px 20px 35px;
}

.p-aside.p-navigation__aside {
	padding: 10px 17px 10px;
}

.p-aside.p-navigation__aside ul.level1 li{
  margin: 0 0 8px 0;
}
.p-aside__item a{
   color:var(--text-color);
}

.p-aside__item a:hover{
  text-decoration: underline;
}

.p-aside__item + .p-aside__item {
	margin-top: 34px;
}

.p-aside__category {
	display: flex;
	flex-flow: column wrap;
	gap: 16px;
	margin-top: 17px;
	padding-bottom: 7px;
}

.p-aside__category.p-aside__category-kind {
	padding-bottom: 0;
	padding-left: 17px;
}

.p-aside__category-parent {
	padding-right: 15px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-aside__category-kind .p-aside__category-parent {
	padding-right: 18px;
}

.p-aside__category-parent-link {
	display: inline-block;
}

.p-aside__category-toggle {
	background: url("/_themes/images/icon_toggle.svg") no-repeat center center/cover;
	height: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 8px;
}

.p-aside__category-toggle.is-open {
	transform: translateY(-50%) rotate(0deg);
}

.p-aside__category-child {
	font-size: 14px;
	padding-left: 14px;
	padding-top: 3px;
}

.p-aside__category-child-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-aside__related-word-list {
	display: flex;
	gap: 1em;
	margin-top: 15px;
	padding-left: 18px;
}

.p-aside__news-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 7px;
}

.p-aside__price-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 16px;
	padding-bottom: 6px;
}

.p-aside__bland-list {
	display: flex;
	flex-direction: column;
	margin-top: 6px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.p-aside__bland-item a {
	font-size: 16px;
	line-height: 2.5;
}

.p-aside__design-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-left: 2px;
	margin-top: 17px;
	padding-bottom: 10px;
}

.p-aside__design-item {
	max-width: 128px;
}

.p-aside__design-name {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.p-contact {
	overflow: hidden;
	padding-bottom: 136px;
	padding-top: 69px;
	position: relative;
	width: 100%;
}

input[type=email],
input[type=text],
textarea {
	background-color: var(--accent-color-1);
	border: none;
	border: 1px solid var(--gray-2);
	border-radius: 4px;
	color: var(--text-color);
	font-family: "Zen Kaku Gothic Antique", serif;
	font-size: 16px;
	font-style: normal;
	transition: opacity 0.3s ease;
	width: 100%;
}

input[type=email]:focus:not(:focus-visible),
input[type=text]:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
	outline: none; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

input[type=email],
input[type=text] {
	height: 54px;
	padding: 8px 23px;
}

textarea {
	height: 177px;
	padding: 14px 23px;
	resize: vertical;
}

.p-contact__container {
	margin-inline: auto;
	max-width: 688px;
}

.p-contact__lead {
	font-size: 16px;
	padding-left: 58px;
	text-align: center;
}

.p-contact__lead.c-color__red {
	padding-left: 0;
}

.p-contact__lead + .p-contact__lead {
	margin-top: 0.5em;
}

.form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 29px;
}

.p-contact__form-item {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.p-contact__form-item-label {
	align-items: center;
	display: flex;
	gap: 7px;
	justify-content: start;
}

.p-contact__form-item-required {
	color: var(--red-2);
	font-family: var(--font-ja);
	font-size: 20px;
}

.p-contact__form-item-body {
	display: block;
	width: 100%;
}

.p-contact__form-item-body > span {
	display: block;
}

.p-contact__form-item-radio-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.p-contact__form-item-radio-wrap > label {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	line-height: normal;
	margin-bottom: 16px !important;
	margin-right: 30px;
	padding-left: 31px;
	position: relative;
}

.p-contact__form-item-radio-wrap input {
	border-color: transparent;
	cursor: pointer;
	height: 16px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	z-index: 2;
}

.p-contact__form-item-radio-wrap input + span::after {
	background-color: var(--accent-color-1);
	border: 1px solid var(--gray-2);
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-contact__form-item-radio-wrap input + span::before {
	background-color: var(--main-color);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s ease 0s;
	width: 8px;
	z-index: 2;
}

.p-contact__form-item-radio-wrap input:checked + span::before {
	opacity: 1;
}

.p-contact__form-item-radio-wrap input:focus + span::after {
	outline: -webkit-focus-ring-color auto 1px;
}

.p-contact__form-item-check-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 47px;
}

.p-contact__form-item-check-wrap > label {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 16px;
	margin-bottom: 16px !important;
	margin-right: 30px;
	padding-left: 29px;
	position: relative;
}

.p-contact__form-item-check-wrap > label a {
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: var(--main-color);
	text-underline-offset: 5px;
}

.p-contact__form-item-check-wrap input {
	border-color: transparent;
	cursor: pointer;
	height: 16px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	z-index: 2;
}

.p-contact__form-item-check-wrap input + span::after {
	background-color: var(--white);
	border: 1px solid var(--gray-2);
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-contact__form-item-check-wrap input + span::before {
	border-bottom: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	content: "";
	height: 8px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 2px);
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 4px;
	z-index: 2;
}

.p-contact__form-item-check-wrap input:checked + span::before {
	opacity: 1;
}

.p-contact__form-item-check-wrap input:focus + span::after {
	outline: -webkit-focus-ring-color auto 1px;
}

.p-contact__form-button-wrap {
	margin-top: -5px;
	text-align: center;
}

.p-contact__form-button-wrap input[type=submit] {
	background: #3B6691;
	border: none;
	border-radius: 9px;
	color: var(--white);
	cursor: pointer;
	font-family: var(--font-main);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 152px;
	min-height: 52px;
	opacity: 1;
	padding: 8px 16px;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-contact__form-button-wrap input[type=submit]:focus:not(:focus-visible) {
	outline: none; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

.p-drawer__icon {
	height: 30px;
	margin-left: auto;
	position: fixed;
	right: 16px;
	top: 27px;
	width: 40px;
	z-index: var(--drawer-icon-index);
}

.p-drawer__icon::after {
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
}

.p-drawer__icon.is-open .p-drawer__icon-bar:nth-child(1) {
	top: 15px;
	transform: rotate(-32deg);
}

.p-drawer__icon.is-open .p-drawer__icon-bar:nth-child(2) {
	display: none;
}

.p-drawer__icon.is-open .p-drawer__icon-bar:nth-child(3) {
	top: 15px;
	transform: rotate(32deg);
}

.p-drawer__icon-bar {
	background-color: var(--main-color);
	border-radius: 2px;
	height: 3px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	width: 100%;
}

.p-drawer__icon-bar:nth-child(1) {
	top: 3px;
}

.p-drawer__icon-bar:nth-child(2) {
	top: 12px;
}

.p-drawer__icon-bar:nth-child(3) {
	top: 22px;
}

.p-drawer__nav {
	background: var(--accent-color-1);
	height: 100%;
	max-width: 320px;
	overflow-y: auto;
	padding: 105px 37px 205px 38px;
	position: fixed;
	right: 0;
	top: var(--header-height-pc);
	transform: translateX(105%);
	transition: transform 0.3s ease;
	width: 100%;
	z-index: var(--drawer-content-index);
}

.p-drawer.is-open .p-drawer__nav {
	transform: translateX(0);
}

.p-drawer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-drawer__nav-item {
	width: -moz-fit-content;
	width: fit-content;
}

.p-drawer__nav-link {
	font-size: 16px;
	font-weight: var(--medium);
}

.p-drawer__bg {
	background-color: rgba(0, 0, 0, 0.25);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: var(--header-height-pc);
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: var(--drawer-bg-index);
}

.p-drawer__bg.is-open {
	display: block;
	opacity: 1;
}

.p-drawer__button-box {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 32px;
	position: relative;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* ここがミソ：main が余白を埋める */
}

footer {
  width: 100%;
  background-color: #89c7de;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}



.p-footer {
	padding: 35px 0 8px;
width: 100%; 
color: #fff; 
text-align: center; 
padding: 30px 0; 
margin: 100px 0 0 0;
}

.p-footer__container {
	box-sizing: content-box;
	margin-inline: auto;
	max-width: 1353px;
	padding: 0 var(--inner-pc);
}

.p-footer__head {
	align-items: center;
	border-bottom: 1px solid var(--gray-1);
	display: flex;
	padding-bottom: 34px;
}

.p-footer__nav {
	margin-left: auto;
}

.p-footer__nav-list {
	align-items: center;
	display: flex;
	gap: min(38px, 2.6388888889vw);
}

.p-footer__nav-link {
	font-size: clamp(14px, 1.1111111111vw, 16px);
}

.p-footer__button-link {
	margin-left: min(38px, 2.6388888889vw);
}

.p-footer__body {
	padding-bottom: 31px;
	padding-top: 17px;
}

.p-footer__rule-list {
	align-items: center;
	display: flex;
	gap: 69px;
	justify-content: end;
}

.p-footer__rule-link {
	font-size: 12px;
}

.p-footer__copy small {
	font-family: "Inter", serif;
	font-size: 12px;
}

.p-fv {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 264px;
	padding: 20px;
        margin-top:60px;
}

.p-fv__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 14px;
	justify-content: center;
}

.p-fv__ja {
	font-size: 28px;
}

.p-fv__en {
	letter-spacing: 0.08em;
}

.p-header {
	background-color: var(--white);
	height: var(--header-height-pc);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: var(--header-index);
}
.p-header__nav-item a{
transition: .3s;
}
.p-header__nav-item a:hover{
  text-decoration: underline;
}


.p-header.p-header__top {
	background-color: var(--header-color);
}

.p-header__container {
	align-items: center;
	box-sizing: content-box;
	display: flex;
	height: inherit;
	margin: 0 auto;
	max-width: var(--header-inner);
	padding: 0 var(--inner-pc);
	z-index: var(--header-index);
}

.p-header__logo {
	flex-shrink: 0;
	margin-left: 6px;
}

.p-header__nav {
	margin-left: auto;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
	gap: min(38px, 2.6388888889vw);
}

.p-header__nav-link {
	font-size: clamp(14px, 1.1111111111vw, 16px);
        color:var(--text-color);
}

.p-header__button-link {
	margin-left: min(38px, 2.6388888889vw);
}

.p-item-aside-news__cat {
	font-size: 12px;
	letter-spacing: 0.04em;
	margin-top: 17.12px;
}

.p-item-aside-news__title {
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-top: 1px;
}

.p-item-aside-news__time {
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-top: 7px;
}

.p-item-design {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.p-item-lg-menu__link {
	align-items: center;
	background: url("/_themes/images/item_menu.webp") no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	min-height: 206px;
	padding-top: 6px;
}

.reserve .p-item-lg-menu__link{
	background: url("/_themes/images/item_menu_2nd.webp") no-repeat center center/cover;
}
.p-item-lg-menu__link img {
	aspect-ratio: 126/85;
	height: auto;
	margin-inline: auto;
	max-width: 126px;
}

.p-item-lg-menu__txt {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	line-height: 1.3;
}

.p-item-lg-menu__txt-note {
	font-size: 14px;
	line-height: 1.8571428571;
}

.p-item-news__link {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.p-item-news__meta {
	align-items: center;
	display: flex;
	gap: 16px;
}

.c-label__news-category {
	border: 1px solid var(--text-color);
	display: inline-block;
	font-size: 14px;
	padding: 3px 14px;
}

.p-item-price {
	align-items: baseline;
	border-radius: 22px;
	display: inline-flex;
	font-size: 20px;
	justify-content: center;
	min-height: 45px;
	padding: 10px 35px 10px;
	text-align: center;
}

.p-item-price__sm {
	font-size: 14px;
}

.p-item-search {
	display: flex;
	gap: 16px;
	max-width: 100%;
}

.p-item-search input[type=search] {
	background-color: var(--white);
	border: 1px solid var(--text-color);
	border-radius: 0;
	font-family: var(--c-font-main);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: normal;
	min-height: 48px;
	padding: 8px 15px;
	width: calc(100% - 16px - 88px);
}

.p-item-search button[type=submit] {
	background-color: var(--main-color);
	border-radius: 0;
	color: var(--white);
	display: grid;
	flex-shrink: 0;
	font-family: var(--c-font-main);
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: normal;
	max-width: 88px;
	min-height: 48px;
	padding: 5px 10px;
	place-content: center;
	width: 100%;
}

.p-main {
	margin-top: 40px;
        min-height: 100vh; position: relative;/*←相対位置*/ 
padding-bottom: 120px;/*←footerの高さ*/ 
box-sizing: border-box;/*←全て含めてmin-height:100vhに*/

}

.p-mv {
	position: relative;
	width: 100%;
        margin-top:30px;
}

.p-nav {
	padding: 30px 0 60px;
}

.p-nav__container {
	align-items: start;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 280px;
	grid-template-rows: auto;
	margin-inline: auto;
	max-width: 1220px;
}

#page-categoryNews-index .p-nav__container {
	grid-template-columns: 1fr;
}

.p-nav__head {
	display: grid;
	gap: 3.5227272727%;
	grid-template-columns: 58.1818181818% 37.8409090909%;
}

.p-nav__breadcrumb {
	font-size: 13px;
	margin-bottom: 15px;
}

.p-nav__title {
	font-size: min(32px, 2.2222222222vw);
	letter-spacing: 0.04em;
	margin-bottom: 24px;
    padding: 0;
    background-color: transparent;
    color: inherit;
}

.p-nav__set {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.p-nav__price-num {
	align-items: baseline;
	display: flex;
	font-size: 36px;
	gap: 6px;
	letter-spacing: 0.04em;
	margin-bottom: 7px;
	margin-top: -6px;
}

.p-nav__price-tax {
	font-size: 14px;
	letter-spacing: 0.04em;
}

.p-nav__stock {
	font-size: 16px;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}

.p-nav__body {
	margin-top: 38px;
}

.p-nav__detail {
	margin-top: 20px;
}

.p-nav__dl {
	border-bottom: 1px solid var(--text-color);
	display: grid;
	grid-template-columns: 200px 1fr;
	min-height: 50px;
}

.p-nav__dl:first-child {
	border-top: 1px solid var(--text-color);
}

.p-nav__dt {
	align-items: center;
	display: flex;
	font-size: 16px;
	letter-spacing: 0.08em;
	padding:20px 0 20px 29px;
}

.p-nav__dd {
	align-items: center;
	display: flex;
	letter-spacing: 0.08em;
	padding:20px 0 20px 40px ;
}

.p-nav__linkBox {
	display: flex;
	justify-content: end;
	margin-bottom: 60px;
}

.p-top-about {
	padding: 76px 0 80px;
}

.p-top-about__txt {
	line-height: 2.375;
	margin-top: 22px;
	max-width: 687px;
}

.p-top-about__nav-list {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
	margin-top: 44px;
}

#btm.p-top-about__nav-list {
	margin-top: 14px;
}

.p-top-nav {
	padding-top: 80px;
}

.p-top-nav__container {
    display: grid;
    gap: 45.89px 4.270941%;
    grid-template-columns: 41.127198% 53.601861%;
    margin-inline: auto;
    margin-top: 50px;
}

.p-top-nav__kinds {
	grid-column: 1/3;
}

.p-top-nav__kinds-list {
	display: grid;
	gap: 9px 24px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin-top: 8px;
/*--	max-width: 870px;
	padding-left: 14px;--*/
	max-width: 100%;
	padding-left: 0;
}

.p-top-nav__kinds-img {
	margin-inline: auto;
	max-width: 140px;
}

.p-top-nav__kinds-img img {
	aspect-ratio: 140/92;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-nav__kinds-name {
	font-size: 16px;
	margin-top: 8px;
}

.p-top-nav__design {
	grid-row: 2/5;
}

.p-top-nav__design-list {
    display: grid;
    gap: 5px 14px;
    grid-template-columns: repeat(2, 48%);
    margin-top: 24px;
    padding-left: 15px;
}

.p-top-nav__design-name {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.p-top-nav__search form {
	margin-top: 13px;
	max-width: 100%;
	padding-bottom: 35px;
	padding-left: 16px;
}

.p-top-nav__price-list {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 16px;
	margin-top: 15px;
	padding-bottom: 35px;
	padding-left: 18px;
}

.p-top-nav__brand-list {
	display: flex;
	flex-wrap: wrap;
	gap:  10px 28px;
	margin-top: 16px;
	padding-left: 16px;
}

.p-top-nav__brand-item-link {
	font-size: 20px;
}

.p-top-news {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-top-news__list {
	display: flex;
	flex-direction: column;
	gap: 34px;
	margin-inline: auto;
	margin-top: 64px;
	max-width: 894px;
}

.p-top-news__linkBox {
	display: flex;
	justify-content: end;
	margin-top: 35px;
}

.p-trivia {
	padding-bottom: 85px;
	padding-top: 42px;
}



.p-trivia__breadcrumb {
	font-size: 14px;
	margin-inline: auto;
	max-width: 1180px;
	padding-left: 70px;
}

.p-trivia__container {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 230px;
	grid-template-rows: auto;
	margin-inline: auto;
	margin-top: 7px;
	max-width: 1180px;
	padding-left: 70px;
}

.p-trivia__thumbnail {
	margin-top: 22px;
}

.p-trivia__toc {
	margin-inline: auto;
	margin-top: 40px;
	max-width: 368px;
	padding: 21.22px 16px 30.92px;
}

.p-trivia__toc-title {
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: normal;
}

.p-trivia__toc-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-inline: auto;
	margin-top: 31px;
	padding-left: 42px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-trivia__toc-list > li > a {
	display: inline-block;
	font-size: 18px;
	padding-bottom: 4px;
	position: relative;
}

.p-trivia__toc-list > li > a::after {
	background: linear-gradient(to right, var(--main-color) 0, var(--main-color) 2px, transparent 2px, transparent 4px);
	background-position: left bottom;
	background-size: 4px 1px; /* 1セットの幅: 点2px + 余白2px */
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-trivia__toc-list ol {
	display: flex;
	flex-direction: column;
	margin-top: 7px;
}

.p-trivia__toc-list ol a {
	font-size: 16px;
	line-height: 1.4375;
}

.p-trivia__entry {
	margin-top: 67px;
}

.p-trivia__entry > :first-child {
	margin-top: 0;
}

.p-trivia__entry figure {
	margin-top: 40px;
}

.p-trivia__entry figure img {
	height: auto;
	max-width: 100%;
	width: initial;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-trivia__entry h2 {
	font-size: 24px;
	font-weight: var(--medium);
	letter-spacing: 0.08em;
	margin-top: 2.0416666667em;
	padding-bottom: 10px;
	position: relative;
}

.p-trivia__entry h2::after {
	background: linear-gradient(to right, var(--main-color) 0, var(--main-color) 5px, transparent 5px, transparent 10px);
	background-position: left bottom;
	background-size: 10px 1px; /* 1セットの幅: 点2px + 余白2px */
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-trivia__entry h3 {
	font-size: 20px;
	font-weight: var(--medium);
	margin-top: 2.2em;
	padding-left: 26px;
	position: relative;
}

.p-trivia__entry h3::after {
	background-color: var(--main-color);
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 16px;
}

.p-trivia__entry h3 + p {
	margin-top: 0.625em;
}

.p-trivia__entry h4 {
	color: var(--main-color);
	font-size: 18px;
	font-weight: var(--medium);
	margin-top: 1.7222222222em;
}

.p-trivia__entry h4 + p {
	margin-top: 0.1875em;
}

.p-trivia__entry p {
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.875;
}

.p-trivia__entry p + h3 {
	margin-top: 1.75em;
}

.p-trivia__entry p + h4 {
	margin-top: 2.0555555556em;
}

.u-hidden-visible {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(50%);
	border: 0;
	clip-path: inset(50%);
	white-space: nowrap; /* 必要に応じてテキストを折り返さない */
}

@media screen and (width >= 768px) and (width <= 1200px) {

.l-inner__m {
	max-width: 900px;
}

}

@media (hover: hover) {

.c-hover:hover {
	opacity: 0.7;
}

input[type=email]:hover,
input[type=text]:hover,
textarea:hover {
	opacity: 0.7;
}

.p-contact__form-button-wrap input[type=submit]:disabled:hover {
	opacity: 1;
}

.p-contact__form-button-wrap input[type=submit]:hover {
	opacity: 0.8;
}

}

}

@media not screen and (min-width: 500px) {

.p-aside__news-item {
	width: 100%;
}

.p-drawer__nav {
	max-width: 100%;
}

}

@media not screen and (min-width: 768px) {

html {
	scroll-padding-top: var(--header-height-sp);
}

.l-inner__top {
	max-width: 500px;
	padding: 0 var(--inner-sp);
}

.l-inner__m {
	max-width: 500px;
	padding: 0 var(--inner-sp);
}

.l-inner__s {
	max-width: 500px;
	padding: 0 var(--inner-sp);
}

.c-txt__bg-fill {
	font-size: 18px;
	padding: 0.4444444444em 0.8888888889em 0.4444444444em 1.3333333333em;
}

.p-aside {
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.p-aside__category.p-aside__category-kind {
	flex-direction: row;
	gap: 10px 32px;
}

.p-aside__category-kind .p-aside__category-parent {
	padding-right: 15px;
}

.p-aside__related-word-list {
	flex-flow: row wrap;
	gap: 10px 20px;
	padding-bottom: 0;
}

.p-aside__news-list {
	flex-flow: row wrap;
	gap: 30px 10px;
}

.p-aside__news-item {
	width: calc(50% - 10px);
}

.p-aside__price-list {
	flex-flow: row wrap;
	gap: 10px 20px;
	padding-bottom: 0;
}

.p-aside__bland-list {
	flex-flow: row wrap;
	gap: 10px 20px;
	padding-bottom: 0;
}

.p-aside__design-list {
	flex-flow: row wrap;
	gap: 20px 10px;
	padding-bottom: 0;
}

.p-contact {
	padding: 60px 0;
}

input[type=email],
input[type=text],
textarea {
	font-size: 14px;
}

input[type=email],
input[type=text] {
	height: 48px;
	padding: 11px 14px;
}

textarea {
	padding: 13px 14px;
}

.p-contact__lead {
	padding-left: 0;
}

.form {
	gap: 31px;
	margin-top: 23px;
}

.p-contact__form-item-check-wrap {
	margin-top: 0;
}

.p-contact__form-button-wrap {
	margin-top: -9px;
}

.p-drawer__icon {
	top: 14px;
}

.p-drawer__nav {
	top: var(--header-height-sp);
}

.p-drawer__bg {
	top: var(--header-height-sp);
}

.p-fv {
	min-height: 164px;
}

.p-fv__title {
	gap: 5px;
}

.p-fv__ja {
	font-size: clamp(12px, 5.3333333333vw, 20px);
}

.p-header {
	height: var(--header-height-sp);
}

.p-header__container {
	padding: 0 8px 0 17px;
}

.p-header__logo {
	margin-left: 0;
}

.p-item-search {
	gap: 4px;
}

.p-item-search input[type=search] {
	padding: 8px;
	width: calc(100% - 4px - 70px);
}

.p-item-search button[type=submit] {
	max-width: 70px;
}

.p-main {
	margin-top: var(--header-height-sp);
}

.p-nav__container {
	display: flex;
	flex-direction: column;
	padding-left: 0;
        align-items: normal;
}

.p-nav__set {
	font-size: 14px;
}

.p-nav__price-num {
	font-size: 28px;
}

.p-nav__price-tax {
	font-size: 12px;
}

.p-nav__dl {
	grid-template-columns: 150px 1fr;
}

.p-nav__dd {
	font-size: 14px;
	padding-left: 24px;
}

.p-nav__linkBox {
	justify-content: start;
	margin-top: 24px;
}

.p-top-nav__container {
	display: flex;
	flex-direction: column;
}

.p-top-nav__design-list {
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.p-trivia {
	padding: 10px 0 60px;
}

.p-trivia__breadcrumb {
	padding-left: 0;
}

.p-trivia__container {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-top: 32px;
	padding-left: 0;
}

.p-trivia__toc-list {
	padding-left: 0;
}

.p-trivia__entry {
	margin-top: 48px;
}

.p-trivia__entry figure {
	margin-top: 24px;
}

.p-trivia__entry h3 {
	margin-top: 1.2em;
}

.p-trivia__entry h4 {
	margin-top: 1.3333333333em;
}

.p-trivia__entry p + h3 {
	margin-top: 1.2em;
}

.p-trivia__entry p + h4 {
	margin-top: 1.3333333333em;
}

.u-hidden-sp {
	display: none;
}

}

@media screen and (min-width: 768px) {

.u-hidden-pc {
	display: none;
}

}

@media not screen and (min-width: 1060px) {
p-top-about__nav-list {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 4px;
}

#page-index .p-top-about__nav-list {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.c-button {
	min-height: 32px;
}

.p-footer__container {
	margin-inline: auto;
}

.p-footer__head {
	align-items: start;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
}

.p-footer__nav {
	margin-left: 0;
}

.p-footer__nav-list {
	flex-wrap: wrap;
	gap: 16px;
}

.p-footer__nav-link {
	font-size: 14px;
}

.p-footer__button-link {
	margin-left: 0;
}

.p-footer__rule-list {
	flex-wrap: wrap;
	gap: 16px;
	justify-content: start;
}

.p-nav__head {
	align-items: start;
	display: flex;
	flex-direction: column;
}

.p-nav__thumbnail {
	order: 2;
}

.p-nav__summary {
	display: contents;
}

.p-nav__breadcrumb {
	margin-bottom: 32px;
	order: 1;
}

.p-nav__title {
	font-size: 24px;
	margin-top: 16px;
	order: 3;
}

.p-nav__price {
	order: 4;
}

.p-top-nav__container {
	padding-left: 0;
}

.p-top-nav__kinds-list {
	grid-template-columns: repeat(auto-fill, minmax(min(140px, 100%), 1fr));
	padding-left: 0;
}

.p-top-nav__design-list {
	padding-left: 0;
}

.u-hidden-tb {
	display: none;
}

}

@media screen and (min-width: 1060px) {

.u-hidden-lg {
	display: none;
}

}

@media screen and (min-width: 1210px) {

.u-hidden-xl {
	display: none;
}

}

@media not screen and (min-width: 1210px) {

.u-hidden-xs {
	display: none;
}

}
#breadCrumbs {
	font-size: 14px;
	margin-inline: auto;
	max-width: 1220px;
}
@media screen and (max-width: 768px){
h2{
padding:15px;
}
#breadCrumbs{
padding-left: 2px;
}
.p-top-nav__search{
padding-left:0;
}
.p-top-nav__price{
padding-left:0;
}
.p-top-nav__bland{
padding-left:0;
}

#breadCrumbs ol{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#breadCrumbs li{
    display: flex;
}
}
.p-greeting {
	overflow: hidden;
	padding-bottom: 136px;
	padding-top: 20px;
	position: relative;
	width: 100%;
}

.l-greeting__inner {
	display: flex;
	justify-content: center;
       margin-top:0;


}

.p-greeting__content{
	width: 45%;
	margin-right: 20px;
	order: 1;
} 
.p-greeting__title{
	font-size: 24px;
        font-weight:bold;
        margin-bottom:20px;
}

.p-greeting__text {
	margin-top: 50px;


}
.p-greeting__content p{
line-height: 1.8;
}

.p-greeting__img {
	width: 45%;
/*---	aspect-ratio: 604/881;---*/
	object-fit: cover;
	order: 2;

}

.p-greeting__img img{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px){
	.l-greeting__inner{
		display: block;
		margin: auto;
                margin-top:40px;
	}

	.p-greeting__content{
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	} 
	.p-greeting__title{
		font-size: 24px;
	}
	
	.p-greeting__text {
		margin-top: 50px;
	
	
	}
	
	
	.p-greeting__img {
		margin: auto;
		width: 300px;
		max-width: 100%;
		aspect-ratio: 604/881;
		object-fit: cover;
	
	}
	
	.p-greeting__img img{
		width: 100%;
	
	}
}

.question{
border:none;
padding-right:0;
}

.from-tsm-news{
    border: 1px solid var(--text-color);
    display: inline-block;
    font-size: 14px;
    padding: 3px 14px;

}
/*.wrapper{
    margin-top: 64px;
}*/
.whatsnew li{
align-items: center;
    display: flex;
    gap: 16px;
}
.more{
display: flex;
    justify-content: end;
    margin-top: 35px;
padding-bottom: 20px;
}

.more a{
align-items: center;
    border: 1px solid var(--main-color);
    border-radius: 9px;
    display: grid;
    gap: 11px;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    color: var(--main-color);
transition: opacity 0.3s ease;
}

.categoryArea{
margin: 60px 0;
}

.docs ul{
display:flex;
gap:30px;
flex-wrap: wrap;

}

.docs ul li{
 width: calc(34% - 30px);
}

.docs ul li span{
display:block;
}



.docs ul li .image {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 10px; /* 必要なら調整 */
}

.docs ul li .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.image a img {
  display: block;
  transition: opacity .3s ease;
}

.image a:hover img {
  opacity: 0.6;
}


.body{
line-height: 1.8;
}

.docs ul li .category{
margin-right:5px;
}
@media screen and (max-width: 768px){
.docs ul li .category{
margin-right:0;
}

#trivia .title_link,
.docs ul li .title_link{
 margin-left:0;
 font-size: 16px;
}
.p-aside.p-navigation__aside ul.level1 li {
    font-size: 16px;
}



}
/*
category事例紹介
-------------------------------------------*/
#page-docsResult-index #categoryArea .docs ul:after ,
#page-category-result-detachedHouse-index #categoryArea .docs ul:after ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul:after ,
#page-category-result-index .content #categoryArea .docs ul:after {
  content: "";
  display: block;
  clear: both;
} 

#page-docsResult-index #categoryArea .docs ul:before  ,
#page-category-result-detachedHouse-index #categoryArea .docs ul:before  ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul:before  ,
#page-category-result-index .content #categoryArea .docs ul:before {
  content: "";
  display: block;
  clear: both;
} 


#page-docsResult-index #categoryArea .docs ul li  ,
#page-category-result-detachedHouse-index #categoryArea .docs ul li  ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul li  ,
#page-category-result-index .content #categoryArea .docs ul li  {
	display: block;
	float: left;
	width: 25%;
	padding: 5px 5px 0 5px;
	position: relative;
	margin: 0 0 20px 0;
}

#page-docsResult-index #categoryArea .docs ul li a  ,
#page-category-result-detachedHouse-index #categoryArea .docs ul li a  ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul li a  ,
#page-category-result-index .content #categoryArea .docs ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 0;
}

#page-docsResult-index #categoryArea .docs ul li .title_link ,
#page-category-result-detachedHouse-index #categoryArea .docs ul li .title_link ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul li .title_link ,
#page-category-result-index .content #categoryArea .docs ul li .title_link {
  text-align: center;
}

#page-docsResult-index #categoryArea .docs ul li span span ,
#page-category-result-detachedHouse-index #categoryArea .docs ul li span span ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul li span span ,
#page-category-result-index .content #categoryArea .docs ul li span span {
	display: block;
	color: #FFF;
	font-size: 12px;
	background-color: #36BEAD;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	padding: 15px;
}

#page-docsResult-index #categoryArea .docs ul li .category .result-apartment-building ,
#page-category-result-detachedHouse-index #categoryArea .docs ul li .category .result-apartment-building ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul li .category .result-apartment-building ,
#page-category-result-index .content #categoryArea .docs ul li .category .result-apartment-building {
	background-color: #FF9900;
}

#page-docsResult-index #categoryArea .docs ul li .category .result-detached-house ,
#page-category-result-detachedHouse-index #categoryArea .docs ul li .category .result-detached-house ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul li .category .result-detached-house ,
#page-category-result-index .content #categoryArea .docs ul li .category .result-detached-house {
	background-color: #36BEAD;
}

#page-docsResult-index #categoryArea .docs ul li .image a img  , 
#page-category-result-detachedHouse-index #categoryArea .docs ul li a img  ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul li a img  ,
#page-category-result-index .content #categoryArea .docs ul li a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
       transition: transform 0.4s ease; /* アニメーションの設定 */
}

#page-docsResult-index #categoryArea .docs ul li .category a p  ,
#page-category-result-detachedHouse-index #categoryArea .docs ul li  a p  ,
#page-category-result-apartmentBuilding-index #categoryArea .docs ul li  a p  ,
#page-category-result-index .content #categoryArea .docs ul li a p {
	color: #111;
	text-align: center;
	margin: 0px;
}

.image a:hover img{
opacity:0.6;
}

.content #categoryArea .docs ul li,
.content #docsArea .docs ul li,
.content #uiNews li  {
	display: block;
	color: #333;
	line-height: 30px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content #categoryArea .docs ul li:hover,
.content #docsArea .docs ul li:hover,
.content #uiNews li:hover {
	color: #000;
	background-color: #FFF;
}

 #docsArea .text-beginning ul,
#docsArea .text-beginning ol{
  padding: 0 0 0 24px;
}

#docsArea .text-beginning ol li{
list-style-type: disc;
}
 #docsArea .text-beginning ul li{
list-style-type: decimal;
}

.image a{
   width: 100%;
aspect-ratio:390 /220 ;
}
.image a img {
   width: 100%;
   height: 100%;
object-fit:cover;
}

#errorExplanation{
border:1px solid #222;
color:red;
padding:20px;
}

#errorExplanation p{
color:#222;
margin:10px 0;
}

.questions{
margin:40px 0;
}

.question{
margin-top:40px ;
}
.image{
width:300px;
max-width:100%;
}
.image img{
width:100%;
}

.submit{
margin-top:20px;
}
fieldset{
margin-left:-15px;
}
.p-about{
padding-bottom: 60px;
padding-top: 20px;
}
.p-map{
margin-top:20px;
margin-bottom:20px;
text-align: center;
width:100%;
}
.p-map iframe{
width:100%;
}
.p-access-text, .site-text{
margin-top:20px;
margin-bottom:20px;
}
.l-about__inner{
display:grid;
gap:30px;
grid-template-columns: 1fr 1fr;
margin-top:30px;
margin-bottom:30px;

}
.l-about_linkimg{
display:grid;
gap:30px;
grid-template-columns: 1fr 1fr;
margin-top:30px;
}
@media screen and (max-width: 768px){
.l-about__inner{
display:block;
}
.l-about_linkimg{
display:block;
}

.p-about_linkimg:nth-child(n + 1){
margin-top:0;
}

.site-text{
margin:10px 0;
line-height:1.8;

}
}
/* =========================================================
  sitemap
========================================================= */

#page-sitemap .dacapo,
#page-sitemap .sekisho {
  width: 100%;
  justify-content: space-around;
  margin: 0;
}

ul.sitemap li.level1 {
  padding: 8px 0;
}

ul.sitemap li.level1 a {
  text-decoration: none;
}

ul.sitemap li.level1 a.level1 {
   display: block;
    margin-bottom: 1em;
    color: #fff;
    padding: 15px 15px 15px 15px ;
    background-size: 34px;
    font-size: 20px;
    background-color: var(--main-color);
}

ul.sitemap ul.level2 ul {
    padding: 15px;
}



ul.sitemap li.level2 a.level2 {
  display: block;
  margin: 0 0 20px 0;
  padding: 8px 0;
  border-bottom: 1px dotted var(--main-color);
  font-size: 18px;
}

ul.level3 {
  display: flex;
  flex-wrap: wrap;
}

ul.level3 > li {
  flex-basis: 25%;
  font-size: 18px;
}

ul.sitemap li.sitemap {
  width: 100%;
}

.trivia-about{
    border: 1px solid var(--text-color);
    display: inline-block;
    font-size: 14px;
    padding: 3px 14px;
}

.contentGpCategoryCategoryType h2 a{
margin-bottom:20px;
color:#fff;
}

#trivia .title_link{
display:block;
}

#trivia .title_link a{
display:block;
}

/*スライド*/
#thumbnail img{ width:100%; }

#thumbnail .main_image_box{
	margin: 0 0 5px 0;
}
	
#thumbnail .box_around{
    width: 47%;
    float: left;
    margin-right: 36px;
    margin-bottom: 30px;
}
	
#thumbnail .detail ul{
		display:inline-block;
		width:100%;
		padding:0;
		margin:0;
	}
	
#thumbnail .detail ul li{
		display:inline-block;
		width:25%;
		float:left;
	}
	
#thumbnail .detail ul li img{
		max-width:95%;
		margin:0 auto;
		display:block;
	}

#thumbnail .box_around dt{
 font-size: 120%;
  padding: 0 0 5px 0;
  font-weight: bold;
}

#thumbnail .box_around dd{
  border-bottom: 1px dotted #000;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.image_box{
margin-top:20px;
}

.u-center{
justify-content: center;
}

}

.level1 li{
margin-top:5px;
}

.news li{
margin-top:5px;
}

.title_link a{
color:blue;
}

.p-about__text{
    line-height: 2.375;
}

.p-about_linkimg {
  position: relative;
  display: inline-block; 
}
.p-about_linkimg img {
  display: block; 
}
.p-about_linkimg figcaption {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.p-about_linkimg figcaption  a{
    font-size: 36px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", serif;
   color:#fff;
   line-height: 1;
}
.p-about_linkimg figcaption  a span{
    font-size: 20px;
}
ul.sitemap .docs{
display:none;
}
ul.sitemap .docs-faq{
display:none;
}
ul.sitemap .docs-nav{
display:none;
}
ul.sitemap .docs-trivia{
display:none;
}
ul.sitemap .news-tag{
display:none;
}
ul.sitemap .tag{
display:none;
}
ul.sitemap .tag-faq{
display:none;
}
ul.sitemap .tag-trivia{
display:none;
}
ul.sitemap .level1.404{
display:none;
}
ul.sitemap .index{
display:none;
}
.\34 04{
display:none;
}


/*共通パーツ*/
h2{
font-size: 20px;
    letter-spacing: 0.08em;
    padding: 0.75em 0.8em 0.8em 0.8em ;
    font-weight: var(--medium);
background-color: var(--main-color);
color:#fff;
margin-top:30px;
margin-bottom:30px;
}
@media screen and (max-width: 768px){
    h2{
padding: 15px;
    }
}

.image img {
  width: auto;
  height: auto;
}

.surveyForm .reload,
.surveyForm .talk {
  display: inline-block;
  border: 1px solid #aaa;
}

.reload a,
.talk a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
}

.surveyForm .field {
  margin-top: 15px;
}

.surveyForm .submit {
  margin-top: 20px;
  text-align: center;
}

/* error */
.surveyForm #errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ee0000;
}

.surveyForm #errorExplanation h2 {
  padding: 7px 0 4px 15px;
  border-radius: 4px;
  background-color: #fff;
  color: #ee0000;
}

.surveyForm #errorExplanation p {
  margin-left: 15px;
}

.surveyForm #errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
}

.surveyForm #errorExplanation li {
  color: #ee0000;
}

#back-btn {
  margin: 13px 0 20px;
  text-align: center;
}

#back-btn a {
  display: block;
  position: relative;
  width: 100px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  color: #000;
  text-decoration: none;
}

.name a{
color:#fff;
}

.note{
 color:red;
}

.categoryTypeTss h2 a{
margin-bottom:20px;
color:#fff;
}
.categoryTypeFaq h2 a{
margin-bottom:20px;
color:#fff;
}


/*---
#ulNav ul{
display:flex;
gap:20px;
justify-content: center;
flex-wrap:wrap;
}--*/




#ulNav li:after {
  content: "";
  display: block;
  clear: both;
}

#ulNav ul li{
    float: left;
    width: 19%;
    margin: 0 0.5%;
}

#ulNav ul li:last-child{
  display: none;
}


#ulNav  span{
display:block;
text-align: center;
}
@media not screen and (min-width: 768px) {
#ulNav ul li{
    width: 49%;
    margin: 0 0.5%;
    min-height: 200px;
}
#ulNav ul li:last-child{
  display: block;
}


}

.flex{
display:flex;
}

#topAbout .flex{
    justify-content: space-between;
}


.flex-left{
margin-right:20px;
width:48%
}

.flex-right{
  width: 48%;
}

.flex-right img{
    height: auto;
    max-width: 100%;
    width: auto;
}

@media not screen and (min-width: 768px) {
.flex{
display:block;
}
.flex-left{
margin-right:0;
width:100%
}

.flex-right{
width:100%;
margin-top:20px;
}

#triviaArea .docs ul,
.docs ul {
    gap: 10px;
}

#triviaArea .docs ul li,
.docs ul li {
 width: calc(51% - 9px);
}


}

#expect p{
margin-bottom:20px;
}


/*--共通パーツ--*/
h2{
font-size: 20px;
    letter-spacing: 0.08em;
    padding: 0.75em 0.8em 0.8em 0.8em ;
    font-weight: var(--medium);
background-color: var(--main-color);
color:#fff;
margin-top:10px;
margin-bottom:30px;
}

h3{
 font-size: 22px;
  color: #364e96;/*文字色*/
  padding: 0.25em 0;/*上下の余白*/
  border-bottom: solid 2px #364e96;/*下線*/
    margin-bottom: 10px;

}

h4{
 font-size: 20px;
  color: #364e96;/*文字色*/
  padding: 0.25em 0;/*上下の余白*/
  border-bottom: dotted 2px #364e96;/*下線*/
    margin-bottom: 10px;
}


h5{
    border-left: 3px solid var(--main-color);
    font-size: 18px;
    padding: 4px 4px 4px 15px;
    font-weight: var(--medium);
    margin-top:10px;
    margin-bottom: 10px;
}
h6{
 font-size: 18px;
 font-weight: var(--medium);
margin-top:10px;
    margin-bottom: 10px;

}
