@charset "utf-8";
/* ===================================================================
     BASE CSS
=================================================================== */
html {
	font-size: 62.5%;
}
body {
	/*-webkit-text-size-adjust: 100%;*/
}
body {
	background: #fbf7f5;
	font-size: 180%;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 2;
	position: relative;
	letter-spacing: 0em;
    overflow: hidden;
}
a {
	color: #ccc;
	text-decoration: none;
	transition: opacity .1s ease-in-out;
}
a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
body {
	font-size: 140%;
}
}


/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */

.scroll-fade{
	opacity: 0;
	transition: all 3s/*処理にかかる時間*/;
}
.scroll-up{
	opacity: 0;
	transform: translateY(25px)/*スクロールアップする距離*/;
	transition: all 0.5s/*処理にかかる時間*/;
}

.scroll-up.done,
.scroll-fade.done{
	opacity : 1;
	transform : translate(0, 0);
}
.load-fade {
	opacity : 0;
	transition : all 1s/*処理にかかる時間*/;}
.load-up{
	opacity: 0;
	transform: translateY(100px)/*スクロールアップする距離*/;
	transition: all 2s/*処理にかかる時間*/;
}
.load-up2{
	opacity: 0;
	transform: translateY(100px)/*スクロールアップする距離*/;
	transition: all 2s/*処理にかかる時間*/;
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}

.load-up.done,
.load-up2.done,
.load-fade.done{
	opacity : 1;
	transform : translate(0, 0);
}

table {
	width: 100%;
}
/* ---------------------
	general_table
---------------------- */
.general_table {
	width: 100%;
	text-align:left;
}
.general_table th,
.general_table td {
	border: 12px solid #fff;
	padding: 18px;
}
.general_table th {
	background: #D9D9D9;
	font-weight: normal;
}
.general_table td {
	background: #f2f2f2;
}
@media screen and (max-width: 767px) {
.general_table th,
.general_table td {
	border: 4px solid #fff;
	padding: 4px 10px;
}
}


.common_inner{
	max-width:1200px;
	margin:0 auto;
}
@media screen and (max-width: 1280px) {
.common_inner{
	width:94%;
}
}
@media screen and (max-width: 767px) {
.common_inner{
	width:92%;
}
}




main{
    padding-left: 220px;
    padding-right: 220px;
    margin-top: -2px;
}
footer{
    padding-left: 220px;
    padding-right: 220px;
        margin-top: -20px;
}

@media screen and (max-width:1200px) {
main {
    padding-left: 150px;
    padding-right: 150px;
    }
footer{
        margin-top: 0;
}
}
@media screen and (max-width:960px) {
main,footer{
    padding-left: 150px;
    padding-right: 0;
    }


}

@media screen and (max-width: 767px) {
main, footer {
    padding-left: 0;
    }
}
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
header{
    position: fixed;
    width: 220px;
    z-index: 101;
    height: 100vh;
    left: 0;
    color: #534741;
    background: var(--beige);
	}
header .wrapper {
    position: relative;
    height: 100vh;
	padding: 90px 0 0 0;
	}
header .wrapper h1{
    width: 80%;
	max-width: 154px;
    margin: 0 auto 60px;
	}
/*header .wrapper .logo_02{
	width: 130px;
    margin: 10px auto;
}*/
@media screen and (min-width:1280px) {

}
@media screen and (max-width: 1200px) {
header{
    width: 150px;
	}  
}
@media screen and (max-width:960px) {
header{
    width: 150px;
    }
header .wrapper h1 {
    
    }
}
@media screen and (max-width:767px) {
header {
    width: 74px;
    height: 74px;
    top: 0;
    left: auto;
    right: 0;
    background: url(../img/header_menu.png) no-repeat;
    background-size:contain;
}
header .wrapper {
	padding: 0;
    height: auto;
	}
}



nav{
    width: 100%;  
    padding-left: 45px;
}
nav ul {
	font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
nav ul li{
	line-height: 1.2em;
	font-weight:600;
	}
nav ul li a {
    color:#86786b;
}
nav ul li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-right: 4px;
}
nav ul li:nth-child(1) a::before {
    background-image: url(../img/nav_pink.png);
}
nav ul li:nth-child(2) a::before {
     background-image: url(../img/nav_green.png);
}
nav ul li:nth-child(3) a::before {
    background-image: url(../img/nav_blue.png);
   
}
nav ul li a.link-current {
    color:#603813;
}
/*nav ul li a.link-current::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/header_ribbon_active.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    transition: .8s;
}*/



.oinaicp_logo{
    right: 0;
    bottom: 3%;
    left: 0;
    margin: auto;
    position: absolute;
    max-width: 180px;
}

@media screen and (min-width:1280px) {

}
@media screen and (max-width:1200px) {
nav {
    padding-left: 10px;
    }
nav ul {
    font-size: 14px;
    }
}
@media screen and (max-width:960px) {

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

/*ナビボタン*/
.menu-trigger {
  display: inline-block;
  width:74px;
  height: 74px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
.menu-trigger p{
	font-size: 10px;
	position: absolute;
	bottom: -20px;
	font-weight:bold;
	width: 32px;
	text-align: center;
	color: #fff;
	}

.menu-trigger.active{
    width: 74px;
    height: 74px;
    top: 0;
    right: 0;
    
    background: url(../img/header_close.png) no-repeat;
    background-size:contain;
}
    
nav {
    width: 180px;
  padding: 80px 10px 30px 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(300px);
  transition: all .5s;
background: rgb(255 255 255 / 90%);
    bottom:auto;
    box-sizing: border-box;
	overflow-y: scroll;
}

nav ul {
    font-size:14px;
    writing-mode: inherit;
}
nav ul li {
    margin-bottom: 10px;
    font-weight: 600;
}

nav.open {
  transform: translateZ(0);
  box-shadow: 0px 0px 10px #bbb6aa87;
}
.type-1 span{
    transition: all 0.5s;
    transform: rotate(0deg);
  }
.type-1 span .top {
    transform: translateY(-17px);
  }
.type-1 span .bottom {
    transform: translateY(17px);
  }

nav ul li a::before {
    background-image: url("../img/header_ribbon_active.png");
    background-position: center;
    margin-bottom: -4px;
    margin-right:4px;
}
nav ul li a {
    color:#534741;
    }
.oinaicp_logo_smp {
  position: fixed;
        right: 0;
        left: auto;
    bottom:3%;
        margin: auto;
        z-index: 1000;
         width: 110px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  pointer-events: none; /* 非表示中は反応しないように */
}

.oinaicp_logo_smp.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

}




/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
    z-index: 100;
    position: relative;   
    background: #fff;
}
footer .wave-svg-inline{
    height: 80px;
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
footer svg{
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    fill: var(--beige); /* 色を変更 */
}

footer .footer_inner{
	
}
footer .copy{
    text-align: right;
    color: #998675;
    padding: 60px 40px 75px 40px;
    font-size: 13px;
    background:var(--beige);
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    
}
footer .logo{
    padding:80px 0;
}
footer .logo ul{
    display: flex;
    justify-content: center;
    gap: 40px;
}
footer .logo ul.top{
}
footer .logo ul.top li{

}
footer .logo ul.bottom{

}
footer .logo ul li{
    margin-bottom: 20px;
}
footer .logo ul li img{
    margin:0 auto;
    display: block;
}
footer .logo ul.top li:nth-child(1) img{
    width:240px;
}
footer .logo ul.top li:nth-child(2) img{
     width:240px;
}
footer .logo ul.top li:nth-child(3) img{
     width:240px;
}
footer .logo ul.bottom li:nth-child(1) img{
    width:240px;
}
footer .logo ul.bottom li:nth-child(1) img{
     width:240px;
}
footer .logo ul.bottom li:nth-child(2) img{
   width:240px;
}


footer .contact{
    text-align: center;
    font-size:16px;
    line-height: 1.4em;
    padding: 60px 0 100px 0;
    font-weight: 400;
}
footer .contact .mail{
    width:90px;
    margin:0 auto 20px;
}
footer .contact .title img{
   width:100px;
    margin:0 auto 10px;
}
@media screen and (min-width: 1280px) {
footer .contact{
    padding: 0 0 100px 0;
    }}
@media screen and (max-width: 1200px) {
footer{
    padding-left: 150px;
    }
footer .copy {
    text-align: right;
    color: #998675;
    padding: 60px 185px 75px 0;
    font-size: 13px;
    background: var(--beige);
    width: 100vw;
    margin: auto;
    
    }
}
@media screen and (max-width: 960px) {
    footer {
        padding-left: 0;
    }
footer .wave-svg-inline {
    width: 100%;
    margin: 0 auto;
}
footer .copy {
    width: 100%;
    margin: 0 auto;
    padding-left: 150px;
    }

}
@media screen and (max-width: 767px) {
footer svg {
    height: auto;
    }
footer .wave-svg-inline {
    height: 9px;
    }
}
@media screen and (max-width: 480px) {
footer {
 
    
}
footer .contact {
    font-size: 12px;
    }
footer .contact .title img {
    width: 84px;
    }
footer .copy {
     padding: 24px 10px 30px 0;
        font-size: 10px;

    }
footer .contact {
    padding-bottom: 65px;
    }
}



/* -----------------------------------------------------------	
fadein	
----------------------------------------------------------- */	
.fadein{	
opacity: 0;	
will-change: opacity,translate, filter ;	
}

