@charset "UTF-8";

/*
Theme Name: taxmen reberise only
Theme URI: 
Author: Sato K
Author URI: 
Description: TAXcars mate
Requires at least: 
Tested up to: 
Requires PHP: 
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: 
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

p{
    text-align: justify;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333;
}

a:hover{
    opacity: .7;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9
}

mark {
    font-weight: 700;
    font-style: italic;
    color: #000;
    background-color: #ff9
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    margin: 3em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

html {
    font-size: 1rem;
}

body {
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}

main {
    width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #333
}

p {
    font-size: .9rem;
    color: #333;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 12px;
    vertical-align: bottom;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both
}

/*essential*/
/*1*/
.sponly {
    display: block;
}

.pconly {
    display: none;
}

header {
    width: 100%;
    height: 15vw;
    display: block;
    position: relative;
    z-index: 100;
}

.header-inner {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    padding: 2vw;
    z-index: 200;
    height: 12vw;
}

.site-logo-wrap {
    margin-right: 15vw;
}

.ic1 {
    margin-right: 1vw;
    display: block;
}

.navbutton {
    display: block;
    width: 200px;
    height: 40px;
    position: relative;
    z-index: 950;
    border: none;
    background-color: #eff;
    cursor: pointer;
}

.bar {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222;
}

.bar_top {
    top: 10px
}

.bar_mid {
    top: 50%;
    transform: translate(-50%, -50%)
}

.bar_bottom {
    bottom: 10px
}

.navbutton.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s
}

.navbutton.close .bar_mid {
    opacity: 0;
    transition: opacity .3s
}

.navbutton.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s
}

.header-nav-wrap {
    display: none;
    width: 100%;
    height: calc(100vh - 15vw);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    padding-top: 15vw;
}

.header-nav {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*top ga home~*/
.h-im {
    width: 90%;
    height: 80vw;
    padding: 5%;
    margin-bottom: 3rem;
    position: relative;
    background-size: cover;
}

.h-im2 {
    height: 34vw;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

.shopname {
    display: flex;
    align-items: center;
    margin-bottom: 6vw;
}

.shopname img {
    width: 20vw;
    margin-right: 4vw;
}

.shopname p {
    font-weight: 700;
    font-size: ;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff;
}

.coname img {
    width: 40vw;
    margin: 2vw;
}

.coname p,
.coname h1 {
    margin-bottom: 2vw;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 2px 2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px 0 1px #fff, 0 2px 1px #fff, -2px 0 1px #fff, 0 -2px 1px #fff;
}

.coname p {
    font-size: 1.2rem;
    text-align: left;
}


    
    
    

    

.fadein2 {
    font-size: 2rem;
    padding: 0 .9rem;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    z-index: 500;
    animation: fadein-anim 0.7s ease 0s 1 normal;
    display: none;
    background-color: #44f;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    opacity: .6;
}

.start-fadein2 {
    display: block;
}


@keyframes fadein-anim {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: .6;
        transform: translateY(0);
    }
}

.fadein2 button {
    border: none;
    outline: none;
    background: transparent;
}


/* ~ header*/
/* footer */
footer {
    font-size: .8rem;
}

.footer-inner {
    padding: 0 5% 40px;
}

.footer-nav-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
}

.footer-nav-wrap li {
    display: inline-block;
    margin: 0 .5rem .5rem;
}

.copyright p {
    font-size: .7rem;
    margin: 0 0 1rem;
    text-align: center;
}

/* ~ footer */
/* main ~ */
.contents {
    width: 90%;
    margin: 0 auto;
}

.article-content img {
    margin-bottom: 1rem;
}

.bread {
    margin: 0 5%;
    padding: .5rem;
    font-size: .8rem;
    border-top: 1px solid #ddd;
}

.bread ol {
    display: flex;
    flex-wrap: wrap;
}

.bread li {
    margin: 0 .2rem;
    display: inline-block;
}

.bread li:after {
    content: '\003e';
    color: #888;
}

.bread li:last-child:after {
    content: none
}

/*front page*/
.frontp {
    margin-bottom: 4rem;
}

.frontp p {
    font-size: .9rem;
    margin: 0 5% 1rem;

}

h3 {
    margin: 0 auto .8rem;
}

/*map*/
.location {
    position: relative;
    height: 0;
    padding-bottom: 30vh;
    overflow: hidden;
}
.location iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ~ front page */
/*page*/

/*~page*/
/* いろいろ　*/
.w90p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.mb1r {
    margin-bottom: 1rem;
}

.mb2r {
    margin-bottom: 2rem;
}


/*check*/
@media screen and (min-width:601px) {

    /*パッド系*/
    .sponly {
        display: none;
    }

    header {
        height: 80px;
    }

    .header-inner {
        padding: 10px;
        height: 60px;
    }

    .navbutton {
        display: none;
    }

    .ic1 {
        display: none;
    }

    .site-logo-wrap {
        margin-right: 0;
    }

    .site-logo {
        width: 240px;
    }

    .header-nav-wrap {
        display: block;
        width: calc(100% - 270px);
        height: 80px;
        left: 260px;
        padding-top: 0;
        padding-right: 10px;
    }

    .header-nav {
        padding-top: 0;
        padding-left: 2rem;
        flex-direction: row;
    }

    .h-im {
        height: 50vw;
    }
    .h-im2{
        height: 20vw;
    }
    .h-im2 .shopname{
        margin-bottom: 0;
    }
    .h-im2 .coname p{
        font-size: 1.4rem;
        margin: 0 .5rem;
    }
    {
        font-size: 1.6rem;
        margin: 0 .5rem;
    }
    .h-im2 .coname h1
    .shopname {
        margin-bottom: 1.5rem;
    }

    .shopname p {
        font-size: 2.8vw;
    }

    .coname {
        display: flex;
        align-items: center;
    }

    .coname img {
        width: 150px;
        margin: .5rem 1rem;
    }

    .coname h1 {
        margin: .5rem;
        font-size: 5vw;
    }



    
    
    

    .location {
        padding-bottom: 50vw;
    }

}

@media screen and (min-width:811px) {
    /*パッド超え*/

    .header-nav-wrap {
        width: calc(100% - 300px);
        padding-right: 40px;
    }

    .header-nav {
        justify-content: flex-end;
        padding-right: 3rem;
    }

    .h-im {
        height: 400px;
    }
    .h-im2{
        height: 120px;
        padding: 2rem 5%;
    }

    .shopname {
        max-width: 800px;
    }

    .shopname img {
        width: 162px;
        margin-right: 2rem;
    }

    .shopname p {
        font-size: 2rem;
    }
    .h-im2 .shopname p {
        font-size: 1.4rem;
    }

    .coname h1 {
        font-size: 3rem;
    }
    .h-im2 .coname p{
        font-size: 1.6rem;
    }
    
    
    

    .container {
        width: calc(100% - 30px);
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    hr {
        margin: 5em 0 4em;
    }

    .location {
        padding-bottom: 400px;
        margin: 2rem;
        border: 1px solid #ddd;
    }

    .pconly {
        display: block;
    }
}

@media screen and (min-width: 1383px) {
    .container {
        width: 1233px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.grecaptcha-badge{
    visibility: hidden;
}

/* youtube用 */
.video {
    position: relative;
    width: 100%;
    padding-top: 66.67%; /* 3:2のアスペクト比 */
    height: 0;
    margin-bottom: 1rem;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}