@charset "utf-8";
/* Common.css */

html, body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #96867c;
    font-weight: 300;
    letter-spacing: -0.01em;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto;
    background-color: #faf8f6;
}

ul {
    text-align: left;
    list-style: disc;
    margin: 0 auto 1em;
    padding: 0;
}

ul li {
    margin: 0 0 0 1.5em;
}

ul li img {
    margin: 0 auto 15px;
}

a {
    /*word-break: break-all !important;*/
    opacity: 1;
}

a:hover {
    opacity: 0.5;
}

a:link {
    color: #96867c;
    text-decoration: underline;
    font-weight: 400;
}

a:visited {
    color: #96867c;
    text-decoration: none;
}

a img {
    text-decoration: none;
    border: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal;
    font-size: 50px;
    margin: 0 auto 50px;
    line-height: 1;
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal;
    font-size: 40px;
    margin: 0 auto 25px;
    line-height: 1.3;
}

h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal;
    font-size: 30px;
    margin: 25px auto 15px;
    line-height: 1.3;
}

img {
    width: 100%;
    vertical-align: middle;
}










.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 95%;
}

.content-inner {
    padding: 80px;
}

bg {
    width: 500px;
    height: 1500px;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
    background-image: url(../img/logo_bg.png);
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1200px) {

    #content {
        margin: 50px auto;
        width: 95%;
    }

}

@media screen and (max-width: 768px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 45px;
    }

    .container {
        width: 95%;
    }

    .content-inner {
        padding: 40px 20px;
    }

    h2 {
        /*font-size: 20px;*/
    }

    p {
        font-size: 18px;
    }

    bg {
        width: 250px;
    }

}









/* css for header-image */

.sydney-hero-area {
    background-image: url(../img/image-01_pc.jpg);
    background-size: cover;
    background-position: center;
}

.header-image {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: 700px;
    width: 90%;
}

.header-image p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    line-height: 0.8em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    color: #fff;
    text-transform: uppercase;
}

.header-image p span {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    display: block;
}

@media screen and (max-width: 1200px) {
    .header-image p {
        font-size: 50px;
        width: 100%;
        margin: -1.5em 0 0 0;
        line-height: 1em;
    }

    .header-image p span {
        font-size: 20px;
    }

    .sydney-hero-area {
        margin-top: 100px;
    }

}

@media screen and (max-width: 800px) {

    .header-image {
        height: 500px;
    }

}

@media screen and (max-width: 768px) {

    .header-image p {
        top: 40%;
    }
}









/* css for bottom-column */

.bottom-column.container {
    margin: 0 auto 100px;
}

.bottom-column.container li {
    width: 24%;
    float: left;
    text-align: center;
    margin: 0 1% 0 0;
    background: #fff;
    list-style: none;
}

.bottom-column.container li:last-child {
    margin-right: 0;
}

.bottom-column.container li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}

.bottom-column.container li p {
    padding: 15px 0;
}

.bottom-column.container li img {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

    .bottom-column.container li {
        width: 49%;
        margin: 0 auto 25px;
    }

    .bottom-column.container li:first-child {
        margin-right: 2%;
    }

    .bottom-column.container li:last-child {
        margin-left: 2%;
    }


    .bottom-column.container li p {
        padding: 15px 0;
    }
}











/* css for footer */

footer {
    background: #96867c;
    color: #fff;
    font-size: 15px;
    padding: 50px 0;
    line-height: 1.5em;
}

footer a {
    color: #fff !important;
    text-decoration: none !important;
}

footer h3 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto 10px;
    font-size: 20px;
}

footer p {
    margin: 0 auto 1em;
}

footer p:last-child {
    margin: 0 auto;
}

footer i {
    margin: 0 0.5em 0 0;
    display: inline-block;
}

footer ul {
    margin: 0 auto;
}

footer ul li {
    width: 18.4%;
    float: left;
    margin: 0 2% 0 0;
    list-style: none;
}

footer ul li:last-child {
    margin-right: 0;
}

.copyright {
    padding: 10px 0;
    font-size: 13px;
}

@media screen and (max-width: 768px) {

    footer {
        padding: 10px 0;
    }

    footer ul li {
        float: none;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid;
    }

    footer ul li:last-child {
        border-bottom: none;
    }
    
    footer h3 {
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
    }
    
    footer h3.footer_parent::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        position: absolute;
        right: 0;
    }
    
    footer h3.open::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f106";
        position: absolute;
        right: 0;
    }

    .copyright p {
        font-size: 10px;
    }

}









a.button {
    /*background: rgb(150 134 124 / 70%);
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 300;*/
}

a.button {
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 300;
    border: 1px solid #96867c;
    background: none;
    color: #96867c;
    border-radius: 5px;
}

.txt-hide {
    display: none;
}

button.more {
    /*width: 120px;
	margin: 20px auto;
	display: block;
	background-color: #666;
	color: #fff;
	padding:10px 15px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;*/
    background: none;
    padding: 0;
    margin: 1em 0 0;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
    text-decoration: underline;
    color: #96867c;
}

button.more::after {
    content: "READ MORE";
    /*transition: .2s;
	-erbkit-transition: .2s;*/
}

button.more.on-click::after {
    content: "CLOSE";
}













/*---------------------------配置・調整など---------------------------*/
/* Clearfix */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    clear: both;
}

/* 文字サイズ */
.font_9 {
    font-size: 9px !important;
}

.font_10 {
    font-size: 10px !important;
}

.font_11 {
    font-size: 11px !important;
}

.font_15 {
    font-size: 15px !important;
}

.font_13 {
    font-size: 13px !important;
}

.font_20 {
    font-size: 20px !important;
}

.font_25 {
    font-size: 25px !important;
}

.font_30 {
    font-size: 30px !important;
}

/* 文字色 */
.text_red {
    color: red;
}

.text_blue {
    color: #369;
}

.text_green {
    color: #696;
}

.text_gray {
    color: #999;
}

.text_line {
    text-decoration: line-through;
}

.text_italic {
    font-style: italic;
}

/* テキスト配置 */
.tex_b {
    font-weight: 700;
}

.tex_n {
    font-weight: 400;
}

.tex_l {
    text-align: left !important;
}

.tex_r {
    text-align: right !important;
}

.tex_c {
    text-align: center !important;
}

/* Float設定 */
.flo_l {
    float: left;
}

.flo_r {
    float: right;
}

.flo_n {
    float: none !important;
}

/* Margin Padding */
.ma_auto {
    /*中央配置*/
    margin-left: auto !important;
    margin-right: auto !important;
}

.ma_0 {
    margin: 0 !important;
}

.ma_t3 {
    margin-top: 3px;
}

.ma_t5 {
    margin-top: 5px;
}

.ma_t10 {
    margin-top: 10px;
}

.ma_t20 {
    margin-top: 20px !important;
}

.ma_t30 {
    margin-top: 30px !important;
}

.ma_t40 {
    margin-top: 40px;
}

.ma_t50 {
    margin-top: 50px;
}

.ma_t100 {
    margin-top: 100px;
}

.ma_r5 {
    margin-right: 5px;
}

.ma_r10 {
    margin-right: 10px;
}

.ma_r20 {
    margin-right: 20px;
}

.ma_r30 {
    margin-right: 30px;
}

.ma_r40 {
    margin-right: 40px;
}

.ma_r50 {
    margin-right: 50px;
}

.ma_r100 {
    margin-right: 100px;
}

.ma_b5 {
    margin-bottom: 5px;
}

.ma_b10 {
    margin-bottom: 10px;
}

.ma_b20 {
    margin-bottom: 20px;
}

.ma_b30 {
    margin-bottom: 30px;
}

.ma_b40 {
    margin-bottom: 40px;
}

.ma_b50 {
    margin-bottom: 50px;
}

.ma_b100 {
    margin-bottom: 100px;
}

.ma_l5 {
    margin-left: 5px;
}

.ma_l5p {
    margin-left: 5%;
}

.ma_l10 {
    margin-left: 10px;
}

.ma_l20 {
    margin-left: 20px;
}

.ma_l30 {
    margin-left: 30px;
}

.ma_l40 {
    margin-left: 40px;
}

.ma_l50 {
    margin-left: 50px;
}

.ma_l100 {
    margin-left: 100px;
}

.pa_t5 {
    margin-top: 5px;
}

.pa_t10 {
    margin-top: 10px;
}

.pa_t20 {
    padding-top: 20px;
}

.pa_t30 {
    padding-top: 30px;
}

.pa_t40 {
    padding-top: 40px;
}

.pa_t50 {
    padding-top: 50px;
}

.pa_r5 {
    padding-right: 5px;
}

.pa_r10 {
    padding-right: 10px;
}

.pa_r20 {
    padding-right: 20px;
}

.pa_r30 {
    padding-right: 30px;
}

.pa_r40 {
    padding-right: 40px;
}

.pa_r50 {
    padding-right: 50px;
}

.pa_b5 {
    padding-bottom: 5px;
}

.pa_b10 {
    padding-bottom: 10px;
}

.pa_b20 {
    padding-bottom: 20px;
}

.pa_b30 {
    padding-bottom: 30px;
}

.pa_b40 {
    padding-bottom: 40px;
}

.pa_b50 {
    padding-bottom: 50px;
}

.pa_b5 {
    padding-bottom: 5px;
}

.pa_b10 {
    padding-bottom: 10px;
}

.pa_b20 {
    padding-bottom: 20px;
}

.pa_b30 {
    padding-bottom: 30px;
}

.pa_b40 {
    padding-bottom: 40px;
}

.pa_b50 {
    padding-bottom: 50px;
}

.pa_l10 {
    padding-left: 10px;
}

.pa_l20 {
    padding-left: 20px;
}

.pa_l30 {
    padding-left: 30px;
}

.pa_l40 {
    padding-left: 40px;
}

.pa_l50 {
    padding-left: 50px;
}

/* 横幅指定 */
.w200 {
    width: 200% !important;
}

.w100 {
    width: 100% !important;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50% !important;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w30 {
    width: 30% !important;
}

.w33 {
    width: 33% !important;
}

.w25 {
    width: 25% !important;
}

.w20 {
    width: 20%;
}

.w10 {
    width: 10%;
}

/*---------------------------Decoration_font_---------------------------*/
.font_gray {
    color: #939393;
}

.font_white {
    color: #fff;
}

.font_red {
    color: #F33;
}

/*---------------------------Decoration_border_---------------------------*/
.border_box {
    border: #96867c 1px solid;
}

.border_top {
    border-top: #96867c 1px solid;
}

/*.border_bottom{ border-bottom:#96867c 1px solid;}

*/
.border_bottom {
    border-bottom: 1px solid;
}

/*---------------------------Decoration_btn_---------------------------*/
.sp_none {
    display: block !important;
}

.pc_none {
    display: none !important;
}

.pc_only {
    display: block !important;
}

@media screen and (max-width: 768px) {
    /* 768px以下 */
    .pc_only {
        display: none !important;
    }

    .pc_none {
        display: block !important;
    }

}

@media screen and (min-width: 481px) {
    /* 480px以上 */
    .sp_only {
        display: none !important;
    }

}

@media screen and (max-width: 480px) {
    /* 480px以下 */
    .sp_only {
        display: inline-block !important;
    }

    .sp_none {
        display: none !important;
    }

}
