@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;600&family=Roboto:wght@100;300;400;700&family=Taviraj:ital,wght@1,100;1,200;1,300&display=swap');
/* CSS Document */

.sp_only { }
.pc_only { display: none;}

body {
    background-color:#f6f6f6;
	color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	font-size: 14px;
	font-feature-settings: "palt" 1;
	line-height: 190%;
	text-align: center;
	letter-spacing: 0.02em;
}
img {
	display: block;
	width:100%;
	margin:0 auto 
}
a {
	color:#FFF;
	text-decoration:underline;
    transition: .2s ease-in-out;
}
a:hover {
	color:#96836A;
	text-decoration:underline;
}
a:active, a:focus {
	color: #FFF;
	text-decoration: none;
}

.jp {
    color: #444;
}
.eng {
    font-family: 'Roboto', sans-serif;
    color:#9e9172;
}

.tab-contents,
.tab-title{
    display: none
}
.tab-title.show,
.tab-contents.show {
    display: block
}

/*header
---------------------------------------------*/
.header {
    width: 100%;
    margin: 0 auto;
    padding:3em 0 1.5em;
}
.header h1 img {
    width: 60%;
    margin:0 auto 2.5em;
    max-width: 310px;
}
.header .button {
    display: flex;
    justify-content: center;
    width:90%;
    margin: 0 auto;
    color: #fff;
}
.header .button .tab-btn {
    width:7em;
    margin:0 0.5em;
    text-align: center;
    background-color:#9e9172;
    cursor: pointer;
    transition: .2s ease-in-out;

}
.header .button .tab-btn.show {
    cursor: default;
    background-color:#9e9172;
}
.header .button .tab-btn:hover {
    background-color:#9e9172;
	opacity: 0.5;
} 
/*contents
---------------------------------------------*/
/*document*/
.contents > div {
    text-align: left;
    width:90%;
    margin: 0 auto 2.5em;
    max-width:885px;
}
.contents > div.document {
    padding: 0;
    margin-bottom: 1em;
}
.document ul#txt-e {
}
.document ul.text {
    line-height: 2.2;
}
.document ul.text li {
    margin-bottom: 1em;
}
.document ul.text li img {
    padding-top: .5em;
    padding-bottom: .5em;
}
.document ul.text02 li img {
    padding-top: .5em;
    padding-bottom: 1.2em;
}

/*location*/
.location {
    padding:3em 0 0;
    font-size: 11px;
    line-height:2;
    border-top:1px solid #ccc; 
}
.location h3 {
	margin-bottom: 0.85em;
}
.location .img {
    display: flex;
    justify-content: space-between;
}
.location .img img {
    width: 49%;
    margin: 0 0 1.5em;
}
.location .jp {
    margin-bottom:.65em
}

.location02 {
    padding:1em 0 0;
    font-size: 11px;
    line-height:2; 
}
.location02 h3 {
	margin-bottom: 0.85em;
}

.location02 .jp {
    margin-bottom:.65em
}

    
/*profile*/
.profile {
    margin-bottom: 5.5em !important;
    max-width:650px;
    line-height:2;
    border: 1px solid #ccc;
    padding: 1.5em 0;
    font-size: 11px;
    text-align: left;
}
.profile div {
    padding:0 2em;
}
.profile div.jp {
    margin-bottom:.75em
}
/*document*/
.document-credit {
    line-height:2;
    text-align: center !important;
    font-size: 11px;
    padding-bottom:4.75em;
    color:#FFF;
}

/*container
---------------------------------------------*/
.container {
    background-color:#364257;
}
.container h1 img {
    padding-top: 4em;
    width:90%;
    margin:0 auto 2.75em;
    max-width: 480px;
}
.container > ul {
    padding-bottom:1em;
}
.container > ul > li {
    width:90%;
    margin: 0 auto 2.5em;
    max-width:650px;
}
.container ul li .photo {
    margin-bottom: 1.2em;
}
.container ul li .credit {
    font-family: 'Taviraj', serif;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    font-optical-sizing: auto;
    font-size:11px;
    color:#ccc;
    text-align: center;
    line-height:1.4;
    transition-duration: 350ms;    
}
.container ul li .credit span {
    font-weight:100;
    font-size: 1.5em;
}
.container ul li .credit span.left {
    margin-right: 0.05em
}
.container ul li .credit span.right {
    margin-left: 0.05em;
    margin-right: 0.25em;
}
/*footer*/
footer {
    background-color:#364257;
}
footer h4 {
    color:rgba(255,255,255,0.6);
    padding:1em 0 1.5em;
}

/* --------------------------------------------
    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:768px) {
	.sp_only {display: none;}
	.pc_only {display: block;}

    .document .text .float-left {
        float: left;
        width:34%;
        margin-right: 2em;
        margin-top: 0;
        margin-bottom: 0em;
        padding-bottom: 0;
    }
    .document .text02 .float-left {
        float: left;
        width:38%;
        margin-right: 2em;
        margin-top: 0;
        margin-bottom: 0em;
        padding-bottom: 0em;
    }
	.document .text .float-left01 {
        float: left;
        width:46%;
        margin-right: 2em;
        margin-top: 0;
        margin-bottom: 1em;
        padding-bottom: 0;
    }
    .document .text02 .float-left01 {
        float: left;
        width:45%;
        margin-right: 2em;
        margin-top: 0;
        margin-bottom: 1em;
        padding-bottom: 0;
    }
	.document .text .float-right01 {
        float: right;
        width: 39%;
        margin-left: 2em;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .document .text02 .float-right01 {
        float: right;
        width: 40%;
        margin-left: 1em;
        margin-bottom: 0;
        padding-bottom: 0;
    }
	.document .text .float-right {
        float: right;
        width: 25%;
        margin-left: 2em;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .location {
        padding-top: 3.75em;
        display: flex;
        margin-top: 2em !important;
        justify-content: space-between;
    }
    .location .img {
        width: 51%;
        align-items: stretch;
    }
	.location .img p {
		display: none;
    }
    .location .img .daitoh_08 {
        width: 50%;
        background-image: url("../img/daitoh_08.jpg");
        background-size: cover;
        background-position: center;
    }
    .location .img .daitoh_09 {
        background-image: url("../img/daitoh_09.jpg");
        background-size: cover;
        background-position: center;
        width: 48.5%;
    }
    .location .text {
       width: 47%
    }
    .document-credit {
        padding-bottom:6em;
    }
    .document-credit span {
        display: inline-block;
    }
    .container h1 img {
        padding-top:6em;
        margin-bottom: 4em;
    }
    .container > ul > li {
        margin: 0 auto 3.5em;
    }
    .profile {
        margin-bottom: 8em !important;
    }
	.header {
    width: 100%;
    margin: 0 auto;
    padding:3em 0;
}
}