@charset "UTF-8";
@import url("css/page.css");
@import url("css/wordpress.css");
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600&display=swap');

/*
  Theme Name: ゴッホ飯
  Theme URI: https://gogh-meshi.com/
  Description: WordPress Corporate Theme
  Author: yumitakeno
*/

* { 
 box-sizing: border-box;
}

/* color */
:root{
  --main-color: #111A60;
  --main-border: 1px solid var(--main-color);
}

/* font */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 2;
}
.m_font {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  color: #111A60;
  text-align: justify;
}
html { 
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  height: 100%;
  width: 100%;
}
body {
  -webkit-text-size-adjust: 100%; 
  -moz-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
  -o-text-size-adjust: 100%; 
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
img {
  vertical-align: top;
  width: 100%;
}
a {
  outline: medium none;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
a:hover { opacity: 0.7; }
a img {
  border-style: none;
  transition: all 0.3s ease-in-out 0s;
}
a:hover img {
  border-style: none;
}
ul,li {
  list-style-type: none;
}

/* link */
.link a {
  margin: auto;
  width: 310px;
  text-align: center;
  display: block;
  display: table;
  border: var(--main-border);
  padding: 6px 20px 10px;
  border-radius: 30px;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.link a:hover {
  opacity: 1;
  background: #E2C806;
  transition: all 0.3s ease-in-out 0s;
}
/* link */

br.res {
  display: none;
}
br.reson {
  display: block;
}
.fade { /* 下から */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* MENU */
.navbar_toggle {
  display:inline-block;
  z-index:8000;
  position: fixed;
  width: 46px;
  height: 46px;
  right: 0;
  top: 0;
  padding: 12px 8px;
  background: var(--main-color);
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 3px;
  width: 26px;
  background: #fff;
  transition: ease .5s;
  margin: auto;
}
.navbar_toggle_icon:nth-child(1) {
  top: 4px;
}
.navbar_toggle_icon:nth-child(2) {
  top: 10px;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav_menu {
  background: var(--main-color);
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 500;
  top:0;
  left:0;
}
.nav_menu .menu_in {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.nav_menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nav_menu nav {
  display: flex;
  flex-direction: column;
  
  justify-content: center;
  align-items: center;
  height: 100%;
  
  position: relative;
  width: 350px;
  margin: auto;
}
.nav_menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 260px;
}
.nav_menu nav ul li {
  display: table;
}
.nav_menu nav ul a {
  color: #fff;
  font-size: 19px;
  position: relative;
  z-index: 1;
}
.nav_menu .res p {
  color: #fff;
  font-size: 11px;
  text-align: center;
  
  position: absolute;
  bottom: 30px;
}
.nav_menu .res ul li {
  position: absolute;
  mix-blend-mode: multiply;
}
.nav_menu .res ul li:nth-of-type(1) {
  width: 250px;
  top: -5%;
  left: -20%;
}
.nav_menu .res ul li:nth-of-type(2) {
  width: 280px;
  top: 30%;
  right: -60%;
}
.nav_menu .res ul li:nth-of-type(3) {
  width: 200px;
  bottom: 10%;
  left: -40%;
}

#top {
  max-width: 1200px;
  margin: auto;
}
#top .logo {
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px 10px;
  
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#top .logo .visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#top .logo .img {
  width: 340px;
}
#top .logo p {
  width: 300px;
}
#top .in {
  padding: 50px 10px;
  position: relative;
  
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
#top p.bun { 
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  
  line-height: 2;
  letter-spacing: 2px;
  font-size: 25px;
  color: #2A2A2A;
  position: relative;
  top: -50px;
} 
#top .illust li:nth-of-type(1) {
  width: 500px;
  margin-top: 70px;
}
#top .illust li:not(:nth-of-type(1)) {
  position: absolute;
}
#top .illust li:nth-of-type(2) {
  top: 40px;
  margin-left: -40px;
  width: 196px;
}
#top .illust li:nth-of-type(3) {
  top: -190px;
  right: -40px;
  width: 280px;
  z-index: -1;
}
#top .illust li:nth-of-type(4) {
  bottom: 0px;
  left: 40px;
  width: 200px;
  z-index: -1;
}
#top .illust li:nth-of-type(5) {
  top: 220px;
  right: -80px;
  width: 140px;
}
#top .illust li:nth-of-type(6) {
  top: 100px;
  left: -80px;
  width: 120px;
}
#top .illust li {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
/* フェードイン */
#top .illust li.is-show {
  opacity: 1;
}
/* 下からアップ */
#top .illust li.up {
  transform: translateY(30px);
}
#top .illust li.up.is-show {
  opacity: 1;
  transform: translateY(0);
}

main#idx {
  max-width: 1200px;
  margin: auto;  
  padding: 50px 20px;
  position: relative
}
main h2,
main#page h1.home {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 26px;
}
main h2 span,
main#page h1.home span {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
}
main#idx section {
  position: relative;
}

main#idx .news {
  margin-bottom: 60px;
}
main#idx .news::after {
  content: '';
  display: inline-block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #E2E2E2;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
main#idx .news h2 {
  position: relative;
  top: -14px;
}
main#idx .news ul {
  display: table;
  margin: auto;
  width: auto;
  padding:  20px 30px 40px;
  
  max-width: 850px;
}
main#idx .news ul li a,
main#idx .news ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
main#idx .news ul li p {
  letter-spacing: 0;
}
main#idx .news ul li p:first-child {
  font-size: 14px;
}
main#idx .news ul li p:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main#idx .news ul li a {
  position: relative;
  text-decoration: none;
}
main#idx .news ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #52596B;
  transition: width 0.3s ease;
}
main#idx .news ul li a:hover::after {
  width: 100%;
}

main#idx .sec1 {
  position: relative;
}
main#idx .sec1 h2 + p {
  max-width: 600px;
  margin: 30px auto 0;
  padding: 0 40px;
}
.more-box summary {
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 2px;
  list-style: none;
  margin: 40px auto 0;
  width: 310px;
  text-align: center;
  display: block;
  display: table;
  border: var(--main-border);
  padding: 6px 20px 10px;
  border-radius: 30px;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.more-box summary:hover {
  opacity: 1;
  background: #E2C806;
  transition: all 0.3s ease-in-out 0s;
}
.more-box summary::-webkit-details-marker {
  display: none;
}
.more-content {
  max-width: 600px;
  margin: auto;
  padding: 0 40px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.more-box[open] .more-content {
  opacity: 1;
  transform: translateY(0);
}
.more-box[open] summary {
  display: none;
}

main#idx .sec1 p.gogh {
  width: 400px;
  margin: 30px auto;
}
main#idx .sec1 .illust {
  width: 1100px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main#idx .sec1 .illust li {
  position: absolute;
}
main#idx .sec1 .illust li:nth-of-type(1) {
  bottom: 200px;
  right: 40px;
  width: 220px;
}
main#idx .sec1 .illust li:nth-of-type(2) {
  top: 30px;
  left: 40px;
  width: 220px;
}
main#idx .sec1 .illust li:nth-of-type(3) {
  top: 0;
  right: 100px;
  width: 120px;
}

main#idx .sec2 {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  padding: 10px 0 60px;
}
main#idx .sec2 p.fade {
  width: 130px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  margin-left: 250px;
}
main#idx .sec2 .slider {
  padding: 20px 0;
}
main#idx .sec2 .slider dl {
  width: 320px;
  margin: 0 20px; 
  padding-top: 40px;
}
main#idx .sec2 .slider dl dt {
  width: 320px;
  margin: 0 auto 66px;
  position: relative;
}
main#idx .sec2 .slider dl dt img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  display: block;
  margin: 20px auto;
}
main#idx .sec2 .slider dl dt::before {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}
main#idx .sec2 .slider dl:nth-child(odd) dt::before {
  background-image: url(images/illust_2.webp);
}
main#idx .sec2 .slider dl:nth-child(even) dt::before {
  background-image: url(images/illust_1.webp);
}
main#idx .sec2 .slider dd.tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  letter-spacing: 0;
  line-height: 26px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}
main#idx .sec2 .slider dd.shop {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  letter-spacing: 0;
  font-size: 15px;
  margin-left: 10px;
}
main#idx .sec2 .slick-dotted.slick-slider {
  margin-bottom: 70px;
}
main#idx .sec2 p.illust {
  position: absolute;
  bottom: -20px;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -300px;
}

footer {
  position: relative;
  z-index: 1;
  background: var(--main-color);
}
footer .logo {
  width: 280px;
  margin: auto;
  padding: 60px 0 0;
}
footer p.url {
  padding-bottom: 50px;
}
footer p,
footer span {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

/* page */
#page_top {
 padding: 0 0 20px;
}
#page_top p {
  max-width: 650px;
  margin: auto;
}
main#page {
  max-width: 1200px;
  margin: 50px auto;
}
main#page .contents {
  padding: 0 20px;
  position: relative;
}
main#page .contents h1,
main#page.home .contents .cat {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  background: #fff;
  display: table;
  width: auto;
  margin: auto;
  padding: 0 96px;
  position: relative;
}
main#page .contents h1::before,
main#page.home .contents .cat::before {
  content: '';
  display: inline-block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  z-index: -1;
  top: 29px;
  left: 0;
}
main#page .contents h1 + p {
  font-size:  20px;
  text-align: center;
  line-height: 28px;
}
main#page .contents h1 + p span {
  font-weight: 500;
  display: block;
  text-align: center;
  font-size:  16px;
}
main#page .contents .in .thumbnail {
  width: 440px;
  margin: 120px auto 110px;
  position: relative;
}
main#page .contents .in .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#page .contents .in .thumbnail::before {
  content: "";
  display: inline-block;
  background-image: url(images/illust_1.webp);
  width: 650px;
  height: 650px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
main#page .contents .in p.txt {
  padding: 20px 0;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
}
main#page .contents .in .detail {
  max-width: 560px;
  margin: auto;
}
main#page .contents .in .detail p {
  text-align: justify;
  font-size: 20px;
  font-weight: 500;
  margin-top: -10px;
  line-height: 34px;
}
main#page .contents table {
  max-width: 560px;
  border: var(--main-border);
  margin: auto;
  border-radius: 20px;
  padding: 14px 50px;
}
main#page .contents th {
  width: 100px;
  font-weight: normal;
  line-height: 26px;
}
main#page .contents td {
  line-height: 26px;
  text-align: justify;
}
main#page .contents p.map {
  max-width: 560px;
  margin: 30px auto;
}
main#page .contents p.map a {  
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 10px 12px;
  background: #015EBC;
  color: #fff;
}
.copy-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.copy-btn img {
  width: 18px;
  height: 100%;
  position: relative;
  top: -2px;
  margin-left: 5px;
  transition:.3s;
}
.copy-btn:hover img {
  opacity: 0.6;
  transition:.3s;
}
.copy-message2 {
  position: absolute;
  white-space: nowrap;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  background: var(--main-color);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
/* メッセージ本体 */
.copy-btn::before {
  content: "住所をコピーしました";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 4px;
  font-size: 12px;
  background: var(--main-color);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.copy-btn.is-copied::before {
  opacity: 1;
}
.copy-message.show {
  opacity: 1;
}

#nextprev ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 560px;
  margin: auto;
}
#nextprev ul li {
  width : calc(100% / 3);
}
main#page .contents p.map a,
#nextprev ul li a {
  width: 100%;
  display: block;
  transition:.3s;
  text-align: center;  
  border-radius: 30px;
  border: var(--main-border);
  padding: 10px 10px 12px;
  white-space: nowrap;
}
main#page .contents p.map a:hover,
#nextprev ul li a:hover {
  transition:.3s;
  background: #E2C806;
  opacity: 1;
  color: #111A60;
}

main#page #category {
  max-width: 560px;
  margin: 30px auto;
}
main#page #category a {
  border-radius: 30px;
  border: var(--main-border);
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px auto;
  transition:.3s;
  opacity: 1;
  white-space: nowrap;
}
main#page #category a:hover {
  transition:.3s;
  background: #E2C806;
}
main#page #category .current a {
  background: var(--main-color);
  color: #fff;
}
main#page #category ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 560px;
  margin: auto;
}
main#page #category ul li {
  width : calc(100% / 3);
}
main#page.home .contents h3,
main#page.home .contents .cat {
  width: 300px;
  padding: 0 50px 0;
}
main#page.home .on {
  position: relative;
  margin-top: 45px;
}
main#page.home .contents .details {
  max-width: 560px;
  margin: 0 auto 80px;
}
main#page.home .contents .details:last-child {
  margin: 30px auto 50px;
}
main#page.home .contents .details .action {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin: 0 auto;
}
main#page.home .contents .details .action p.thumbnail {
  width: 50%;
  height: 100%;
  padding: 38px 10px 68px;
  position: relative;
} 
main#page.home .contents .details .action p.thumbnail::before {
  content: "";
  display: inline-block;
  width: 130%;
  height: 130%;
  background-image: url(images/illust_1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: 52%;
  transform: translateX(-50%);
}
main#page.home .contents .details .action p.thumbnail img {
  width: 100%;
  height: auto;
}
main#page.home .contents .details .action dl {
  width: 42%;
  z-index: 1;
}
main#page.home .contents .details .action dt {
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
}
main#page.home .contents .details .action dt + dd {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 0 10px;
  line-height: 23px;
}
main#page.home .contents .details .action dd + dd {
  background: var(--main-color);
  padding: 12px 18px;
  border-radius: 21px;
  position: relative;
  z-index: 2;
}
main#page.home .contents .details .action dd + dd p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
main#page.home .contents .details .action dd + dd::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 30px;
  background-image: url("images/kado.webp");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  left: -32px;
}
main#page.home .contents .link {
  position: relative;
  z-index: 5;
}


@media (width < 1030px) {
br.res {
  display: block;
}
br.reson {
  display: none;
}

#top .logo h1 {
  width: 250px;
}
#top .logo p {
  width: 240px;
}
#top .in {
  flex-direction: column;
  justify-content: center;
  padding: 30px 10px;
}
#top p.bun {
  margin-right: auto;
  margin-left: auto;
  top: 0;
}
#top .illust li:nth-of-type(1) {
  max-width: 500px;
  width: 310px;
  margin: 0 auto;
}
#top .illust li:nth-of-type(2) {
  top: 314px;
  margin-left: 20%;
  width: 160px;
}
 #top .illust li:nth-of-type(3) {
  top: -10px;
  right: -34px;
  width: 160px;
}
#top .illust li:nth-of-type(5) {
  top: 325px;
  right: 0;
  width: 104px;
}
#top .illust li:nth-of-type(4) {
  bottom: -10px;
  left: -52px;
  width: 160px;
}
#top .illust li:nth-of-type(6) {
  top: 100px;
  left: -34px;
  width: 90px;
}

main#idx h2,
main#page h1.home {
  font-size: 23px;
  line-height: 25px;
}
main#idx .news ul li p {
  letter-spacing: 0;
  line-height: 24px;
  font-size: 16px;
}
main#idx .news ul {
  padding: 10px 30px 30px;
}

main#idx .sec1 h2 + p {
  padding: 0 50px;
}
.more-box[open] .more-content {
  padding: 0 50px;
}
main#idx .sec1 .illust {
  width: 100%;
}
main#idx .sec1 .illust li:nth-of-type(1) {
  bottom: 228px;
  right: -120px;
  width: 160px;
}
main#idx .sec1 .illust li:nth-of-type(2) {
  bottom: 540px;
  left: -120px;
  width: 160px;
}
main#idx .sec1 .illust li:nth-of-type(3) {
  top: 0;
  right: -40px;
  width: 84px;
}
main#idx .sec1 p.gogh {
  width: 262px;
  margin: 20px auto 40px;
}
main#idx .sec2 p.fade {
  width: 92px;
  top: -36px;
  margin-left: 178px;
}
main#idx .sec2 p.illust {
  bottom: 0;
  width: 108px;
  margin-left: -260px;
}
footer .logo {
  width: 230px;
}
} /* 1030以下 */


@media (width < 600px) {
main h2 {
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 24px;
}
#page_top {
  padding: 0 0 2.30px;
}
main#page .contents h1 {
  width: auto;
  padding: 0 40px;
  font-size: 24px;
}
main#page.home .contents .cat::before {
  top: 20px;
}
main#page .contents h1 + p {
  font-size: 19px;
  line-height: 26px;
}
main#page .contents h1 + p span {
  font-size: 15px;
}
main#page .contents .in p.txt {
  padding: 20px 0 10px;
}
main#page .contents .in .detail p {
  font-size: 17px;
  line-height: 27px;
}
main#page .contents .in .thumbnail {
  width: 260px;
  margin: 80px auto 40px;
}
main#page .contents .in .thumbnail::before {
  width: 370px;
  height: 370px;
  top: -60px;
}
main#page .contents table {
  padding: 14px 30px;
  font-size: 15px;
}
main#page .contents th {
  width: 90px;
}
main#page .contents td {
  line-height: 22px;
}
main#page .contents p.map {
  margin: 30px auto 0;
}
main#page .contents p.map a,
#nextprev ul li a {
  font-size: 15px;
  margin: 5px auto;
  padding: 0 0 1px;
}
#nextprev ul {
  gap: 10px;
}

main#page #category ul {
  gap: 10px;
}
main#page #category a {
  font-size: 15px;
  margin: 5px auto;
}
main#page.home .contents h3,
main#page.home .contents .cat {
  width: 200px;
  padding: 0 20px;
  font-size: 19px;
}

main#page.home .contents .details {
  margin: 30px auto 60px;
}
main#page.home .contents .details .action {
  margin: 0 auto 30px;
  gap: 20px;
}
main#page.home .contents .details .action p.thumbnail {
  padding: 30px 10px 20px 20px;
}
main#page.home .contents .details .action p.thumbnail::before {
  top: 0;
  width: 110%;
  height: 100%;
}
main#page.home .contents .details .action dt {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: -1px;
}
main#page.home .contents .details .action dt + dd {
  font-size: 14px;
  padding: 10px 0;
  line-height: 19px;
}
main#page.home .contents .details .action dd + dd {
  padding: 8px 18px;
  border-radius: 21px;
}
main#page.home .contents .details .action dd + dd p {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -1px;
}
} /* 600以下 */


@media (width < 450px) {
.link a {
  width: 254px;
  padding: 2px 20px 6px;
}
#top .logo .img {
  width: 230px;
}
#top .logo p {
  width: 215px;
}
#top .in {
  padding: 28px 10px;
}
#top p.bun {
  font-size: 19px;
  letter-spacing: 1px;
  margin-left: 33%;
}
#top .illust li:nth-of-type(1) {
  width: 288px;
  margin: 10px auto 0;
  margin-left: 48px;
}
#top .illust li:nth-of-type(2) {
  margin-left: 2px;
  width: 130px;
  top: 260px;
}
 #top .illust li:nth-of-type(4) {
  left: -98px;
  z-index: -1;
  width: 148px;
}
#top .illust li:nth-of-type(5) {
   top: 254px;
   right: 0;
   width: 84px;
   z-index: -1;
 }
main#idx .sec1 h2 + p {
  line-height: 25px;
  font-size: 16px;
}
.more-box[open] .more-content p {
  line-height: 25px;
  font-size: 16px;
}
.more-box summary {
  width: 254px;
  padding: 2px 20px 6px;
  margin: 30px auto 0;
}

main#idx .sec2 .slider dl {
  padding-top: 28px;
  width: 300px;
}
main#idx .sec2 .slider dl dt {
  width: 300px;
  margin: 0 auto 60px;
}
 main#idx .sec2 .slider dl dt img {
  width: 210px;
  height: 210px;
  margin: 14px auto;
}
main#idx .sec2 .slider dl dt::before {
  width: 330px;
  height: 330px;
  top: -55px;
}
main#idx .sec2 .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

main#idx .sec2 p.fade {
  width: 86px;
  top: -27px;
  margin-left: 144px;
}

main#idx .sec2 {
  padding: 10px 0 20px;
}
main#idx .sec2 p.illust {
  width: 100px;
  margin-left: auto;
  left: 0;
}
} /* 450以下 */