/*
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}
/* 共通
*************************************************/
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: 'Noto Sans JP', sans-serif;
}
body {
	width: 100%;
	min-height: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
    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%;
	text-align: left;
    border-collapse: collapse;
}
th,td {
    padding: .5em;
    border: 1px solid #ccc;
}
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%;
}
@media(min-width: 1024px) {
    main {
        padding: 80px 0 0 0;
    }
}
.row {
	box-sizing: border-box;
	overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
}
.col,
.col-2,
.col-3 {
    box-sizing: border-box;
    overflow: hidden;
    padding: 32px 16px;
    width: 100%;
    border-top: 1px dashed #e8b75a;
}
@media(min-width: 1024px) {
    .col,
    .col-2,
    .col-3 {
        width: 1024px;
        margin: 0 auto;
    }
}
.table-wrap {
	margin: 16px 0 0 0;
	overflow: auto;
	white-space: nowrap;
}
.table-wrap::-webkit-scrollbar {
	height: 5px;
}
.table-wrap::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.table-wrap::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
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: #fa0000;
}
.title-border:before,
.title-border:after {
border-top: 1px dashed #666;
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: #a4752d;
    color: #fff;
}
#global-access .col {
    padding: 32px;
}
#global-access ul {
    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 );
    }
}

/* グローバルヘッダー
***************************************************/
#global-header {
}
#global-header h1 {
    position: absolute;
    height: auto;
    width: 196px;
    top: 0;
    left: 0;
    padding: 8px;
    z-index: 999;
}
#global-header h1.front-page-logo {
}
#global-header h1 a {
    display: block;
    border-top: none;
    padding: 8px;
    border-radius: 0 0 4px 4px;
}
#global-header h1 a img {}
@media(min-width: 1024px) {
    #global-header h1 {
        position: fixed;
        width: 320px;
    }
    #global-header h1.front-page-logo {
    }
}
/* ユーティリティーナビ
***************************************************/
#utility-nav {
    position: fixed;
    top: 0;
    right: 8px;
    list-style: none;
    display: flex;
    z-index: 999;
}
#utility-nav li {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
}
#utility-nav li i,
#utility-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    color: #a4752d;
    text-decoration: none;
    font-size: 3.2rem;
}
@media(min-width: 1024px) {
    #utility-nav {
        display: none;
    }
}
/* グローバルナビ
***************************************************/
#global-nav {
    display: none;
}
@media(min-width: 1024px) {
    #global-nav {
        box-sizing: border-box;
        display: block;
        position: fixed;
        width: 100%;
        padding: 0 0 0 320px;
        background-color: #fff;
        z-index: 998;
    }
    #global-nav ul {
        display: flex;
    }
    #global-nav ul li {
        position: relative;
    }
    #global-nav ul li:last-child {
        margin-left: auto;
    }
    #global-nav ul li a {
        display: flex;
        height: 80px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 0 24px;
        font-size: 2.4rem;
        font-family: 'Bad Script', cursive;
        color: #a4752d;
    }
    #global-nav .sub-menu {
        position: absolute;
        background-color: rgba(255,255,255,.9);
        transition: all .2s ease;
        top: 80px;
        width: 100%;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    #global-nav ul li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    #global-nav ul li a::after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        display: block;
        content: "";
        width: 100%;
        height: 78px;
        border-bottom: 1px solid #dadada;
        transition: .2s;
        opacity: 0;
        transform: scaleX(0);
    }
    #global-nav ul li a:hover::after {
        opacity: 1;
        transform: scaleX(1);
    }
}
/* グローバルフッター
***************************************************/
#global-footer #copyright {
    color: #a4752d;
    font-size: 1.4rem;
    text-align: center;
}
/* フロントイメージ
***************************************************/
#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: 1024px) {
}
/* お知らせ
***************************************************/
#information .col {
    border: none;
}
#information h2 {
    font-family: 'Bad Script', cursive;
}
#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 section {
        display: flex;
    }
    #information section .detail {
        order: 2;
        padding: 0 0 0 32px;
        flex-grow: 1;
    }
    #information section .image {
        width: 160px;
        order: 1;
        margin: 0;
    }
    #information section {
    }
}
@media(min-width: 1024px) {
    #information section {}
}
/* Twitter
***************************************************/
#twitter h2 {
    font-family: 'Bad Script', cursive;
}
/* イントロ
***************************************************/
#intro {
    height: calc( 100vmin * .71 );
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 96px 0 0 0;
}
#intro .col {
    padding: 16px;
    border: none;
}
#intro h1 {
    color: #a4752d;
    font-size: 10vmin;
    margin: 0;
    padding: 32px 0 0 0;
    width: 100%;
    line-height: 1.2;
    font-family: 'Kaushan Script', cursive;
}
#intro h1 span {
    display: flex;
    font-size: 4vmin;
    align-items: center;
    margin: 1em 0 0 0;
    color: #e8b75a;
}
#intro h1 span:after {
    border-top: 1px solid #e8b75a;
    content: "";
    flex-grow: 1;
    margin-left: 1em;
}
#overview .col {
    padding: 16px;
    line-height: 2;
}
@media(min-width: 1024px) {
    #intro {
        padding: 0;
    }
}
/* コンテンツ
***************************************************/
.content {
    padding: 0;
}
.content ul {
    margin: 1em 0 1em 1.5em;
}
.content h2 {
    display: flex;
    align-items: center;
    font-family: 'Bad Script', cursive;
}
.content-wrap .content:nth-of-type(2) {
    padding: 32px 0 0 0;
}
@media(min-width: 768px) {
    .content-wrap {
        display: flex;
        justify-content: space-between;
    }
    .content-wrap .content {
        width: calc( 100% / 2 - 32px );
    }
    .content-wrap .content:nth-of-type(2) {
        padding: 0;
    }
}
/* スタッフ 
***************************************************/
#staff-list .col {
    padding: 0 8px;
}
#staff-list .items {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
}
#staff-list .items .item {
    box-sizing: border-box;
    width: calc( 100% / 2 - 16px );
    border: 1px solid #a4752d;
    margin: 8px;
    position: relative;
}
#staff-list .items .item h2 {
    font-size: 1.6rem;
    padding: 8px;
    background-color: #a4752d;
    color: #fff;
}
#staff-list .items .item .image {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#staff-list .items .item .image::before {
    order: 1;
    width: 100%;
    padding-top: 141.4%;
    margin: 0 0 16px 0;
    content: '';
    display: block;
}
#staff-list .items .item .image img {
    transition: .2s;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
}
#staff-list .items .item a:hover .image img {
    transform: scale(1.1);
}
#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% / 3 - 16px );
    }
}
@media(min-width: 1024px) {
    #staff-list .items .item {
        width: calc( 100% / 4 - 16px );
    }
    #staff-list .items .item .image::before {
        padding-top: 100%;
    }
}
/* フォーム
***************************************************/
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;
    }
}
