@charset "utf-8";
/*
Theme Name:astra_child
Template:astra
Version: 2.3.1
*/
		/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
	a:visited{
		text-decoration: none;
	}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* リセットCSSここまで */

/* Webフォント読み込み */
@font-face {
  font-family: 'Bristol'; /* 自分で決める任意のフォント名 */
  src: url('/wp/wp-content/customset/fonts/Bristol.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

@font-face {
  font-family: 'Futura'; /* 自分で決める任意のフォント名 */
  src: url('/wp/wp-content/customset//fonts/Futura.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

@font-face {
  font-family: 'Geometria'; /* 自分で決める任意のフォント名 */
  src: url('/wp/wp-content/customset/fonts/Geometria.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

/* 全般 */
/* テキストのサイズをrem指定する */
html{
    font-size: 10px;
}
body{
    font-size: 1.6rem;
}

/* h1で囲われたimgの下余白を削除する。 */
h1 img{vertical-align: bottom;}

/* Webフォント指定 */
.futura_f{
    font-family: 'Futura' !important; /* 自分で決める任意のフォント名 */
}

.bristol_f{
    font-family: 'Bristol' !important; /* 自分で決める任意のフォント名 */
}

.geometria_f{
    font-family: 'Geometria' !important; /* 自分で決める任意のフォント名 */
}

/* 全般 */
/* 左右上下中央寄せ */
.p_cc{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* ホバーでポインターを表示させる */
.cursor_p,.matomete_h{
    cursor: pointer;
}

/* クリックできないようにする */
.pointer_no{
    pointer-events: none;
}


/* TOP */
/* テキスト自動縮小 */
.top_midashi h2{
    font-size: clamp(1.4rem, calc(1.3vw + 0.1rem), 2.5rem) !important;
}

.top_submidashi h2{
    font-size: clamp(1.2rem, calc(1vw + 0.1rem), 2rem) !important;
}

.top_subtitle p{
    font-size: clamp(1.2rem, calc(0.8vw + 0.1rem), 1.5rem) !important;
}

.top_hobun p{
    font-size: clamp(1.2rem, calc(0.74vw + 0.1rem), 1.4rem) !important;
}

.top_button span{
    font-size: clamp(1.2rem, calc(1.3vw + 0.1rem), 1.7rem) !important;
}

.top_kimonomidashi span{
	font-size: clamp(5.5rem, calc(6.8vw + 0.1rem), 13rem) !important;
}

.top_kimonomidashi{
	position: absolute !important;
    top:50% !important;
    transform: translateY(-50%) !important;
}

/* WEDDING DRESS */
.p_cc_wedding{
    position: absolute !important;
    top:47% !important;
    transform: translateY(-50%) !important;
}

/* TUXEDO */
.p_cc_groom{
    position: absolute !important;
    top:52% !important;
    transform: translateY(-50%) !important;
}

/* KIMONO */
.matomete_h{
    transition: 0.5s !important;
}

.matomete_h:hover{
    opacity: 0;

}

@media screen and (min-width:1024px) and ( max-width:1200px) {
    /* ABOUT TREAT */
    .about_honbunbox{
        min-width: 1000px !important;
    }
}

    /* WEDDING DRESS */
@media screen and (max-width:767px){
    .p_cc_wedding{
    top:51% !important;
}
    /* TUXEDO */
.p_cc_groom{
    top:51% !important;
}

}

/*フッター*/
.ccp_ct{
    position: absolute !important;
    top: 50% !important;
    left: 0% !important;
    transform: translateY(-50%) !important;
}

.link_ico .elementor-button-text{
    display: block;
    margin-top: 0.3em !important;}


.f_menu span,.f_menu h3{
    font-size: clamp(1.2rem, calc(0.8vw + 0.1rem), 1.4rem) !important;
}

@media screen and (min-width:1024px) and ( max-width:1200px) {
    .long_menu span{
        text-align: justify;
    }
    .long_menu_br{
        display: none;
    }
}

@media screen and (max-width:767px){
    .ccp_ct{
    position: static !important;
}
}

/*便利なCSS*/
/* ブラウザ幅により、表示非表示を切り替えるCSS：クラス名一覧
◆パソコンのみ表示する
pconly
◆タブレットのみ表示する
tbonly
◆スマホのみ表示する
sponly
◆パソコン～タブレットのみ表示する
pctbonly
◆タブレット～スマホのみ表示する
tbsponly
◆パソコン・スマホのみ表示する
pcsponly
 */
/* パソコン幅 */
    /* パソコンのみ表示する */
    .npconly{
        display: none !important;
    }
    .pconly{
        display: block !important;
    }
    /* タブレットのみ表示する */
    .tbonly{
        display: none !important;
    }
    /* スマホのみ表示する */
    .sponly{
        display: none !important;
    }
    /* パソコン～タブレットのみ表示する */
    .pctbonly{
        display: block !important;
    }
    /* タブレット～スマホのみ表示する */
    .tbsponly{
        display: none !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: block !important;
    }
    @media screen and (max-width:1024px){
        .npconly{
            display: block !important;
        }
    }
/* タブレット幅 */

@media screen and (max-width:1024px){
    /* パソコンのみ表示する */
    .pconly{
        display: none !important;
    }
    /* タブレットのみ表示する */
    .tbonly{
        display: block !important;
    }
    /* タブレット～スマホのみ表示する */
    .tbsponly{
        display: block !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: none !important;
    }
}
/* スマホ幅 */
@media screen and (max-width:767px){
    /* タブレットのみ表示する */
    .tbonly{
        display: none !important;
    }
    /* スマホのみ表示する */
    .sponly{
        display: block !important;
    }
    /* パソコン～タブレットのみ表示する */
    .pctbonly{
        display: none !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: block !important;
    }
}

