/*
Theme Name: modo et Baroque
Theme URI: http://www.baroque.voyage/
Description: モード・エ・バロック 専用テーマです。ご不明な点は作成者までご連絡ください。
Author: EMALICA
Author URI: http://www.emalica.com/
Version: 2.0
*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;font-weight:400}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}img.bgmaximage{position:fixed!important}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
/* 共通
*************************************************/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	font-size: 62.5%;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: 'M PLUS 1p', sans-serif;
}
body {
	width: 100%;
	min-height: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #333;
    color: #333;
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3 {
    margin: 2em 0 0 0;
    color: #a4752d;
}
h1:first-child, h2:first-child, h3:first-child {
	margin: 0;
}
h1 { font-size: 3.2rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 2rem; }
header h1,
header h2,
header h3 {
}
p { margin: 1em 0; }
strong {}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	line-height: 0;
    object-fit: contain;
}
table {
	width: 100%;
    margin: 1em 0 0 0;
	text-align: left;
    border-collapse: collapse;
}
th,td {
    padding: .5em;
    border: 1px solid #ccc;
}
table th,
table td {
    width: auto !important;
}
ul,
ol {
    margin: 1em 0 0 1.5em;
}
a:link, a:visited {
	color: #a4752d;
  transition: .2s;
}
a:hover {
  color: #a4752d;
}
#wrapper {
    background-color: #ffffff;
    padding: 0;
}
@media(min-width: 1024px) {
    #wrapper {}
}
main {
	display: block;
	min-height: 100%;
    padding: 48px 0 0 0;
}
aside {}
@media(min-width: 768px) {
    main {
        padding: 72px 0 0 0;
    }
    aside {}
}
.row {
	box-sizing: border-box;
	overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
}
.col {
    box-sizing: border-box;
    overflow: hidden;
    padding: 32px 16px;
    width: 100%;
}
.cols {
    width: 100%;
}
#contents .col {
    border-bottom: 1px dashed #a4752d;
}
@media(min-width: 1024px) {
    .col,
    .cols {
        width: 1024px;
        margin: 0 auto;
    }
    .cols {
        display: flex;
    }
    .col:nth-of-type(odd) {
        padding-right: 32px;
    }
    .col:nth-of-type(even) {
        padding-left: 32px;
    }
}
img.alignleft {
}
img.alignright {
}
@media(min-width: 768px) {
    img.alignleft {
        width: calc(50% - 32px);
        float: left;
        margin: .25em 32px 16px 0;
    }
    img.alignright {
        width: calc(50% - 32px);
        float: right;
        margin: .25em 0 16px 32px;
    }
}
.container {}
@media(min-width: 1024px) {
    .container {}
}
.link {
    text-align: center;
}
.link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 3px double #a4752d;
    text-decoration: none;
    padding: 0 1em;
    width: 50%;
    max-width: 414px;
    transition: .2s;
}
.link a:hover {
    background-color: #a4752d;
    color: #fff;
}
.title-border {
  display: flex;
  align-items: center;
  color: #a32e9b;
}
.title-border:before,
.title-border:after {
  border-top: 1px dashed #a4752d;
  content: "";
  flex-grow: 1;
}
.title-border:before {
  margin-right: 1rem;
}
.title-border:after {
  margin-left: 1rem;
}
#error404 {
    text-align: center;
}
/* Googleマップ
***************************************************/
#global-access {
    margin: 128px 0 0 0;
    padding: 1px 0 0 0;
    background-color: #a32e9b;
    color: #fff;
}
#global-access .col {
    padding: 32px;
}
#global-access ul {
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
    text-align: center;
}
#global-access ul li {
    line-height: 1.5;
}
#global-access ul li a {
    text-decoration: none;
    color: #fff;
}
.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100vw;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media(min-width: 768px) {
    .google-map {
        padding-bottom: calc( 100vmin * .58 );
    }
}
.fixed-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  height: 60px;
  width: 100%;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-footer ul {
  margin: 0;
  padding: 0;
  height: 48px;
}
.fixed-footer ul li {}
.fixed-footer ul li a {
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #ccc;
  text-decoration: none;
}
.fixed-footer ul li a img {
  object-fit: cover;
  height: 32px;
  width: 32px;
  margin-right: 1em;
}
/* スライドパーツ
***************************************************/
.btn-next,
.btn-prev {
    display: block;
    z-index: 998;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    color: #c3c4c7;
    transition: .2s;
}
.btn-next:hover,
.btn-prev:hover {
    color: #383838;
}
.btn-next {
    left: auto;
    right: 16px;
}
.btn-prev {
    right: auto;
    left: 16px;
}
.slide-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-dots li {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.slide-dots li button {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
}
.slide-dots li button::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-family: "Material Icons";
    content: "remove";
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #c3c4c7;
    font-size: 44px;
}
.slide-dots li.slick-active button::before {
    color: #383838;
}
@media(min-width: 1080px) {
    .btn-next {
        right: -32px;
    }
    .btn-prev {
        left: -32px;
    }    
}
/* グローバルヘッダー
***************************************************/
#global-header {
    position: fixed;
    display: flex;
    background-color: #a4752d;
    width: 100%;
    z-index: 999;
}
#global-header.fixed {
    box-shadow: 0 0 16px rgba(0,0,0,.6);
}
#global-header #logo {
    order: 2;
    flex-grow: 1;
}
#global-header #logo a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 48px;
    width: auto;
    padding: 0 16px;
    background-color: #333;
    justify-content: center;
}
#global-header #logo a img {
    object-fit: contain;
    height: 24px;
}
#global-header #hamburger-btn,
#global-header #contact-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
  white-space: nowrap;
}
#global-header #hamburger-btn {
    order: 1;
    background-color: #333;
    color: #fff;
}
#global-header #contact-btn {
    order: 3;
}
#global-header #contact-btn .number {
    display: none;
}
#global-header #contact-btn a {
    text-decoration: none;
    background-color: #a32e9b;
    color: #fff;
}
@media(min-width: 768px) {
    #global-header #logo a {
        height: 72px;
        padding: 0 32px;
    }
    #global-header #logo a img {
        width: 160px;
        object-fit: contain;
    }
    #global-header #hamburger-btn,
    #global-header #contact-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 72px;
        width: 72px;
    }
    #global-header #contact-btn {
        order: 3;
    }
    #global-header #contact-btn a {
        width: auto;
        padding: 0 24px;
        font-family: 'Poiret One', cursive;
        font-size: 1.8rem;
    }
    #global-header #contact-btn a i {
        margin-right: 8px;
    }
    #global-header #contact-btn .number {
        display: block;
    }
}
@media(min-width: 1024px) {
    #global-header #logo {
        order: 1;
        flex-grow: 0;
    }
    #global-header #hamburger-btn {
        display: none;
    }
}
/* グローバルナビ
***************************************************/
#global-nav {
    display: none;
}
@media(min-width: 1024px) {
    #global-nav {
        box-sizing: border-box;
        display: block;
        margin: 0;
        padding: 0;
        flex-grow: 1;
        order: 2;
    }
    #global-nav ul {
        display: flex;
        margin: 0;
        padding: 0 16px;
    }
    #global-nav ul li {
        position: relative;
    }
    #global-nav ul li a {
        display: flex;
        height: 72px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 0 16px;
        font-size: 2.4rem;
        font-family: 'Poiret One', cursive;
        color: #fff;
        line-height: 1;
    }
    #global-nav ul li a:hover,
    #global-nav ul li.current-menu-item a,
    #global-nav ul li.current_page_parent a {
        color: #333;
    }
    #global-nav .sub-menu {
        position: absolute;
        background-color: rgba(255,255,255,.9);
        transition: all .2s ease;
        top: 72px;
        width: 100%;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    #global-nav ul li:hover ul {
        visibility: visible;
        opacity: 1;
    }
}
/* グローバルフッター
***************************************************/
#global-footer {
    background-color: #333;
}
#global-footer .col {
    padding: 32px 0 64px 0;
}
#global-footer #copyright {
    color: #a4752d;
    font-size: 1.4rem;
    text-align: center;
}
/* フッターナビ
***************************************************/
#footer-nav {
    font-size: 1.2rem;
}
#footer-nav ul {
    margin: 0;
}
#footer-nav ul li {
    margin: 0;
}
#footer-nav ul li a {
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #a4752d;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 8px 0 32px;
    background-color: rgba(0,0,0,0);
    border-top: 1px solid rgba(0,0,0,.1);
}
#footer-nav .sub-menu {
    display: flex;
    flex-wrap: wrap;
}
#footer-nav .sub-menu li {
    width: 50%;
    flex-grow: 1;
}
#footer-nav .sub-menu a {
    color: #221714;
    background-color: rgba(0,0,0,0);
}
#footer-nav a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Material Icons";
    content: "keyboard_arrow_right";
    width: 32px;
}
#footer-nav .sub-menu a::before {
    content: "remove";
}
#footer-nav a::before {
    height: 100%;
}
@media( min-width: 1024px ) {
    #footer-nav ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin: 32px 0;
    }
    #footer-nav ul li:first-child {
        width: 100%;
    }
    #footer-nav ul li a {
        min-height: 32px;
        background-color: rgba(0,0,0,0);
        border-top: 1px solid rgba(0,0,0,.0);
    }
    #footer-nav ul li ul {
        flex-direction: column;
        margin: 0;
    }
    #footer-nav ul li ul li {
        float: none;
    }
    #footer-nav .sub-menu li {
        width: 100%;
    }
}

/* フロントイメージ
***************************************************/
#front-image {
    height: 100vw;
    background-size: cover;
    background-position: right;
}
/* フロントページリンク
***************************************************/
#front-page-link .col {
    display: flex;
    flex-wrap: wrap;
}
#front-page-link section {
    position: relative;
    background-size: cover;
    background-position: right center;
    box-sizing: border-box;
    padding: 8px;
    margin: 8px 0;
    width: 100%;
}
#front-page-link section::before {
    content: "";
    display: block;
    padding-top: 58%
}
#front-page-link section a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
#front-page-link section a h1 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
}
#front-page-link section a h1 span {
    font-size: 1.4rem;
    display: block;
}
@media(min-width: 768px) {
    #front-page-link .col {
        justify-content: space-between;
        padding: 16px 32px;
    }
    #front-page-link section {
        margin: 16px 0;
        width: calc( 100% / 2 - 16px );
    }
    #front-page-link section a h1 {
        font-size: 3.6rem;
    }
    #front-page-link section a h1 span {
        font-size: 1.8rem;
        display: block;
    }
}
@media(min-width: 768px) {
    #home #news .cols {
        display: flex;
    }
}
@media(min-width: 1024px) {
    #home #news #information {
        width: 40em;
    }
    #home #news #twitter {
        width: calc( 100% - 40em );
    }
}

/* お知らせ
***************************************************/
#information .col {}
#information section {
    border-top: 1px solid #dadada;
    box-sizing: border-box;
    margin: 16px 0;
    padding: 16px;
    border: 1px solid #dadada;
}
#information section h3 {
    font-size: 2rem;
}
#information section .description {
    margin: 0;
    font-size: 1.4rem;
}
#information section .image {
    margin: 1em 0 0 0;
}
#information section {
}
#information section .categories,
#information section .date {
    font-size: 1.4rem;
    list-style: none;
    text-align: right;
}
#information section .categories,
#information section .date li {
    display: inline-block;
}
#information section .categories {
}
#information section .date {
    color: #999;
}
@media(min-width: 768px) {
    #information .col {}
    #information section {
        display: flex;
    }
    #information section .detail {
        order: 2;
        padding: 0;
        flex-grow: 1;
    }
}
@media(min-width: 1024px) {
    #information section {}
}
/* Twitter
***************************************************/
#twitter h2 {}
/* イントロ
***************************************************/
#intro {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
#intro .col {
    border: none;
    padding: 32px 16px;
}
#intro h1,
#intro .title {
    color: #333;
    margin: 0;
    width: 100%;
    line-height: 1.2;
    font-size: 4rem;
    font-family: 'Kaushan Script', cursive;
}
#intro h1 span,
#intro .title span {
    display: block;
    margin: 1em 0 0 0;
    color: #a4752d;
    font-size: 1.8rem;
}
#intro h1 span:after,
#intro .title span:after {
    border-top: 1px solid #e8b75a;
    content: "";
    flex-grow: 1;
    margin-left: 1em;
}
#overview {
    background-color: #a38e6d;
    color: #fff;
    border-top: 3px double #fff;
    border-bottom: 3px double #fff;
}
#overview .col {
    border: none;
}
@media(min-width: 1024px) {
    #intro .col {
        padding: 64px 16px;
    }
    #intro h1 {
        font-size: 6rem;
    }
    #overview .col {
        word-break: keep-all;
    }
}
/* コンテンツ
***************************************************/
#contents {
    padding: 0;
}
#contents ul {
    margin: 1em 0 1em 1.5em;
}
#contents h2 {
    display: flex;
    align-items: center;
    font-family: 'Poiret One', cursive;
}
#home h2 {
    font-family: 'Poiret One', cursive;
    font-size: 3.2rem;
}
@media(max-width: 767px) {
    #home h2 {
        text-align: center;
    }
}
/* ブログ　トップページ一覧
***************************************************/
#blog-front {
    background-color: #a32e9b;
}
#blog-front h2 {
    font-size: 3.2rem;
    color: #fff;
}

#blog-front .col #blog-front-wrap {
    margin: 16px -16px;
    padding: 0;
    background-color: #a32e9b;
}
#blog-front .col section {
    box-sizing: border-box;
    width: 100%;
    margin: 0 48px;
    position: relative;
}
#blog-front .col section::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -12px;
    font-family: "Material Icons";
    content: "fingerprint";
    font-size: 5rem;
    color: #a4752d;
    opacity: .5;
}
#blog-front .col section a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    border: 3px double #a4752d;
    padding: 16px;
    height: 10em;
    background-color: #fff;
}
#blog-front .col section a h3 {
    font-size: 1.8rem;
}
#blog-front .col section a p {
    color: #333;
    font-size: 1.4rem;
}
@media(min-width: 768px) {
    #blog-front .col #blog-front-wrap {
        padding: 0 32px;
        margin: 16px 0;
    }
    #blog-front .col section {
        width: calc( 100% / 2 - 32px );
        margin: 0 16px;
    }
}
@media(min-width: 1024px) {
    #blog-front .col #blog-front-wrap {
        padding: 0;
        margin: 16px -16px;
    }
    #blog-front .col section {
        width: calc( 100% / 3 - 32px );
        margin: 0 16px;
    }
}
/* ブログ 
***************************************************/
.wpulike {
    text-align: right;
}
#blog .cols .col a {
    word-break: break-all;
}
#blog-list .items .item {
    display: flex;
    flex-direction: column;
    padding: 0 0 32px 0;
    margin: 0 0 32px 0;
    border-bottom: 1px dashed #a4752d;
}
#blog-list .items .item h1,
#blog-list .items .item h2 {
    order: 2;
    font-size: 2.4rem;
}
#blog-list .items .item .post-categories {
    order: 1;
}
#blog-list .items .item .description {
    order: 3;
}
#blog-list .items .item .author {
    order: 4;
}
#blog-list .items .item .date {
    order: 5;
}
.post-categories {
    display: flex;
    list-style: none;
    margin: 1em 0;
    padding: 0;
}
.post-categories li {
    margin-right: 1px;
}
.post-categories li a {
    border: 1px solid #a4752d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 8px;
    text-decoration: none;
    background-color: #333;
    color: #fff;
}
.author {
    text-align: right;
}
.date {
    display: flex;
    justify-content: flex-end;
    font-size: 1.2rem;
    margin: 1em 0 0 0;
}
.date dt::after {
    content: "：";
}
.date dd:first-of-type::after {
    content: "／";
}
@media(min-width: 1024px) {
    #blog .cols .items {
        width: 40em;
    }
    #blog .cols .col:last-child {
        width: calc(100% - 40em - 64px);
    }
}
/* スタッフ 
***************************************************/
.staff-list .col {
    padding: 0 8px;
}
.staff-list .col h2 {
  padding: 16px 8px;
}
.staff-list .items {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
}
.staff-list .items .item {
  box-sizing: border-box;
  min-height: 200px;
  width: 100%;
  border: 3px double #a4752d;
  border-right: 3px double #a32e9b;
  border-bottom: 3px double #a32e9b;
  border-radius: 5px;
  margin: 8px;
  display: flex;
  flex-wrap: wrap;
}
#long-vacation.staff-list .items .item {
  border-color: #000;
}
.staff-list .items .item::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  box-shadow: 0 0 8px 0 rgba(0,0,0,.5) inset;
}
.staff-list .items .item header {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
}
.staff-list .items .item header h2 {
  font-size: 1.8rem;
  color: #a4752d;
  display: inline-block;
  line-height: 1;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  align-self: center;
  border-bottom: 1px solid #a4752d;
}
.staff-list .items .item header .sns {
  margin: 16px 0;
  padding: 0 16px;
  list-style: none;
  display: flex;
  width: 100%;
}
.staff-list .items .item .sns li img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.staff-list .items .item .introduction {
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 0 16px;
  width: 100%;
}
.staff-list .items .item .image {
  width: 50%;
  position: relative;
}
.staff-list .items .item .image::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.staff-list .items .item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  object-position: top;
}

.staff-list .items .item .situation {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0,0,0,.8);
    color: #fff;
}
.staff-list .items .item .situation p {
}
@media(min-width: 768px) {
    .staff-list .items .item {
        width: calc( 100% / 2 - 16px );
    }
    .staff-list .items .item h2 {
        width: 60%;
    }
    .staff-list .items .item .image {
        width: 40%;
    }
}
@media(min-width: 1024px) {
}
/* 各ページパーツ
***************************************************/
#toc-intro {
}
#toc-intro h2 {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-size: clamp(3.2rem, 5.625vw, 4.5rem);
  font-weight: bold;
  text-shadow: 2px 2px 6px #a4752d;
}
#toc-intro h2 span {}
/* フォーム
***************************************************/
form {
    margin: 0 auto;
    width: 100%;
}
form table {
    margin: 16px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
form table tr {
    border-bottom: 1px solid #ccc;
}
form table tr th {
    padding: 32px 0 16px 0;
    box-sizing: border-box;
    border: none;
    display: block;
    vertical-align: middle;
    font-weight: bold;
}
form table tr td {
    padding: 0 0 32px 0;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    border: none;
    display: block;
    overflow: hidden;
}
form .check {
    padding: 0 0 16px 0;
}
form .required th::after {
    display: inline-block;
    content: "必須";
    font-size: 1.2rem;
    font-weight: normal;
    background-color: #ff9603;
    color: #fff;
    float: right;
    margin: 0 1em 0 0;
    padding: 2px 4px;
}
form .note {
    font-size: 1.4rem;
    display: block;
    padding: 1em 0 0 0;
}
form .error {
    clear: both;
    display: block;
    padding: 0;
    color: #fff;
    width: 100%;
}
form .error-pink input,
form .error-pink textarea {
    background-color: rgba(255,0,0,.1);
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=submit],
select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form select {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    padding: 8px;
    margin: 4px 0 0 0;
    line-height: 16px;
    width: 100%;
    box-sizing: border-box;
}
form input[type=text],
form input[type=number],
form input[type=email] {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 8px;
    width: 100%;
    min-height: 44px;
}
form input[type=submit] {
    font-size: 1.6rem;
    padding: 1em 3em;
    display: flex;
    align-items: center;
    margin: 64px auto;
    cursor: pointer;
    transition: .2s;
    line-height: 1.5;
    border: 3px double #fff;
    background-color: #a4752d;
    color: #fff;
}
form input[type=submit]:hover {
    background-color: #ff9603;
    color: #fff;
}
form input[type=checkbox] {
    position: relative;
}
form textarea {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    padding: 8px;
    width: 100%;
    height: 10em;
    box-sizing: border-box;
}
form label {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 1em 0 0;
    padding: 0 0 16px 0;
}
form .name {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .name input:nth-of-type(1),
form .name input:nth-of-type(2) {
    width: 49%;
}
form .age input {
    width: 4em;
}
form .company-name {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
form .company-name input:nth-of-type(1) {
    margin: 0 0 8px;
}
form .zip input:nth-of-type(1) {
    width: 3em;
    margin: 0 .2em;
    display: inline;
}
form .zip input:nth-of-type(2) {
    width: 4em;
    margin: 0 0 0 .2em;
    display: inline;
}
form .tel input:nth-of-type(1) {
    width: 5em;
    margin: 0 .2em 0 0;
    display: inline;
}
form .tel input:nth-of-type(2) {
    width: 5em;
    margin: 0 .2em;
    display: inline;
}
form .tel input:nth-of-type(3) {
    width: 6em;
    margin: 0 0 0 .2em;
}
form .date input:nth-of-type(1) {
    width: 5em;
    margin: 0 .2em;
    display: inline;
}
form .date input:nth-of-type(2) {
    width: 3em;
    margin: 0 0 0 .2em;
}
form .date input:nth-of-type(3) {
    width: 3em;
    margin: 0 0 0 .2em;
}
form .radio label {
    margin: 0 2em 0 0;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
}
form .radio label span {
}
::-webkit-input-placeholder {
    color: #ccc;
}
form .address input:last-child {
    margin-top: 8px;
}
@media (min-width: 768px) {
    form .check {
        padding: 32px 0 0 0;
    }
    form table tr th {
        display: table-cell;
        white-space: nowrap;
        width: 30%;
        padding: 32px 16px 32px 0;
    }
    form table tr td {
        display: table-cell;
        padding: 32px 0;
    }
    table#recruit-form tr th {
        white-space: normal;
    }
}
@media(min-width: 1024px) {
    form {
        width: 768px;
        margin: 0 auto;
    }
}
