:root{
    --main-color:#cbd1b7;
    --sub-color:#ffe4e1;
    --font-color:#ffffff;
}

*{
    padding: 0;
    margin: 0;
    line-height: 1;
}

.mobile_drawer_nav{
	display: none;
}

.mobile_drawer_menu{
	display: none;
}


.mobile_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.mobile_drawer_menu a {
  color: inherit;
  text-decoration: none;
}


.mobile_drawer_menu a:hover {
  color:#00a2ff;


}

.mobile_drawer_menu a:visited {
  color: inherit;
}

.mobile_drawer_menu i {
		padding:0 8px 0 0;
	}

.mobile_drawer_menu .mobile_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.mobile_drawer_menu .mobile_drawer_button {

  display: block;
  background-color:rgba(255,255,255,0.4);
  border: none;
  padding: 10px 15px 6px 10px ;
  width: 58px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.mobile_drawer_menu .mobile_drawer_button.active .mobile_drawer_bar {
  width: 36px;
}

.mobile_drawer_menu .mobile_drawer_button.active .mobile_drawer_bar1 {
  transform: rotate(45deg) translatey(-6px) translatex(3px);
}

.mobile_drawer_menu .mobile_drawer_button.active .mobile_drawer_bar2 {
  opacity: 0;
}

.mobile_drawer_menu .mobile_drawer_button.active .mobile_drawer_bar3 {
  transform: rotate(-45deg)  translatey(7px) translatex(0px);
}

.mobile_drawer_menu .mobile_drawer_button.active .mobile_drawer_menu_text {
  display: none;
}

.mobile_drawer_menu .mobile_drawer_button.active .mobile_drawer_close {
  display: block;
}

.mobile_drawer_menu .mobile_drawer_bar {
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.mobile_drawer_menu .mobile_drawer_text {
  text-align: center;
  font-size: 10px;
}

.mobile_drawer_menu .mobile_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.mobile_drawer_menu .mobile_drawer_menu_text {
  display: block;
}

.mobile_drawer_menu .mobile_drawer_nav_wrapper {
  width: 308px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  border-left:solid 4px #005284;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255,255,255,0.8);
}

.mobile_drawer_menu .mobile_drawer_nav_wrapper.open {
  transform: translate(0);
}

.mobile_drawer_menu.left .mobile_drawer_button {
  right: auto;
  left: 32px;
}

.mobile_drawer_menu.left .mobile_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.mobile_drawer_menu.left .mobile_drawer_nav_wrapper.open {
  transform: translate(0px);
}

/*+++ Default Navigation CSS +++*/
.mobile_drawer_menu .mobile_drawer_nav {
  padding: 112px 24px;
}

.mobile_drawer_menu .mobile_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
}

/*+++ Default Button Color +++*/
.mobile_drawer_menu .mobile_drawer_button {
  color: #005284;
}

.mobile_drawer_menu .mobile_drawer_button .mobile_drawer_bar {
  background-color: #005284;
}

ul{
    list-style: none;
}

h2{
    font-size: 25px;
	text-align: center;
	padding-bottom: 5%;
}

img{
    vertical-align: bottom;
	width: 43vw;
	object-fit: cover;
}

a{
    text-decoration: none;
	color: #545454;
}

body{
    margin: 0 auto;
    width: min(100%,1920px);
    font-size: 20px;
}

header{
    width: min(100%,1920px);
    display: flex;
    flex-wrap: wrap;
    background-color: var(--main-color);
}

.grobal-menu{
    margin-bottom: 7%;
    width: min(89.166666667%,1712px);
    display: flex;
}

.grobal-menu img{
	vertical-align: bottom;
	width: max(10vw,80px);
}

.grobal-menu-list{
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    color: var(--main-color);
	font-size: 18px;
}

.grobal-menu-list li:not(:last-of-type){
    margin-right: 49px;
}

.main-thumb{
    margin: 0 auto;
    margin-bottom: 10%;
    width: min(95.26041667%,1829px);
    display: flex;
}

.main-thumb img{
    display: block;
}

h1{
    display: flex;
    justify-content: flex-end;
    flex: 0.9;
    align-items: center;
    color: #545454;
    font-size: 3.5vw;
    line-height: 1.3;
}

.business{
    padding-top: 10%;
    padding-bottom: 10%;
    width: min(100%,1920px);
    background-color: var(--main-color);
	clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 calc(100% - 5vw));
	background-position: bottom;
    color: #545454;
}

.business-ttl,
.tiktok-ttl{
    display: flex;
    flex-direction: column;
    text-align: center;
	font-size: 25px;
}

.business-ttl{
	margin-top: 15%;
    margin-bottom: 10%;
}

.business-ttl p{
	margin-left: 5%;
    margin-right: 5%;
}

.business-ttl small{
    margin-top: 3%;
	text-align: left;
	margin-left: 10%;
}

.business-content-list{
    margin:0 auto;
	margin-bottom: 15%;
}

.business-content-list li{
    margin: 0 auto;
	text-align: center;
	margin-bottom: 10%;
}

.business-content-list li img{
}

.business-content-list p.text{
	text-align: left;
	width: 70%;
    margin-bottom: 2%;
	margin-left: 10%;
    line-height: 1.3;
	font-size: 18px;
}

.more{
    margin: 0 auto;
    width: max(25vw,150px);
    height: max(6vw,50px);
    display: block;
    font-size: max(1.5vw,12px);
    color: #545454;
    background-color: var(--font-color);
    border: none;
    border-radius: 10px;
}

.more a{
	font-size: max(1.5vw,12px);
}

p.more_button{
    text-align: center;
}

.business-content-list figcaption{
    margin-bottom: 3%;
	margin-left: 10%;
    text-align: left;
    font-size: 25px;
    letter-spacing: -0.1em;
}

.sns-link{
    padding-top: 5%;
    padding-bottom: 5%;
}

.sns-link-ttl{
    margin-bottom: 5%;
    text-align: center;
    color: #545454;
    font-size: 25px;
}

.sns-link-list{
    height: 10vw;
    position: relative;
}

.sns-link-list li{
    position: absolute;
}

.sns-link-list li:nth-last-of-type(2){
    top: 15%;
    left: 30%;
}

.sns-link-list li:last-of-type{
    top: 30%;
    left: 55%;
}

.sns-link-list li a{
    display: flex;
    font-size: 30px;
}

.sns-link-list li figcaption{
    margin-left: 21px;
    display: flex;
    align-items: center;
	font-size: 25px;
}

.sns-link-list li img{
    width: max(5vw,15px);
	vertical-align: bottom;
}

.instagram{
    width: min(100%,1920px);
    background-color: #918D40;
	clip-path: polygon(
    0 0,
    100% 5vw,
    100% 100%,
    0 100%);
}

.insta-ttl{
    margin:  0 auto;
    margin-bottom: 10%;
    width: min(95.05208333%,1825px);
    padding-top: 10%;
    color: var(--font-color);
}

.insta-text-content{
    margin:  0 auto;
    margin-bottom: 10%;
    width: min(95.05208333%,1825px);
    color: var(--font-color);
    font-size: 18px;
}

.insta-text-content li:not(:last-of-type){
    margin-bottom: 24px;
}

.insta-text-content li:first-of-type{
    margin-bottom: 19px;
}

.insta-content{
    padding-bottom: 15%;
    margin: 0 auto;
    width: min(95.05208333%,1825px);
    display: flex;
    justify-content: space-between;
}

.insta-content li{
    width: min(23.23287671%,424px);
	background-color: #fff;
}

.insta-content li img{
    width: 100%;
}

.insta-content figure{
    background-color: var(--font-color);
}

.insta-content figcaption{
    padding: 20% 0;
    margin: 0 auto;
    width: min(92.68867925%,393px);
    line-height: 1.8;
	font-size: 18px;
}

.tiktok{
    padding-top: 10%;
    padding-bottom: 10%;
    width: min(100%,1920px);
}

.tiktok-ttl{
    margin-bottom: 56px;
    color: var(--main-color);
}

.tiktok-ttl small{
    margin-top: 56px;
    font-size: 25px;
}

.tiktok-list{
    margin: 0 auto;
    width: min(82.864583333%,1591px);
    display: flex;
    justify-content: space-between;
}

.tiktok-list li{
    width: min(24.70144563%,393px);
}

.tiktok-list li img{
    margin: 0 auto;
    margin-bottom: 10%;
    display: block;
	width: 100%;
}

.tiktok-list li figcaption{
    color: var(--main-color);
    line-height: 1.8;
	font-size: 18px;
}

.advantages{
    color: var(--font-color);
    background-color: var(--main-color);
}

.advantages-ttl{
    padding-top: 10%;
    margin-bottom: 8%;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.advantages-ttl small{
    margin-top: 5%;
    font-size: 25px;
}

.advantages-content{
    margin: 0 auto;
    margin-bottom: 10%;
    width: min(71.18055556%,1025px);
	font-size: 18px;
}

.advantages-content li{
    line-height: 1.8;
}

.advantages-content li:not(:last-of-type){
    margin-bottom: 8%;
}

.advantages-chart{
    padding-bottom: 10%;
    margin: 0 auto;
    width: 85%;
    display: block;
}

.about{
    margin-bottom: 10%;
}

.about-ttl{
    padding: 10% 0;
    margin-bottom: 10%;
    color: var(--font-color);
    font-size: 45px;
    text-align: center;
    background-image: url(../images/about-ttl-img.WebP);
	background-position-x: center; 
}

.about-content{
    margin: 0 auto;
    width: min(85.41666667%,1640px);
    display: flex;
    justify-content: space-between;
}

.profile{
    margin-top: auto;
    width: min(39.87804878%,654px);
    color: var(--main-color);
}

.name{
    margin-bottom: 36px;
	font-size: 18px;
}

.history{
    margin-bottom: 48px;
	font-size: 18px;
}

.profile .more{
    margin: initial;
    background-color: var(--main-color);
	color: var(--font-color);
	width: 80%;
	font-size: max(1.5vw,12px);
}

table {
  border-collapse: collapse;
  margin: 0 auto 5% auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #167F92;
  color:#fff;
}
table tbody th {
    background: #78bbc7;
    color: #fff;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.non{
  background:#cbd1b7;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
}
}

.iframe-wrp {
  position: relative;
  width: 100%;
  padding-top: 75%; /* = height ÷ width × 100 */
}
.iframe-wrp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer{
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: var(--main-color);
	    clip-path: polygon( 0 0, 100% 5vw, 100% 100%, 0 100%);
}

.line img{
	margin-left: 43%;
	width: 15%;
}

footer .more{
    margin-bottom: 8%;
}

.footer-nav-menu{
    margin-bottom: 8%;
    display: flex;
	align-items: center;
	margin-left: 30%;
}

.footer-nav-menu img{
	margin-left: 20%;
	width: max(10vw,160px);
}

.footer-nav-menu-list{
	width: min(25%,300px);
    margin-top: 27px;
    margin-left: 20%; 
	font-size: 18px;
}

.footer-nav-menu-list li:not(:last-of-type){
    margin-bottom: 16px;
}

.footer-nav-menu-list li a{
}

.privacypolicy{
    margin-bottom: 10%;
    text-align: center;
	font-size: 18px;
}

.copyright{
	color: #545454;
    text-align: center;
	font-size: 18px;
}

.privacy-policy h1{
	margin-top: 5%;
	justify-content: center;
	font-size: max(2.7vw,25px);
}

.privacy-policy-text{
	margin-bottom: 8%;
}

.privacy-policy-text h2{
	margin-top: 8%;
	margin-left: 5%;
	margin-bottom: 2%;
    font-size: max(2vw,15px);
	color: #918D40;
}

.privacy-policy-text p{
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
    line-height: 1.3;
    font-size: max(1.5vw,12px);
	color: #918D40;
}

@media screen and (max-width: 480px) {
	h2{
    font-size: 20px;
}
	
	.business-ttl,
.tiktok-ttl{
    display: flex;
    flex-direction: column;
    text-align: center;
	font-size: 25px;
}
	
	.business-ttl small{
    margin-top: 42px;
    font-size: 20px;
}
	
	.business-content-list figcaption{
		margin-right: 39px;
    margin-bottom: 46px;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.1em;
}
	
	.business-content-list p{
		padding: 0 25px;
    margin-bottom: 5%;
    line-height: 1.3;
	font-size: 16px;
}
	
	.sns-link-ttl{
    margin-bottom: 5%;
    text-align: center;
    color: #545454;
    font-size: 20px;
}
	
	.insta-text-content{
    margin:  0 auto;
    margin-bottom: 10%;
    width: min(95.05208333%,1825px);
    color: var(--font-color);
    font-size: 16px;
}
	
	.insta-content figcaption{
    padding: 20% 0;
    margin: 0 auto;
    width: min(92.68867925%,393px);
    line-height: 1.8;
	font-size: 16px;
}
	
	.tiktok-ttl small{
		padding: 0 27px;
    margin-top: 56px;
    font-size: 20px;
}
	
	.tiktok-list li figcaption{
    color: var(--main-color);
    line-height: 1.8;
	font-size: 15px;
}
	
	.advantages-ttl small{
    margin-top: 5%;
    font-size: 20px;
}
	
	.advantages-content{
    margin: 0 auto;
    margin-bottom: 10%;
    width: min(71.18055556%,1025px);
	font-size: 16px;
}
	
	.about-ttl{
    padding: 10% 0;
    margin-bottom: 10%;
    color: var(--font-color);
    font-size: 28px;
    text-align: center;
    background-image: url(../images/about-ttl-img-mobile.jpg);
	background-position-x: center; 
}
	
	.name{
    margin-bottom: 36px;
	font-size: 16px;
}

.history{
    margin-bottom: 48px;
	font-size: 16px;
}
	
	.footer-nav-menu-list{
	width: min(25%,300px);
    margin-top: 27px;
    margin-left: 25%; 
	font-size: 16px;
}
	
	.privacypolicy{
    margin-bottom: 10%;
    text-align: center;
	font-size: 16px;
	color: #545454;
}

.copyright{
    text-align: center;
	font-size: 16px;
}
	
	.insta-content{
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.insta-content li{
		width: max(44.87770825%,180px);
	}
	
	.insta-content li:not(:nth-last-child(-n + 2)){
		margin-bottom: 50px;
	}
	
	.grobal-menu-list{
		display: none;
	}
	
	.mobile_drawer_button{
		position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  background:#918D40;
  cursor: pointer;
    width: 50px;
  border-radius: 5px;
		z-index: 2;
		float: right;
        padding: 0;
	}
	
	.mobile_drawer_button span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
  background: #918D40;
    width: 45%;
  }


.mobile_drawer_button span:nth-of-type(1) {
  top:13px; 
}

.mobile_drawer_button span:nth-of-type(2) {
  top:19px;
}

.mobile_drawer_button span:nth-of-type(3) {
  top:25px;
}

.mobile_drawer_button span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:5px;
  left:-4px;
  color: #918D40;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.mobile_drawer_button.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.mobile_drawer_button.active span:nth-of-type(2) {
  opacity: 0;
}

.mobile_drawer_button.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.mobile_drawer_button.active span:nth-of-type(3)::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
  top:5px;
  left:4px;
}
	
.mobile_drawer_nav_wrapper{
        width: 100%;
        height: 100vh;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        transform: translateX(100%);
        background-color: var(--font-color);
        transition: ease .4s;
        z-index: 1;
    }

    .mobile_drawer_nav_wrapper:not(:last-of-type){
        margin-bottom: 16px;
    }

    .mobile_drawer_nav_wrapper.active{
        transform: translateX(0);
    }
	
	 .mobile_drawer_nav{
        padding-top: 32px;
        margin-top: 40px;
		 margin-left: 20px;
		 display: block;
    }
	
	.mobile_drawer_nav li{
        padding-bottom: 20px;
    }
	
.main-thumb{
    margin: 0 auto;
    margin-bottom: 25%;
    width: min(95.26041667%,1829px);
    display: flex;
	flex-wrap: wrap;
}

.main-thumb img{
    display: block;
	width: 100%;
	margin-bottom: 10%;
}
	
h1{
    display: flex;
    justify-content: flex-end;
    flex: 1;
	flex-direction: column;
    align-items: center;
    color: #545454;
    font-size: max(3.5vw,25px);
    line-height: 1.3;
}
	
.footer-nav-menu img {
    margin-top: 10%;
    margin-left: 25%;
    width: min(25%,100px);
    height: 50%;
}
	
.sns-link-list li figcaption{
    margin-left: 5px;
    display: flex;
    align-items: center;
	font-size: 16px;
}
	
.sns-link-list li:first-of-type{
    top: 0;
    left: 10%;
}

.sns-link-list li:nth-last-of-type(2){
    top: 15%;
    left: 20%;
}

.sns-link-list li:last-of-type{
    top: 30%;
    left: 60%;
}

.footer-nav-menu{
    margin-bottom: 15%;
    display: flex;
	align-items: center;
	margin-left: 15%;
}

.footer-nav-menu img{
    margin-left: 25%;
	width: max(10vw,80px);
}
.line img{
	margin-left: 25%;
	width: 50%;
}
}
