﻿@charset "utf-8";

/*********************************** under common ***********/
.contents{
    padding-top: 0px;
    padding-bottom: 200px;
    text-align: center;
}
.contents section h2{
    font-size: 200px;
    letter-spacing: 15px;
    line-height: 100%;
    margin-top: 40px;
    margin-bottom: 160px;
}
.contents section .inr {
    text-align: left;
    font-size: 15px;
}
@media screen and (max-width:1300px) {
    .contents section .inr {
        max-width: calc(100vw - 260px);
        margin-left: 160px;
        margin-right: 100px;
    }
}
@media screen and (max-width:1000px) {
    .contents section h2{
        font-size: calc(180/1000 * 100vw);
        margin-top: 40px;
        margin-bottom: calc(120/1000 * 100vw);
    }
    .contents section .inr {
        font-size: 14px;
        max-width: calc(100vw - 200px);
        margin-right: 40px;
    }
}
@media screen and (max-width:800px) {
    .contents section h2{
        font-size: 14vw;
        margin-top: 13vw;
        margin-bottom: 17vw;
        letter-spacing: 5px;
    }
    .contents section .inr {
        font-size: 3vw;
        line-height: 160%;
        max-width: calc(100vw - 75px);
        margin-left: 60px;
        margin-right: 15px;
    }
    .contents {
        padding-bottom: 26vw;
    }
}
/*********************************** under common END ***********/

/*********************************** guide ***********/
#guide .contents section.sec01 .inr{
    letter-spacing: 1px;
}
#guide .contents section.sec01 .inr h3{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #111;
    margin-bottom: 15px;
}
#guide .contents section.sec01 .inr dl dd{
    margin-bottom: 50px;
}
#guide .contents section.sec01 .inr dl dd > ul > li{
    text-indent: -.5em;
	padding-left: .5em;
    margin-bottom: 30px;
}
#guide .contents section.sec01 .inr dl dd > ul > li:last-child{
    margin-bottom: 0;
}
#guide .contents section.sec01 .inr dl dd ul.pt2{
    margin-top: 1em;
}
#guide .contents section.sec01 .inr dl dd ul.pt3{
    margin-bottom: 1em;
}
#guide .contents section.sec01 .inr dl a{
    text-decoration: underline;
    color: #000;
}
#guide .contents section.sec01 .inr dl dd ul.pt2 > li,
#guide .contents section.sec01 .inr dl dd ul.pt3 > li{
    margin-bottom: 0px;
}
#guide .contents section.sec01 .inr dl dd > ul.flow > li{
    text-indent: 0em;
	padding-left: 0em;
    margin-bottom: 0px;
    border: 1px solid #111;
    display: flex;
    align-items: center;
    min-height: 74px;
    margin-bottom: 14px;
}
#guide .contents section.sec01 .inr dl dd > ul.flow > li span{
    width: 74px;
    min-height: 74px;
    height: 100%;
    display: block;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    border-right: 1px solid #111;
}
@media screen and (max-width:800px) {
    #guide .contents section.sec01 .inr h3{
        font-size: 3.5vw;
        padding-bottom: 5px;
        margin-bottom: 4vw;
    }
    #guide .contents section.sec01 .inr dl dd > ul.flow > li {
        min-height: 14vw;
        margin-bottom: 2vw;
        position: relative;
    }
    #guide .contents section.sec01 .inr dl dd > ul.flow > li span {
        width: 9vw;
        min-height: 14vw;
        height: 100%;
        font-size: 3.4vw;
        margin-right: 3vw;
        position: absolute;
    }
    #guide .contents section.sec01 .inr dl dd > ul.flow > li p{
        padding:3vw 3vw 3vw 12vw;
    }
    #guide .contents section.sec01 .inr dl dd {
        margin-bottom: 14vw;
    }
    #guide .contents section.sec01 .inr dl dd > ul > li {
        margin-bottom: 5vw;
    }
}
/*********************************** guide END ***********/


/*********************************** price ***********/
#price .contents section.sec01 .inr{
    letter-spacing: 1px;
}
#price .contents section.sec01 .inr ul > li{
    text-indent: -.5em;
	padding-left: .5em;
}
#price .contents section.sec01 .inr table{
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 14px;
    margin-bottom: 20px;
}
#price .contents section.sec01 .inr table th,
#price .contents section.sec01 .inr table td{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 22px 0 20px;
}
#price .contents section.sec01 .inr table th{
    font-weight: bold;
}
#price .contents section.sec01 .inr table tr:nth-of-type(even) th,
#price .contents section.sec01 .inr table tr:nth-of-type(even) td{
    background: #F7F7F7;
}
#price .contents section.sec01 .inr > h3{
    font-size: 18px;
    font-weight: bold;
    margin: 100px 0 10px;
}
#price .contents section.sec01 .inr > a.link{
    height: 75px;
    background: #000;
    color: #FFF;
    font-size: 15px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:1000px) {
    #price .contents section.sec01 .inr table{
        font-size: 13px;
    }
}
@media screen and (max-width:800px) {
    #price .contents section.sec01 .inr table{
        font-size: 3vw;
        margin-bottom: 3vw;
    }
    #price .contents section.sec01 .inr table th, #price .contents section.sec01 .inr table td {
        padding: 3vw 0 2.8vw;
    }
    #price .contents section.sec01 .inr > h3 {
        font-size: 3.5vw;
        margin: 20vw 0 3vw;
    }
    
    #price .contents section.sec01 .inr > p.sp{
        font-size: 2.7vw;
        position: relative;
        text-align: right;
        padding-right: 8vw;
    }
    #price .contents section.sec01 .inr > p.sp:before,
    #price .contents section.sec01 .inr > p.sp:after{
        content: "";
        width: 6px;
        height: 1px;
        background: #000;
        position: absolute;
        right: 0;
        top: 0; 
    }
    #price .contents section.sec01 .inr > p.sp:before{
        transform:rotate(-45deg);
        top:2.8vw;
    }
    #price .contents section.sec01 .inr > p.sp:after{
        transform:rotate(45deg);
        top:1.7vw;
    }
    #price .contents section.sec01 .inr > p.sp span{
        display: block;
        width: 7vw;
        height: 1px;
        background: #000;
        position: absolute;
        right: 0;
        top: 2.3vw;
    }
    #price .contents section.sec01 .inr .scroll table{
        width:500px;
    }
    #price .contents section.sec01 .inr .scroll table.pt2{
        width:400px;
    }
    .scroll{
        overflow: auto;
        white-space: nowrap;
        position: relative;
    }
    .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
        height: 5px;
    }
    .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
    #price .contents section.sec01 .inr .scroll table{
        border-left: none;
    }
    #price .contents section.sec01 .inr .scroll table tr th:nth-of-type(1){
        width: 21%;
        line-height: 140%;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        border-left: 1px solid #000;
    }
    #price .contents section.sec01 .inr .scroll table.pt2 tr th:nth-of-type(1){
        width: 30%;
    }
    #price .contents section.sec01 .inr .scroll table tr td{
    }
    #price .contents section.sec01 .inr .scroll table tr th:nth-of-type(1) span{
        font-size: 2.5vw;
    }
    #price .contents section.sec01 .inr .scroll table td,
    #price .contents section.sec01 .inr .scroll table th{
        background: #FFF;
    }
    #price .contents section.sec01 .inr > a.link {
        height: 20vw;
        font-size: 3.5vw;
        margin-top: 14vw;
    }
}
/*********************************** price END ***********/



/*********************************** works ***********/
#works .contents section.sec01 .inr{
    letter-spacing: 1px;
}
#works .contents section.sec01 .inr .popup{
    margin: 20px 0 50px;
    position: relative;
}
#works .contents section.sec01 .inr .popup a{
    display: block;
    position: relative;
    z-index: 1;
}
#works .contents section.sec01 .inr .popup img{
    transition: all 0.3s 0s ease-in-out;
}
#works .contents section.sec01 .inr .popup:hover img{
    opacity: .8;
}
#works .contents section.sec01 .inr .popup a:after{
    content: "";
    width: 87px;
    height: 61px;
    background: url("../img/works/play.png") no-repeat center center;
    background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#works .contents section.sec01 .inr ul.list{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: 12px;
}
#works .contents section.sec01 .inr ul.list li{
    width: calc(33.3% - 20px);
    margin-bottom: 50px;
    margin-right: 30px;
}
#works .contents section.sec01 .inr ul.list li .thumb{
    background-color: #ccc;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position:relative;
}
#works .contents section.sec01 .inr ul.list li .thumb img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
#works .contents section.sec01 .inr ul.list li:nth-of-type(3n){
    margin-right: 0;
}
#works .contents section.sec01 .inr ul.list li dl{
    margin-top: 10px;
}
#works .contents section.sec01 .inr ul.list li dl dt{
    display: inline-block;
    background: #A0A0A0;
    color: #FFF;
    padding: 3px 3px;
    line-height: 100%;
    font-weight: bold;
    font-size: 11px;
    width: 70px;
    text-align: center;
}
#works .contents section.sec01 .inr ul.list li dl dd{
    margin-bottom: 10px;
}
#works .contents section.sec01 .inr ul.list li a{
    color: #000;
    display: block;
    line-height: 140%;
    margin: 10px 0;
    word-break: break-all;
}
@media screen and (max-width:1050px) {
    #works .contents section.sec01 .inr ul.list li{
        width: calc(50% - 20px);
        margin-bottom: 50px;
        margin-right: 40px;
    }
    #works .contents section.sec01 .inr ul.list li:nth-of-type(3n){
        margin-right: 40px;
    }
    #works .contents section.sec01 .inr ul.list li:nth-of-type(2n){
        margin-right: 0px;
    }
}
@media screen and (max-width:800px) {
    #works .contents section.sec01 .inr .popup {
        margin: 5vw 0 14vw;
    }
    #works .contents section.sec01 .inr .popup a:after{
        content: "";
        width: 13vw;
        height: 61px;
    }
    #works .contents section.sec01 .inr ul.list {
        margin-top: 5vw;
        font-size: 3vw;
    }
    #works .contents section.sec01 .inr ul.list li{
        width: calc(100% - 0px);
        margin-bottom: 10vw;
        margin-right: 0px;
    }
    #works .contents section.sec01 .inr ul.list li:nth-of-type(3n){
        margin-right: 0px;
    }
    #works .contents section.sec01 .inr ul.list li:nth-of-type(2n){
        margin-right: 0px;
    }
    #works .contents section.sec01 .inr ul.list li dl dt{
        font-size: 2.5vw;
    }
    #works .contents section.sec01 .inr ul.list li dl dd{
        margin-top: 1vw;
    }
}
/*********************************** works END ***********/

#order iframe{
    width: 100%;
}


.caution2{
	text-align: center;
	margin-bottom: 100px;
}
.caution2 a{
	color: #000;
}
@media screen and (max-width:800px) {
	.caution2{
		text-align: left;
		margin-bottom: 60px;
	}
}