@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Noto+Serif+JP:wght@200..900&display=swap');
/* CSS Document */
/* ==================================================
    BASE (RESET)FONT
================================================== */
html { font-size: 90%;}
body {
    font-family: "Noto Serif", serif;
    background-color:#fff;
    font-weight: 300;
	font-size: 14px;
	font-feature-settings: "palt" 1;
	text-align: center;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
    overflow-x: hidden;
    color:#000;
    line-height:1.8;
}
.font {
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: normal;
}
.font-italic {
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: italic;
}
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
img {
    display: block;
    width: 100%;
}

h3 {
    font-weight: normal;
    font-size: 1.25em;
}


/* ==================================================
    LINK
================================================== */
a { line-height: 1.2; text-decoration:none; }
a:link { color: #181F33; transition: .2s ease-in-out; }
a:visited { color: #181F33; }
a:hover { color:rgba(24,31,51,0.5);}
a:active { color: #181F33; }
a img { opacity:1.0; transition: .2s ease-in-out;}
a img:hover { opacity: .7 !important; }

/* ==================================================
    PC/SP 表示切り替え
================================================== */
.sp_only { display:inherit }
.pc_only { display:none }

/* ==================================================
    OTHERS
================================================== */
.clearfix::before,
.clearfix::after { display: table; content: ''; }
.clearfix::after { clear: both; }

/* ==================================================
    COMMON
================================================== */
.common_w {
    width:100%;
    margin: 0 auto;
}

/* ==================================================
   header
================================================== */
header .top {
    background-image:url( "../img/cover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center bottom 10em;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 8em;
}
header .header_info {
	width: 100%;
    max-height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 1.15em 0 2.5em;
    background-color:rgba(255,255,255,1.0);
}
header .header_info .title {
    width: 100%;
}
header .header_info .title img {
    width: 85%;
    max-width: 560px;
    margin: 0 auto .15em;
}
header .header_info .button {
    display: none;
}



/* ==================================================
   section
================================================== */
section>ul {
    width: 96%;
    margin: 0 auto;
}
.section_cover {
    margin:0 auto 4em;
    max-width: 900px;
}
.section_contents {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 10em;
}
/*page_01*/
.page_01 { 
}
.page_01 .text {
    margin-bottom: 2em;
}
.page_01 .text h2 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 2.5em;
}
.page_01 .text h2 .sp_only {
    margin-top: 1.5em;
}
.page_01 .text .letter {}
.page_01 .text .letter h3 {
    margin-bottom: 0.25em;
    letter-spacing: 0.1em;
}
.page_01 .text .letter div {
    /*text-align: left;*/
    margin-bottom: 2em;
    line-height: 2.2;
}
.page_01 .photo {
    margin-bottom: 2.5em;
}
/*page_02*/
.page_02 {
}
.page_02 .text.credit {
    font-size: 12px;
    line-height: 2.5;
    text-align: center;
    margin-bottom: 3em
}
.page_02 .text.credit li {
    display: inline;
}
.page_02 .text.credit li a {
    text-decoration: underline;
}
.page_02 .text.credit li:after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em
}
.page_02 .text.credit li:last-child:after {
    content:none;
}
.page_02 .photo img {
    width: 70%;
    width: 100%;
    margin:5em auto 2em;
}
.manor_07 .page_02 .photo img {
    width: 100%;
        margin: 2em auto;
    }
.stuff_credit {margin-bottom: 12em;  line-height:2.5;font-size:12px;}
.copyright {padding: 3em 0;}

/* --------------------------------------------
    scroll up
-------------------------------------------- */    
.scroll-up {
    position: fixed;
    z-index:100;
	bottom: 4vw;
    right: 3.8vw;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    }
.scroll-up a {
    width:42px;
	padding:13px 10px 14px;
	line-height: 1;
	display: inline-block;
	color:#fff;
	background-color:rgba(0,0,0,1.0);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
    }
.scroll-up a:hover{
	background-color:rgba(0,0,0,0.5);
    }

@media screen and (min-width:1280px){
    .sp_only { display:none }
    .pc_only { display:block }
    
    header .header_info .button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .header_info .button div {
        width:5em;
        font-size: 14px;
        padding-left: 0.2em;
        letter-spacing: 0.2em;
        margin: 0 1.5em;
        opacity: 1.0;
        transition: 0.3s;
    }
    header .header_info .button div:hover {
        cursor: pointer;
        opacity: 0.3;
    }
    header .header_info .button div.translation-jp {
        position: relative;
    }
    header .header_info .button div.translation-jp:after {
        position: absolute;
        border-bottom: 1px solid #666;
        content:" ";
        bottom:0;
    }
    
    header .header_info .button div#japanese.translation-jp:after {
        width: 38px;
        left:18px;
    }
    header .header_info .button div#english.translation-jp:after {
        width: 50px;
        left:10px;
    }
    
   /* ==================================================
       header
    ================================================== */
    header .top {
        background-image:none;
        height:inherit;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 auto 15em;
        max-width: 1700px;
    }
    header .header_img {
        width: 50%;
    }
    header .header_info {
        width: 50%;
        max-height:inherit;
    }
    header .header_info>div  {
        width: 100%;
    }
    header .header_info .title {
    width: 85%;
    max-width: 560px;
    margin: 0 auto;
    }
    header .header_info .title img {
    margin-bottom: .15em;
    }

    section>ul {
        margin: 0 auto;
        max-width: 1700px;
    }
    section>ul>li {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        align-content: space-between;
        margin-bottom: 15em;
    }
    
    
    .tab-contents.translation-jp .eng {
        display: none
    }
    .tab-contents.translation-eng .jp {
        display: none
    }
    
    
    .section_cover {
        margin:0;
        width: 52%;
        position: relative;
    }
    .section_cover .section_cover-title {
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section_cover .section_cover-title img {
        width: 55%;
    }
    .section_contents {
        width: 46%;
        margin: 0;
        max-width: inherit;
                
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }
    .section_contents h2 {
        display: none
    }
    .page_01 .text .letter h3 {
        margin-bottom: 0.75em;
        line-height: 1.8;
    }
    .section_contents .page_01,
    .section_contents .page_02 { 
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .section_contents .page_01 {
        margin-bottom: 0;
    }
    .section_contents .page_01 .text {
        order: 1;
        width: 50%;
        margin-bottom: 0;
    }
    .page_01 .text .letter div {
        text-align: left;
    }
    .section_contents .page_01 .photo {
        order: 2;
        width: 48%;
        margin-bottom: 0;
    }
    .page_01 .text .letter h3 {
        text-align: left
    }
    .page_01 .text .letter div {
        font-size: 13px;
        margin-bottom: 1.75em;
    }
    .page_01 .text .letter:last-child div {
        margin-bottom:0;
    }
    .section_contents .page_02 .text {
        order: 2;
        width: 35%;
        text-align: left;
    }
    .section_contents .page_02 .photo {
        width: 63%;
        order: 1;
    }
    .section_contents .page_02 .photo img {
        width: 100%;
    }
    .page_02 .photo img {
        margin:0;
    }
    /*微調整*/
    .manor_01 .section_cover .section_cover-title img {
        margin-top: -10em;
    }
    .manor_02 .section_cover .section_cover-title img {
        margin-top: 17em;
    }
    .manor_03 .section_cover .section_cover-title img {
        margin-top: -16em;
    }
    .manor_04 .section_cover .section_cover-title img {
        margin-top: 16em;
    }
    .manor_05 .section_cover .section_cover-title img {
        margin-top: 0em;
        margin-bottom: 1em;
    }
    .manor_05 .section_cover .section_cover-title {
        align-items: flex-end;
        align-content: flex-end;
    }
    .manor_06 .section_cover .section_cover-title img {
        margin-top: 28em;
    }
    .manor_07 .section_cover .section_cover-title img {
        margin-top: 28em;
    }
    .manor_07 .section_contents .page_01 .text,
    .manor_07 .section_contents .page_02 .text {
        width: 43%;
    }
    .manor_07 .section_contents .page_01 .photo,
    .manor_07 .section_contents .page_02 .photo {
        width: 55%;
    }
    

}