@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 30px 20px 100px;
	box-sizing: border-box;
}
.roboto {
    font-family: 'Roboto', sans-serif;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	
}

.contact {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.en {
	margin: 20px 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    color: rgba(45, 45, 53, 0.6);
}
.ttl_box {
    min-height: 320px;
    box-sizing: border-box;
    display: block;
}
.detail .caution {
	font-size: 70%;
}
.detail .caution a {
	font-size: 100%;
}

.sns {
	margin: 10px 0 0 ;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.btn_google {
    background: #2d2d35;
    width: 100px;
    border-radius: 3px;
    margin: 5px 0 0;
}
.btn_google a {
    color: #fff;
    font-size: 90%;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.btn_contact {
    background: #2d2d35;
    width: 100px;
    border-radius: 3px;
    margin: 20px 0 0;
}
.btn_contact a {
    color: #fff;
    font-size: 90%;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.btn_b.large a {
    padding: 5px 15px;
    font-size: 100%;
}
.sns li:not(:last-child) {
	margin: 0 10px 0 0;
}
.sns li img {
	max-width: 25px;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 100px 20px;
	}
	.inner {
		max-width: 100%;
	}
}



/* header
-------------------------------------------------------*/
#visual_wrap {
    background: url("../img/visual_bg.png")repeat center/ contain;
    background-attachment: fixed;
}
#header {
	box-sizing: border-box;
    background: rgba(68, 0, 98, 0.7);
	padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
#header .wrap {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}
#header .wrap .logo img {
    max-width: 33px;
}
#header .wrap .nav_pc ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#header .wrap .nav_pc ul li:not(:last-child) {
	margin: 0 15px 0 0;
}
#header .wrap .nav_pc ul li img {
    max-width: 30px;
}

@media screen and (max-width:768px) {
	#header {
		text-align: center;
		padding: 10px;
	}
	#header .wrap {
		width: 100%;
	}
	#header .contact {
		justify-content: center;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9;
		background: rgba(255, 255, 255, 0.9);
		padding: 10px 5px;
		width: 100%;
		box-sizing: border-box;
		border-top: 1px solid #333;
	}
	#header .contact li {
		padding: 0 5px!important;
		width: auto;
	}
}


/* visual
-------------------------------------------------------*/
#visual .center_box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
#visual .main_img {
    padding: 200px 20px 200px 0;
    margin: 0 0 0 10%;
}
#visual .main_img img {
    max-width: 412px;
}

#visual .scroll {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#visual .sc_txt {
    color: #fffef5;
    margin: 0 0 5px 5px;
}
#visual .scroll a:hover {
    transform: rotate(360deg);
    transition: 2s;
}
#visual .scroll img {
    max-width: 70px;
}
#visual #concept {
    padding: 200px 0;
    color: #fffef5;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 0 100px;
}
#visual #concept .ttl {
    margin: 0 0 30px;
    background: rgba(228,0,127,0.7);
    padding: 10px 30px 10px 100px;
	width: 30%;
	text-align: right;
}
#visual #concept .ttl img {
    max-width: 140px;
    padding-left: 100px;
}
#visual #concept .txt {
    width: 50%;
}
#visual #concept .en {
	color: rgba(255,254,245,0.6);
}
@media screen and (max-width:768px) {
#visual .main_img {
    padding: 100px 20px;
    margin: 0;
	width: 60%;
}
#visual #concept {
    padding: 130px 0;
    color: #fffef5;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
	margin: 0;
}
#visual #concept .ttl {
    margin: 0 0 30px;
    padding: 10px 10px 10px 100px;
    width: 30%;
    text-align: center;
}
#visual #concept .ttl img {
    padding-left: 0;
	width: 90%;
}
#visual #concept .txt {
    width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}
}

/* menu
-------------------------------------------------------*/
#visual #menu ul li{
    margin: 0 0 30px;
    background: rgba(228,0,127,0.7);
    padding: 10px 100px 10px 30px;
}
#menu ul li:first-child img {
    max-width: 142px;
}
#menu ul li:nth-child(2) img {
    max-width: 285px;
}
#menu ul li:nth-child(3) img {
    max-width: 186px;
}
#menu ul li:nth-child(4) img {
    max-width: 235px;
}
#menu ul li:last-child img {
    max-width: 157px;
}
#visual #menu ul li a:hover {
    opacity: 1;
}
/* nav
-------------------------------------------------------*/

@media screen and (max-width:768px) {
/* toggle_menu */
#btn_nav {
position: fixed;
top: 17px;
right: 10px;
z-index: 999;
cursor: pointer;
display: flex;
flex-flow: column;
justify-content: space-between;
height: 18px;
}
#btn_nav span {
display: inline-block;
background: #fff;
width: 25px;
height: 2px;
transition: .5s;
position: relative;
}
#btn_nav.active span {
background: #fff;
transform: translateY(8px) rotate(225deg);
}
#btn_nav.active span:nth-child(2) {
transform: scaleX(0);
}
#btn_nav.active span:last-child {
	transform: translateY(-5px) rotate(-225deg);
}
#btn_nav.active::after {
	content: "";
	color: #fff;
}
#nav_sp nav,
#nav_sp nav::after {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#nav_sp nav {
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: auto;
	text-align: center;
	background: rgba(228,0,127,0.3);
	right: -100%;
	z-index: 998;
	transition: .5s;
	padding: 20px;
	box-sizing: border-box;
}
#nav_sp nav::after {
	content: "";
	background: rgba(228,0,127,0.9);
	left: -100%;
	z-index: -1;
	transition: .7s;
}
#nav_sp nav.active {
	right: 0;
}
#nav_sp nav.active::after {
	left: 0;
}
#nav_sp ul.pages li:first-child {
	border-top: 1px solid rgba(255,255,255,0.5);
}
#nav_sp ul.pages li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 5px 0;
}
#nav_sp ul.pages li img {
	width: 50%;
}
#nav_sp ul.pages li:nth-child(2) img {
	width: 80%;
}
#nav_sp ul.pages li:nth-child(3) img {
	width: 50%;
}
#nav_sp ul.pages li:nth-child(4) img {
	width: 70%;
}
#nav_sp ul.pages li:last-child img {
	width: 45%;
}
#nav_sp ul li a {
	display: block;
	color: #fff;
	padding: 10px;
}
#nav_sp ul.snss {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
#nav_sp ul.snss li img {
	max-width: 25px;
}
/* toggle_menu end */
}


/* footer
-------------------------------------------------------*/
#footer {
	text-align: center;
    background: url("../img/visual_bg.png")no-repeat center/cover;}
#footer.area {
	padding: 50px 20px;
}

#footer .logo img{
	max-width: 194px;
	margin: 0 0 30px;
}
#footer .copy {
	font-size: 75%;
	color: #FFFEF5;
}
@media screen and (max-width:768px) {
#footer.area {
	padding: 20px;
}
#footer .logo img {

    max-width: 40%;
    margin: 0 0 10px;

}}


/* area01
-------------------------------------------------------*/
#area01 {
    position: relative;
}
#area01.area {
	padding: 100px 0 20px;
}
#area01 .bg01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 60%;
}
#area01 .bg01 img {
    max-width: 949px;
    margin: 70% 0 0;
}
#area01 .bg02 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    max-width: 80%;
}
#area01 .bg02 img {
    max-width: 1216px;
    margin: 0 0 0 120%;
}
#area01 .main_txt {
    background: #fff;
    padding: 40px;
    width: 50%;
    margin: 0 0 100px auto;
    position: relative;
    z-index: 10;
    /*box-shadow:0px 0px 3px 1px #cecece;*/
    border: 1px solid #eee;
}
#area01 .main_txt .logo {
    text-align: center;
    margin: 0 0 40px;
}
#area01 .main_txt .logo img {
    max-width: 220px;
}
#area01 .main_txt .txt_box {
    margin: 0 0 40px;
}
#area01 .main_txt .btn_contact {
   margin: 0 auto;
}
#area01 .main_txt .sns {
    justify-content: center;
    margin: 30px 0 0;
}
#area01 .detail {
    position: relative;
    z-index: 10;
}
#area01 .detail {
    padding: 0 0 200px;
}
#area01 .detail .cont {
    width: 60%;
    background: #fff;
    padding: 30px;
    /*box-shadow:0px 0px 3px 1px #cecece;*/
    border: 1px solid #eee;
}
#area01 .detail .cont:not(:last-child) {
    margin: 0 0 50px;
}
#area01 .detail .cont .cont_ttl .img {
    margin: 0 0 30px;
    background: rgba(235,97,0,0.7);
    padding: 10px 20px;
}
#area01 .detail .cont.next .img img {
    max-width: 391px;
}
#area01 .detail .cont.next .ttl {
    font-size: 180%;
    font-weight: 500;
}
#area01 .detail .cont.next .date {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 110%;
    text-align: right;
}
#area01 .next .sum {
    margin: 0 0 20px;
}
#area01 .info {
   
}
#area01 .info .txt {
    margin: 0 0 30px;
}
#area01 .info .txt.none_info {
    margin: 0;
}
#area01 .info dl {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
#area01 .info dl:not(:last-child) {
    margin: 0 0 10px;
}
#area01 .info dl dt {
    font-weight: 500;
    width: 10%;
}
#area01 .info dl dd {
    width: 90%;
}
#area01 .detail .cont.backnum {
}
#area01 .detail .cont.backnum .img {
}
#area01 .detail .cont.backnum .img img {
    max-width: 131px;
}
#area01 .detail .cont.backnum ul li.bn:not(:last-child) {
    border-bottom: 1px solid #2d2d35;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
#area01 .detail .cont.backnum ul li .aco_btn {
	position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
#area01 .detail .cont.backnum ul li .aco_btn {
    cursor: pointer;
}
#area01 .detail .cont.backnum ul li .aco_btn .sum {
    margin: 0 10px 0 0;
}
#area01 .detail .cont.backnum ul li .aco_btn .sum img {
    max-width: 50px;
}
#area01 .detail .cont.backnum ul li .aco_btn .ttl {
    font-size: 150%;
    font-weight: 500;
}
#area01 .detail .cont.backnum ul li .aco_btn .date {
    font-weight: 500;
    font-size: 90%;
    padding: 0 0 0 10px;
}
#area01 .detail .cont.backnum ul li .aco_btn .btn {
    position: absolute;
    top:10px;
    bottom:-10px;
    right: 10px;
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
}
#area01 .detail .cont.backnum ul li .aco_btn .btn span {
    background: rgba(235,97,0,0.7);
    width: 20px;
    height: 2px;
    display: block;
}
#area01 .detail .cont.backnum ul li .aco_btn .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
#area01 .detail .cont.backnum ul li .aco_btn.open .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}
#area01 .detail .cont.backnum ul li .aco_btn:hover {
    opacity: .7;
}
#area01 .detail .cont.backnum ul li .aco_btn span {
    margin-right: 20px;
}
#area01 .detail .cont.backnum ul li .aco_box {
    padding: 20px 0 0;
}
#area01 .red {
    color: #a72936;
    font-weight: 500;
    margin: 0 0 20px;
    font-size: 110%;
}
#area01 .slide{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
#area01 .slide li {
    width: 32%;
}
#area01 .slide li:nth-child(-n+3) {margin: 0 0 2%;}
@media screen and (max-width:768px) {
    #area01 {
        margin: 0 0 100px;
    }
    #area01.area {
        padding: 0 20px 20px;
    }
    #area01 .bg01 {
        top: -70px;
        max-width: 80%;
    }
    #area01 .bg01 img {
        margin: 140% 0 0;
    }
    #area01 .bg02 img {
        margin: 0 0 0 460%;
    }
    #area01 .main_txt .logo img {
        max-width: 60%;
    }
    #area01 .main_txt {
        padding: 20px;
        width: 100%;
        margin: 70px 0 50px;
        box-sizing: border-box;
        background: rgba(255,255,255,0.9);
    }

    #area01 .detail {
        padding: 0;
    }
    #area01 .detail .cont {
        width: 100%;
        padding: 20px;
        margin: 0 0 60px;
        box-sizing: border-box;
    }
    #area01 .detail .cont01 .cont_ttl {
        padding: 10px;
    }
    #area01 .detail .cont02 .cont_ttl img {
        max-width: 40%;
    }
    #area01 .bg03 {
        position: absolute;
        top: 480px;
        right: 0;
        z-index: 0;
        max-width: 60%;
    }
    #area01 .bg03 img {
        max-width: 805px;
    }
    #area01 .bg04 {
        position: absolute;
        top: 860px;
        left: 0;
        z-index: 0;
        max-width: 60%;
    }
    #area01 .bg04 img {
        max-width: 558px;
    }
    #area01 .detail .cont {
        background: rgba(255,255,255,0.8);
    }
    #area01 .detail .cont .cont_ttl .img {
        margin: 0 0 20px;
    }
    #area01 .info dl dt {
        width: 20%;
    }
    #area01 .info dl dd {
        width: 80%;
    }
    #area01 .detail .cont.backnum .img img {
        max-width: 140px;
    }
    #area01 .detail .cont.backnum ul li .aco_btn {
        flex-flow: column;
        align-items: center;
        justify-content:center;
    }
    #area01 .detail .cont.backnum ul li .aco_btn .sum {
        margin: 0 0 10px;
    }
    #area01 .detail .cont.backnum ul li .aco_btn .btn {
        top: -60px;
    }
    #area01 .slide li:nth-child(-n+4) {
        margin: 0 0 3%;
    }
    #area01 .slide li {
        width: 48%;
    }
    #area01 .detail .cont.backnum ul li .aco_btn .ttl {
        text-align: center;
    }

}


/* area02
-------------------------------------------------------*/
#area02 {
    position: relative;
}
#area02.area {
	padding: 30px 20px 200px;
}
#area02 .main_ttl {
    position: relative;
    z-index: 10;
    margin: 30px 0 70px;
}
#area02 .main_ttl img {
    max-width: 625px;
}
#area02 .main_txt {
    background: #fff;
    padding: 40px;
    width: 50%;
    margin: 100px auto 100px 0;
    position: relative;
    z-index: 10;
    /*box-shadow:0px 0px 3px 1px #cecece;*/
    border: 1px solid #eee;
}
#area02 .main_txt .jp {
	margin: 0 0 40px;
}
#area02 .main_txt .sns {
	justify-content: center;
}
#area02 .bg01 {
    position: absolute;
    top: -0;
    right: 0;
    z-index: 0;
    max-width: 90%;
}
#area02 .bg01 img {
    max-width: 1137px;
    margin: 150% 0 0;
}
#area02 .bg02 {
    position: absolute;
    z-index: -1;
    bottom: 200px;
    left: 0;
    max-width: 80%;
}
#area02 .bg02 img {
    max-width: 1216px;
    
}
#area02 .detail {
	padding: 0 0 200px;
}
#area02 .detail {
    position: relative;
    z-index: 10;
}
#area02 .detail .cont {
    width: 60%;
    background: #fff;
    padding: 30px;
    /*box-shadow:0px 0px 3px 1px #cecece;*/
    border: 1px solid #eee;
}
#area02 .detail .cont .sum {
    margin: 0 0 20px;
}
#area02 .detail .cont01 {
    margin: 0 0 0 auto;
}
#area02 .detail .cont_ttl {
    margin: 0 0 30px;
    background: rgba(235,97,0,0.7);
    padding: 10px 10px 10px 20px;
}
#area02 .detail .cont01 .cont_ttl {
	text-align: right;
	padding: 10px 20px 10px 10px;
}
#area02 .detail .cont01 .cont_ttl img {
    max-width: 227px;
}
#area02 .detail .cont02 {
    margin: 0 0 0 auto;
}
#area02 .detail .cont02 .cont_ttl img {
    max-width: 387px;
}
#area02 .detail .cont01 .txt_box {

}
#area02 .detail .date {
	border: 1px solid #2d2d35;
	padding: 20px;
    margin: 30px 0 0;
}
#area02 .detail .date_box .ttl {
	font-weight: 500;
}
#area02 .detail .date_box .txt {
	margin: 0 0 20px;
}
#area02 .detail .date_box .txt.last {
	margin: 0 0 10px;
}
#area02 .detail .box {
	border: 1px solid #2d2d35;
	padding: 20px;
	margin: 20px;
	background: #fff;
}
#area02 .detail .cont01 .txt_box .first{
    margin: 0 0 10px;
}
.btn_b.first {
	margin: 0 0 20px!important;
}
#area02 .caution {
    margin: 0 0 20px;
}
#area02 .readmore .wrap:first-child {
    margin: 0 0 20px;
}
#area02 .readmore .ttl {
    font-weight: 500;
}
@media screen and (max-width:768px) {
    #area02.area {
        padding: 30px 20px 0;
    }
    #area02 .main_txt {
        width: 100%;
        margin: 50px 0;
        box-sizing: border-box;
        padding: 20px;
        background: rgba(255,255,255,0.9);
    }
    #area02 .main_ttl {
        margin: 30px 0 50px;
    }
    #area02 .detail {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        padding: 0 0 100px;
    }
    #area02 .detail .cont01 {
        margin: 0 0 60px;
    }
    #area02 .detail .cont01 .txt_box {
        margin: 0;
    }
    #area02 .detail .cont {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        background: rgba(255,255,255,0.9);
    }
    #area02 .detail .cont_ttl {
        padding: 10px;
    }
    #area02 .detail .cont01 .cont_ttl img {
        max-width: 60%;
    }
    #area02 .detail .cont02 {
        margin: 0;
    }
    #area02 .bg01 img {
        margin: 450% 0 0;
    }
    #area02 .bg03 {
        position: absolute;
        z-index: -1;
        top: 14%;
        left: 0;
        max-width: 80%;
    }
    #area02 .bg03 img {
        max-width: 1216px;
    }
    #area02 .bg04 {
        position: absolute;
        z-index: -1;
        top: 53%;
        right: 0;
        max-width: 80%;
    }
    #area02 .bg04 img {
        max-width: 700px;
        margin: 0 0 0 750%;
    }
}


/* area03
-------------------------------------------------------*/
#area03 {
    background: url( "../img/area03_bg.png")no-repeat center/ cover;
    background-attachment: fixed;
	z-index: 5;
}
#area03 .inner {
    background: #fff;
    padding: 100px 30px 30px;
}
#area03.area {
    padding: 100px 20px;
}
#area03 .main_ttl {
	text-align: center;
    background: #fff;
}
#area03 .main_ttl img {
    max-width: 800px;
}
#area03 .txt_box {
    text-align: center;
    margin: 100px 0;
}
#area03 .back_num .more {
    text-align: center;
    background: rgba(235,97,0,0.7);
    padding: 10px;
    margin: 0 0 20px;
}
#area03 .back_num .more img {
    max-width: 213px;
}
#area03 .back_num ul li {
    text-align: center;
}
#area03 .back_num ul li .ttl {
    font-size: 120%;
    font-weight: 500;
}

@media screen and (max-width:768px) {
    #area03 {
        background: url( "../img/area03_bg.png")no-repeat center/ cover;
        background-attachment: inherit;
    }
    #area03.area {
        padding: 40px;
    }
    #area03 .inner {
        padding: 50px 20px;
    }
    #area03 .main_ttl {
        padding: 0;
    }
    #area03 .txt_box {
        margin: 40px 0;
    }
    #area03 .cont_box {
        padding: 20px;
    }
    #area03 .back_num .more img {
        max-width: 140px;
    }
    #area03 .back_num ul li .ttl {
        font-size: 110%;
    }
}


/* #area04
-------------------------------------------------------*/
#area04.area {
    padding: 100px 20px;
}
#area04 .inner {
    background: url("../img/area04_bg.png")no-repeat right/cover;
}
#area04 .ttl {
    padding: 70px 30px;
}
#area04 .ttl:hover {
    opacity: 0.7;
    cursor: pointer;
}
#area04 .ttl img {
    max-width: 313px;
}
#area04 .txt_box {
    padding: 0 30px 70px;
}
#area04 .txt_box .jp {
    width: 50%;
}
#area04 .txt_box .name {
    font-size: 110%;
    font-weight: 400;
    margin: 0 0 20px;
}
#area04 .ttl {
    position: relative;
}
#area04 .aco_btn span.aco_btn {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 370px;
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
}
#area04 .aco_btn span.aco_btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
#area04 .aco_btn.open .aco_btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}

#area04 .aco_btn span.aco_btn span {
    background: #2d2d35;
    width: 20px;
    height: 2px;
    display: block;
}
@media screen and (max-width:768px) {
#area04.area {
    padding: 40px 20px;
}

#area04 .inner {
    background: #c8cbcd;
}
#area04 .ttl {
    padding: 30px;
    text-align: left;
    background: url("../img/aboutme_sp.png")no-repeat right;
}
#area04 .ttl img {
    max-width: 70%;
}
#area04 .txt_box .jp {
    width: 100%;
}
#area04 .txt_box {
    padding: 0 30px 30px;
}
}
@media screen and (max-width:375px) {
#area04 .aco_btn span.aco_btn {
    left: 240px;
}
}

/*メニュースライドここから*/

#menu li {
	z-index: 9999;
	cursor: pointer;
	position:fixed;
	top: 20%;
	right: -450px;
	width: 350px;
	overflow: hidden;/*不要かも*/
	height: 25px;
}

#menu li:nth-child(2) {top: 30%;}
#menu li:nth-child(3) {top: 40%;}
#menu li:nth-child(4) {top: 50%;}
#menu li:last-child {top: 60%;}

#menu li a {
	display: block;
}

/*//メニュースライドここまで*/
.txt_to_web {
    margin: 30px 0 10px;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 20px 0 0;
    font-weight: 500;
}
.btn_website a {
    color: #ffff00;
    font-size: 160%;
    display: flex;
    width: 150px;
    height: 50px;
    background: #6666ff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
}


/* 20201013 */
#area01 .aco_box .mb20 {
    margin: 0 0 20px;
}
#area01 .btn_contact {
    text-align: center;
    margin: 0 auto;
}

/* 20201027 */
#area02 .main_txt .logo {
	text-align: center;
	margin: 0 0 40px;
}
#area02 .main_txt .logo img {
    max-width: 220px;
}
#area03 h2.logo {
	text-align: center;
}
#area03 h2.logo img {
    max-width: 220px;
}
#area03 .txt_box {
    margin: 30px 0 0;
}
@media screen and (max-width:768px) {
	#area01 .main_txt .logo img {
		max-width: 175px;
	}
	#area02 .main_txt .logo img {
		max-width: 175px;
	}
	#area03 h2.logo img {
		max-width: 175px;
	}
}

/* 20220215 */
#area01 iframe {
	margin: 0 0 30px;
}
#area02 .bg02 {
  bottom: 350px;
}
#area02 .bg01 img {
  max-width: 1137px;
  margin: 110% 0 0;
}
#area03 .inner {
	padding: 50px 30px;
	max-width: 700px;
}
#area03 video {
	width: 100%;
	margin: 40px 0 0;
}
@media screen and (max-width:768px) {
	#area01 .detail .cont.backnum .img img {
	  max-width: 100px;
	}
	#area01 iframe {
		height: 200px;
		margin: 0 0 20px;
	}
	#area02 .bg01 img {
	  margin: 430% 0 0;
	}
	#area03.area {
	  padding: 40px 20px;
	}
	#area03 .inner {
		padding: 20px;
	}
	#area03 video {
		margin: 30px 0 0;
	}
	#area03 .txt_box {
	  margin: 30px 0 0;
	}
	#area01 .main_txt .txt_box {
	  margin: 0 0 30px;
	}
	#area01 .main_txt .logo {
	  margin: 0 0 30px;
	}
	#area02 .main_txt .logo {
	  margin: 0 0 30px;
	}
}

/* renew */
#area01.area,#area02.area {
	padding: 150px 20px!important;
}
#area01 {
	background: url("../img/area01_bg01.png")no-repeat left top/60% auto;
}
#area01 .detail {
  padding: 0;
}
#area01 .main_txt {
	margin: 0 0 50px auto;
}
#area02 {
	background: url("../img/area02_bg01.png")no-repeat right top/60% auto;
}
#area02 .main_txt {
	margin: 0 auto 50px 0;
}
#area02 .detail {
  padding: 0;
}
@media screen and (max-width:768px) {
	#area01.area,#area02.area {
		padding: 40px 20px!important;
	}
	#area01 {
		background: url("../img/area01_bg01.png")no-repeat left top/80% auto;
		margin: 0;
	}
	#area01 .detail {
	  padding: 0;
	}
	#area01 .detail .cont {
		margin: 0;
	}
	#area01 .main_txt {
		margin: 0 0 30px;
	}
	#area02 {
		background: url("../img/area02_bg01.png")no-repeat right top/85% auto;
	}
	#area02 .main_txt {
		margin: 0 0 30px;
	}
}

/* yokan */
#yokan .inner {
	background: url("../img/yokan_img.png")no-repeat right top/334px 456px;
}
#yokan.area {
	padding: 0 20px 150px;
}
#yokan .main_txt {
  background: #fff;
  padding: 40px;
  width: 50%;
  position: relative;
  z-index: 10;
  border: 1px solid #eee;
}
#yokan .main_txt .logo {
	text-align: center;
	margin: 0 0 40px;
}
#yokan .main_txt .logo img {
	max-width: 220px;
}
#yokan .main_txt .address {
	border-left: 1px solid #2d2d35;
	padding: 10px 0 10px 20px;
	margin: 0 0 20px;
}
#yokan .btn_contact {
	margin: 20px auto 0;
}
#yokan .btn_contact.coming_soon {
	background: #a3a3a3;
	margin: 40px auto 0;
}
#yokan .coming_soon a {
	position: relative;
}
#yokan .coming_soon a::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/coming_soon.png")no-repeat center/89px 13px;
	top: -20px;
	right: 50%;
	width: 89px;
	height: 13px;
	color: #a3a3a3;
	transform: translate(50%,0);
	font-size: 90%;
}
#yokan .coming_soon a:hover {
	opacity: 1;
}
#yokan .sns {
	justify-content: center;
	margin: 30px 0 0;
}
@media screen and (max-width:768px) {
	#yokan .inner {
		background: url("../img/yokan_img.png")no-repeat center/334px 456px;
	}
	#yokan.area {
		padding: 40px 20px;
	}
	#yokan .main_txt {
		background: rgba(255,255,255,0.9);	padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	#yokan .main_txt .logo {
		margin: 0 0 30px;
	}
	#yokan .main_txt .logo img {
		max-width: 175px;
	}
	#yokan .main_txt .address {
		border-left: 1px solid #2d2d35;
		padding: 10px 0 10px 20px;
		margin: 0 0 20px;
	}
	#yokan .btn_contact {
		margin: 20px auto 0;
	}
	#yokan .btn_contact.coming_soon {
		background: #a3a3a3;
		margin: 40px auto 0;
	}
	#yokan .coming_soon a {
		position: relative;
	}
	#yokan .coming_soon a::before {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/coming_soon.png")no-repeat center/89px 13px;
		top: -20px;
		right: 50%;
		width: 89px;
		height: 13px;
		color: #a3a3a3;
		transform: translate(50%,0);
		font-size: 90%;
	}
	#yokan .coming_soon a:hover {
		opacity: 1;
	}
	#yokan .sns {
		justify-content: center;
	}
}