@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');


*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #000000;
    display: block;
    padding: 5% 0 0;
    background: #f9f9f9;
    overflow: hidden;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    letter-spacing: 1px;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}

#ap_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}
#ap_wrap .title_box{
    max-width: 500px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
#ap_wrap .title_box .title{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
#ap_wrap .title_box .title_s{
    width: 70%;
    text-align: center;
    margin: 5% auto;
}
/*角括弧*/
.frame{
	--border-color:black;/*カッコの色*/
	padding:1em 2em;/*内側余白*/
	position: relative;
}

.frame::after,
.frame::before {
	content: "";
	height: 100%;
	width: 0.75em;
	position: absolute;
	bottom: 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.frame::before {
	border-left: 1px solid var(--border-color);
	left: 0;
}
.frame::after {
    border-right: 1px solid var(--border-color);
	right: 0;
}
#ap_wrap .lead{
    width: 100%;
    font-size: 19px;
    text-align: center;
    margin: 4% auto 0;
    display: inline-block;
    line-height: 2em;
    letter-spacing: 3px;
    
}
/************************************************************
               contents
************************************************************/
#ap_contents{
    width: 100%;
    position: relative;
    margin: 0% auto 0;
}
#ap_contents .ap_box{
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 10% auto;
    display: inline-block;
}
#ap_contents .ap_box .item_box{
    width: 100%;
    background: #FFFFFF;
    border: #000000 1px solid;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
}
#ap_contents .ap_box .item_box .inner{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
#ap_contents .ap_box .item_box .no{
    width: 45%;
    float: right;
    display: inline-block;
}
#ap_contents .ap_box .item_box .no h1{
    font-size: 20px;
    text-align: left;
    font-weight: normal;
}
#ap_contents .ap_box .item_box img{
    width: 50%;
    float: left;
}
#ap_contents .ap_box .item_box .detai_box{
    width: 45%;
    float: right;
    display: inline-block;
    margin: 3% auto 0;
}
#ap_contents .ap_box .item_box .detai_box .item{
    font-size: 19px;
    text-align: left;
    line-height: 1.8em;
    font-weight: 500;
    margin: 0 auto;
}
#ap_contents .ap_box .item_box .detai_box p{
    font-size: 14px;
    text-align: left;
    line-height: 1.8em;
    margin: 5% auto;
}
#ap_contents .ap_box .style_box{
    width: 100%;
    margin: 10% auto 0;
    position: relative;
    display: inline-block;
    text-align: center;
}
#ap_contents .ap_box .style_box .ttl_box{
	position: relative;
    margin: 0% auto 5%;
}
#ap_contents .ap_box .style_box .ttl_box .ttl{
	width: 100%;
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 3%;
    text-align: left;
    line-height: 2em;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
}
#ap_contents .ap_box .style_box .ttl_box .ttl::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0%;
	right: 100%;
	background: #000;
	height: 1px;
	opacity: 0;
	transition: 1.2s all 0s ease;
}
#ap_contents .ap_box .style_box .ttl_box .ttl.ac::after{
	content: "";
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0%;
	right: 0%;
	background: #000;
	opacity: 1;
}
#ap_contents .ap_box .style_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#ap_contents .ap_box .style_box ul li{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
#ap_contents .ap_box .style_box .name{
    font-size: 13px;
    text-align: center;
    margin: 5% auto 2%;
    line-height: 1em;
}
#ap_contents .ap_box .style_box .cmt_box{
    width: 96%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    min-height: 100px;
}
#ap_contents .ap_box .style_box .cmt_box p{
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
}
.foot{
    background: #9F9F9F;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    padding: 1% 0;
    width: 100%;
    line-height: 1;
    margin: 0% auto 0;
}
.hr{
    width: 100%;
    border-top: #C0C0C0 1px solid;
    margin: 0 auto;
}
/************************************************************
               button
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 50%;
	margin: 2% auto 0%;
    padding: 2% 0%;
    background: #333333;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1em;
    border: #333333 1px solid;
    font-family: 'Cormorant Garamond', serif;
    border-radius: 0px;
    float: left;;
}
.btn_01 a:hover {
    background:#A8A8A8;
    border: 1px solid #A8A8A8;
    color: #FFFFFF;
}

.btn_02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 3% 4%;
    width: 90%;
    color: #000000;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    background: #FFFFFF;
/*    border-radius: 3px;*/
    text-align: center;
    border: #000000 1px solid;
    transition: 0.5s;
    font-family: 'Cormorant Garamond', serif;
    
}
.btn_02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
}
.btn_02 a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #353535;
}

.btn_02 a:hover::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}


.CormorantG{
    font-family: 'Cormorant Garamond', serif;
}
.Garamond{
    font-family: "EB Garamond", serif;
}
.NotoSerif{
    font-family: "Noto Serif JP", serif;
} 
.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 80%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}



/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 15% 0 0;
    }
    #ap_wrap .title_box{
        width: 80%;
    }
    #ap_wrap .title_box .title{
        width: 50%;
    }
    #ap_wrap .lead{
        font-size: 15px;
        margin-bottom: 0;
    }
    #ap_contents .ap_box{
        width: 90%;
        margin: 20% auto 10%;
    }
    #ap_contents .ap_box .item_box .no{
        width: 100%;
        float: none;
        text-align: center;
    }
    #ap_contents .ap_box .item_box .no h1{
        text-align: center;
    }
    #ap_contents .ap_box .item_box .inner{
        width: 80%;
    }
    #ap_contents .ap_box .item_box img{
        width: 100%;
    }
    #ap_contents .ap_box .item_box .detai_box{
        width: 100%;
        margin: 8% auto;
    }
    #ap_contents .ap_box .item_box .detai_box .item{
        font-size: 15px;
        text-align: center;
    }
    #ap_contents .ap_box .item_box .detai_box p{
        font-size: 13px;
        text-align: center;
    }
    #ap_contents .ap_box .style_box .ttl_box .ttl{
        font-size: 14px;
    }
    #ap_contents .ap_box .style_box ul{
        width: 92%;
        text-align: center;
        margin: 0 auto;
        grid-template-columns: 1fr;
    }
    #ap_contents .ap_box .style_box ul li{
        margin: 8% auto;
    }
    #ap_contents .ap_box .style_box .name{
        font-size: 12px;
    }
    #ap_contents .ap_box .style_box .cmt_box{
        width: 100%;
        min-height: inherit;
    }
    #ap_contents .ap_box .style_box .cmt_box p{
        font-size: 13px;
        letter-spacing: 0px;
    }
    
    .frame{
        padding: 1em;
    }
    
    .foot{
        line-height: 2em;
        font-size: 12px;
    }
    .btn_01 a{
        width: 90%;
        font-size: 14px;
        line-height: 1.5em;
        float: none;
    }
    .btn_02 a{
        font-size: 13px;
        line-height: 1.5em;
        margin: 5% auto;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }


    
	
}