@charset "utf-8";
/*___________ 基本設定 ___________ */
/*html {
  scroll-behavior: smooth;
}*/
body {
  margin: 0;
  color: #2E1800;
  font-size: 5.129vw;
  font-family: 'fot-tsukuardgothic-std',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.8;
  text-shadow: 0 3px 0 #fff;
  position: relative;
}
body.subp {
  line-height: 1.4;
  text-shadow: none;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
button, input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.pc_view, .is-pc {
  display: none !important;
}
span.pc_view, span.is-pc {
  display: none !important;
}
.smp_view, .is-sp {
  display: block !important;
}
span.smp_view, span.is-sp  {
  display: inline !important;
}
.pc_block {
  display: inline;
}
.smp_block {
  display: block;
}
.txt_block {
  display: block;
}
.v_hdn {
  visibility: hidden;
}
.br_right {
  display: block;
  text-align: right;
}
.sp.br_right {
  display: block;
  text-align: right;
}
.pc.br_right {
  display: inline;
  text-align: left;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
  padding: 0 0 0 .5em;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, /* for IE (Keyboard) */ 
a:focus { /* for Netscape (Keyboard) */
  color: #CC0000;
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
a.no-link.sp {
  pointer-events: none;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: 3vw;
}
.flo-r {
  float: right;
  margin-left: 3vw;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.auto_br {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* ____ テキスト設定 ____ */
.txt_sm {
  font-size: 80%;
}
.txt_lg {
  font-size: 120%;
}
.txt_thin {
  font-weight: lighter;
}
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.ltsp-1 {
  letter-spacing: -1px;
}
.ltsp-2 {
  letter-spacing: -2px;
}
.red {
  color: #CC0000;
}
.ylw {
  color: #FFFF00;
}
.ora {
  color: #FF3300;
}
.grn {
  color: #2E5D17;
}
.bro {
  color: #673600;
}
.mark_y {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffea99 0%) repeat scroll 0 0;;
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt-r {
  display: block;
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: block;
}
.flexbox_all {
  display: flex;
  justify-content: space-between;
}
/* 大枠ボックス */
main {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 0;
}
section {
  padding: 2em 0;
  position: relative;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner {
  padding: 0 2vw;
}
.minbox {
  width: 92vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.pic_box {
  margin: 1em auto 0.5em;
}
.photo_frm {
  margin: 0 4px;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}

/* ボックス内共通設定 */
h1 {
  font-size: 1.4em;
  writing-mode: vertical-rl;
  text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
  position: relative;
  z-index: 10;
}
.subp h1 {
  padding: 0 0 0 2vw;
  font-size: 1em;
  writing-mode: horizontal-tb;
}
h1 .subttl {
  display: block;
  font-size: .8em;
}
h2 {
  margin-bottom: 1.2em;
  font-size: 1.3em;
  text-align: center;
  position: relative;
  z-index: 10;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox.open {
  visibility: visible;
  opacity: 1;
}
.lightbox figure {
  width: 96%;
  max-width: 900px;
  margin: 0;
  position: fixed;
  left: calc(50% - 48%);
  top: calc(50% - 40vh);
  z-index: 110;
}
.lightbox figure img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  z-index: 900;
}
.lightbox figcaption {
  position: relative;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  color: #fff;
  text-shadow: none;
  z-index: 101;
}
.lightbox .close {
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  text-decoration: none;
  z-index: 100;
}
.lightbox > .close {
  right: 1vw;
  top: 1vw;
}
.lightbox .close::after {
  content: "\00d7";
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  padding: 0 0 0.15rem;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lightbox .close::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .8);
  cursor: default;
}
.lightbox .close:hover {
  opacity: 1;
}
#lightboxclose .x-txt::before {
  content: "× 閉じる";
  display: block;
  /*width: 100%;*/
  padding: .5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  background-color: rgba(41,41,41,0.60);
  border-radius: .5em;
  position: fixed;
  bottom: 0;
  left: calc(50% - 3em);
  z-index: 500;
}
/* ------------------------------------- ヘッダー header */
header {
  padding: 0;
}
/* -------------------------------------- 長期休暇共通スタイル調整  */
.news_timer .newsbox .newsbox-ttl {
  text-shadow: none;
}
/* __________________________________________ ↓ここからサブページ用 */
/* -------------------------------------- パンくずリスト .path  */
.path {
  padding: 0.5em 2vw;
  color: #666666;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.path ul {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
}
.path li {
  font-size: 3.5vw;
}
.path li::after {
  content: "＞";
  font-size: 3.5vw;
  margin: 0 0.5em;
}
.path li:last-child::after {
  content: "";
  padding-right: 0;
  margin-right: 0;
}
/* -------------------------------------- サブページ コンテンツ .subp .subp-contents */
.subp-contents {
  font-size: .92em;
}
.subp h2, .subp h3 {
  color: #196A37;
}
.subp table {
  width: 100%;
}
.subp tr {
  border-bottom: 1px solid #ccc;
}
.subp tr:last-child {
  border-bottom: none;
}
.subp th {
  display: block;
  width: 100%;
  padding: 0.5em 0 0;
  color: #196A37;
  white-space: nowrap;
}
.subp td {
  display: block;
  width: 100%;
  padding: 0 0 0.5em;
}
/* __________________________________________ プライバシーポリシー #privacy */
.subp ol {
  list-style-type: decimal;
  padding-left: 1.2em;
}
.subp h4 {
  color: #683610;
  font-size: 1em;
}
/* __________________________________________ お問い合わせ #contact */
#contact iframe {
  width: 100%;
  height: 320vw;
}
/* -------------------------------------- 追従リンク .fix_btn */
.fix_btn {
  width: 100px;
  position: fixed;
  right: 5vw;
  bottom: 12vw;
  z-index: 50;
}
.fix_btn p {
  margin: 0;
}
#ord_open {
  display: block;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  background-image: url("../doyo_img/p-doyo_menu-btn.png");
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  opacity: 0.8;
  cursor: pointer;
}
#ord_open:focus {
  opacity: 1;
  outline: 0;
}
/* -------------------------------------- フッター footer */
.common-footer {
  padding-bottom: 20px;
  color: #FFFFFF;
  text-shadow: none;
  background-color: #876F3C;
	border-top: 4px double #F5F2E9;
}
.common-footer a, .common-footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.common-footer a:hover {
  color: #F5F2E9;
}
.common-footer .flexbox {
  justify-content: center;
  margin-bottom: 2em;
}
.common-footer nav ul li {
  padding: 0.5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
.common-footer nav ul li a {
  display: block;
  padding: 0.5em 0;
}
.common-footer .copy {
  font-size: 0.8em;
  text-align: center;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/* ------------------------------------- スライドメニュー #slide_menu */
#slide_menu a {
  display: block;
  height: 100%;
  padding: 2vh 0;
  color: #2E1800;
  text-decoration: none;
  white-space: nowrap;
}
#slide_menu a:hover,
#slide_menu a:active,
#slide_menu a:focus {
  background-color: #FFECC0;
}
#slide_menu button,
#slide_menu button:focus {
  width: 100%;
  padding: 2vh 0;
  color: #2E1800;
  font-weight: normal;
  border: none;
  background-color: transparent;
  outline: none;
}
#slide_menu button:hover,
#slide_menu button:active {
  opacity: .8;
  background-color: #FFECC0;
}
/* メニュー */
#slide_menu nav {
  width: 100%;
  height: 0;
  background-color: #FFFFFF;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: .5s;
  z-index: 999;
  background-image: -webkit-linear-gradient(270deg,rgba(255,244,232,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,244,232,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,244,232,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,244,232,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#slide_menu nav li {
  border-bottom: 2px dotted rgba(135,111,60,0.50);
}
#slide_menu nav .nav-tel img {
  width: 60vw;
  mix-blend-mode: multiply;
}
#slide_menu nav .nav-tel {
  margin-bottom: 1em;
}
/* メニューを開いた時 */
#slide_menu nav.open-menu {
  height: 70vh;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 6px 3px #000;
}
#fadeLayer, #lightboxclose {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  visibility: hidden;
  z-index: 100;
}
#fadeLayer p {
  width: 100%;
  position: fixed;
  top: 12vh;
  color: #FFFFFF;
  text-shadow: none;
  text-align: center;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから ------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 821px) {
html {
  scroll-behavior: auto;
}
body {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
img {
  width: auto;
  height: auto;
}
picture {
  text-align: center;
}
.pc_view, .is-pc {
  display: block !important;
}
span.pc_view, span.is-pc {
  display: inline !important;
}
.smp_view, .is-sp {
  display: none !important;
}
span.smp_view, span.is-sp {
  display: none !important;
}
.pc_block {
  display: block;
}
.smp_block {
  display: inline;
}
.sp.br_right {
  display: inline;
  text-align: left;
}
.pc.br_right {
  display: block;
  text-align: right;
}
a.no-link.sp {
  pointer-events: auto;
}
/* ____ フロート設定 ____ */
.flo-l {
  margin-right: 1em;
}
.flo-r {
  margin-left: 1em;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 大枠ボックス */
main {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 0;
}
section {
  padding: 80px 0;
}
.wrapper {
  width: 1024px;
}
.minbox {
  margin: 2em auto;
  width: 650px;
}
/* ボックス内共通設定 */
h1 {
  font-size: 1.45em;
  left: 80px;
}
.subp h1 {
  font-size: .8em;
  padding: 0;
  text-align: right;
  left: 0;
}
.subp h1 .subttl {
  display: inline;
}
h2 {
  font-size: 1.45em;
  margin-bottom: 1.5em;
  letter-spacing: 2px;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox figure {
  width: auto;
  margin: 0 auto;
  position: fixed;
  left: calc(50% - 420px);
  top: calc(50% - 20vh);
  z-index: 110;
}
.lightbox figure img {
  max-width: 900px;
  max-height: 70vh;
}
.lightbox .x-txt {
  content: "";
  display: block;
  padding: .5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border-radius: .5em;
  position: absolute;
  bottom: 0;
  z-index: 200;
}
/* ------------------------------------- ヘッダー header */
header {
  height: 80px;
  padding: 0;
}
.headernav {
  width: 600px;
  position: absolute;
  top: 1em;
  left: calc(50% - 300px);
}
.subp .headernav {
  top: 2em;
}
.headernav ul {
  display: flex;
  justify-content: center;
}
.headernav li::after {
  content: "/";
  padding: 1em;
}
.headernav li:last-child::after {
  content: "";
  padding: 0;
}
.headernav li a {
  color: #2E1800;
  font-size: .8em;
  letter-spacing: 0;
  text-decoration: none;
}
/* __________________________________________ ↓ここからサブページ用 */
/* -------------------------------------- パンくずリスト .path  */
.path {
  width: 1024px;
  margin: 0 auto;
  padding: 1em 0 0 1em;
}
.path li {
  font-size: 0.7em;
}
.path li::after {
  font-size: 0.7em;
}
/* -------------------------------------- サブページ コンテンツ .subp .subp-contents */
.subp-contents {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.subp-contents .ltsp-1 {
  letter-spacing: 0;
}
.subp table {
  border: none;
}
.subp th {
  display: table-cell;
  width: 28%;
  padding: 0.5em 0;
  text-align: center;
}
.subp td {
  display: table-cell;
  width: 72%;
  padding: 0.5em 0;
}
/* __________________________________________ お問い合わせ #contact */
#contact iframe {
  height: 1100px;
}
/* -------------------------------------- 追従リンク .fix_btn */
.fix_btn {
  right: calc(50% - 600px);
  bottom: 50px;
}
/* -------------------------------------- フッター footer */
.footer {
  width: 860px;
  height: 180px;
  padding-top: 80px;
  margin: 0 auto;
  position: relative;
}
.footernav {
  width: 730px;
  position: absolute;
  top: 1em;
  left: calc(50% - 365px);
}
.footernav ul {
  display: flex;
  justify-content: center;
}
.footernav li::after {
  content: "/";
  padding: 1em;
}
.footernav li:last-child::after {
  content: "";
  padding: 0;
}
.footernav li a {
  color: #2E1800;
  font-size: .8em;
  letter-spacing: 0;
  text-decoration: none;
}
.address p:first-child {
  font-size: 1.2em;
  line-height: 1.4;
}
.address .subttl {
  display: block;
  font-size: .8em;
}
.common-footer {
  padding: 20px 0;
	border-top: none;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.common-footer nav ul li {
  border-bottom: none;
  padding: 0;
  font-size: .8em;
}
.common-footer nav ul li::after {
  content: "-";
  padding: 0 .5em;
}
.common-footer nav ul li:last-child::after {
  content: "";
  padding: 0;
  display: none;
}
.common-footer nav ul li a {
  display: inline;
}
/* ------------------------------------- スライドメニュー #slide_menu */
#slide_menu a,
#slide_menu button,
#slide_menu button:focus {
  padding: .8em 0;
} 
/* メニュー */
#slide_menu nav {
  width: 500px;
  overflow-y: hidden;
  right: calc(50% - 600px);
}
#slide_menu nav .nav-tel img {
  width: 270px;
}
#slide_menu nav .nav-tel {
  margin: 1em 0;
}
/* メニューを開いた時 */
#slide_menu nav.open-menu {
  height: 550px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 6px 3px rgba(191,191,191,0.50);
}
#fadeLayer {
  background-color: transparent;
}
#fadeLayer p {
  display: none;
}
}