@charset "UTF-8";
/* CSS Document */

/*===============================================
●style.css 画面の横幅が668px以上
===============================================*/
@media print, screen and (min-width: 668px){

    html, body{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	min-width: 1300px;
}
    
    .body_wrapper {
	clear: both;
	margin: 0px auto;
        overflow: hidden;
}

	a:hover {
		opacity:0.5;
	}
    

html{
	min-width: 1600px;
}
body {
	position: relative;
	padding: 0;
	margin: 0;
	/*min-width:960px;*/
    /*font-family: 'Noto Sans Japanese';*/
}
	

.pcnone {
	display: none !important;
}

	

	.main_content {
    width: 960px !important;
    margin-right: auto;
    margin-left: auto;
        position: relative;
}
    a.scroll_icon {
    bottom: calc(10% + 150px);
    }
    .header_wrapper .right {
        position: relative;
    }
    footer {
        background-color: #0b3190;
        padding: 30px 0px;
    }
.footer_content {
	width: 1080px;
	margin: 0px auto;
}
    
    footer .wrapper {
        float: left;
    }
    footer .footer_content > ul > li {
        display: inline-block;
        vertical-align: top;
    }
    footer p, footer a {
        color: #fff;
        font-size: 15px;
        line-height: 25px;
    }
    footer p.title {
        padding: 5px 0px 5px 20px;
        margin: 0px;
        position: relative;
        line-height: 1;
        font-weight: 600;
    }
    footer .copyright {
        font-size: 13px;
        color: #fff;
    }
    footer .footer_content > ul {
        margin: 0px;
        vertical-align: top;
    }
    footer .footer_content > ul ul {
        margin: 14px 0px 0px 0px;
        padding: 0px;
    }
    footer .footer_content > ul ul li {
        list-style: none;
    }
    footer .footer_content > ul ul li a {
        text-decoration: none;
    }
    footer .footer_content > ul > li {
        margin-left: 20px;
    }

    footer .footer_content > ul li p {
        margin: 0px;
    }
    footer .footer_content > ul li p a {
        background-image: url("../images/common/circle01.png");
        background-repeat: no-repeat;
        padding: 0px 0px 0px 20px;
        background-position: center left;
        background-size: 15px auto;
        text-decoration: none;
    }
    footer p.title:before {
        position: absolute;
        display: block;
        height: 100%;
        left: 0px;
        top: 0px;
        content: "";
        border-left: 6px solid #fff;
	/* border-radius */
border-radius: 9999px;
-moz-border-radius: 9999px;
-webkit-border-radius: 9999px;
-o-border-radius: 9999px;
-ms-border-radius: 9999px;
    }
    
.main_content > .wrapper {
	width: 1000px;
	padding: 40px 40px;
}

	.w50per {
	width: 50%;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
	
	

header {
	margin: 0px 0px 0px 0px auto;
}

	.sub_menu_wrapper {
    background-color: #00bada !important;
	}
.header_wrapper .sub_menu {
	width: 960px;
    line-height: 1;
	text-align: right;
    font-size: 0;
    margin: 0px auto 0px auto !important;
    padding: 0px 0px 0px 0px !important;
}


.header_wrapper .sub_menu li {
    list-style: none;
    line-height: 1 !important;
    font-size: 0;
    margin-left: 20px;
    display: inline-block;
}

.header_wrapper .sub_menu li:last-child {
    margin-right: 0px;
}
.header_wrapper .sub_menu li a {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    margin: 0px 0px 0px 0px !important;
    text-decoration: none;
	background-image: url("../images/common/arrows01.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}
ul#impression {
    padding: 0px;
    margin: 20px 0px 30px 0px;
    line-height: 1;
    font-size: 0;
}
    
ul#impression li {
    list-style: none;
    display: inline-block;
}

ul#impression li:first-child {
    margin-right: 20px;
}


.header_wrapper .right ul li {
    list-style: none;
    vertical-align: middle;
    display: inline-block;
    margin-left: 30px;
}
.header_wrapper .right ul li p {
    text-align: right;
    color: #00a73c;
    font-size: 14px;
    line-height: 1 !important;
    vertical-align: middle;
    margin: 5px 0px 0px 0px;
}

.header_wrapper .right ul li span {
    border: solid 1px #00a73c;
    color: #00a73c;
    font-size: 10px;
    line-height: 1 !important;
    padding: 2px 16px;
    display: inline-block;
    margin: -1px 5px 0px 0px;
	/* border-radius */
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px;
    vertical-align: top;
}
.header_wrapper .logo {
    float: left;
    line-height: 1;
    margin: 55px 0px 0px 50px;
	display: table;
}
.header_wrapper .logo a {
	display: table-cell;
	vertical-align: middle;
    text-decoration: none;
	}
.header_wrapper .logo p {
	display: table-cell;
	vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    }
    .header_wrapper a.privacy {
    float: right;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        padding: 10px;
    background-image: url("../images/common/triangle001.png");
        background-position: center left 10px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 5px 6px;
    }
nav {
    float: right;
    margin: 26px 50px 0px 0px;
}
nav ul {
    padding-left: 0px;
    margin: 0px;
}
nav li {
    /*float: right;*/
    margin-right: 0px;
    list-style: none;
    font-size: 0px;
    line-height: 1;
}
nav li:last-child {
    margin-right: 0px;
}
nav li a {
    background-image: url("../images/common/triangle001.png");
    background-repeat: no-repeat;
    padding-left: 10px;
    background-size: 5px 6px;
    background-position: center left;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

nav li a:hover {
    
}




  



.content h1 img {
    display: block;
    text-align: center;
    margin: 0px auto;
}







    header .right {
        margin-top: 25px;
    }

/*.sub_title {
    color: #fff;
	background-image: url("../images/common/subtitle_bg.png");
	background-position: center top;
	background-size: 100%;
    font-size: 20px;
    margin: 30px 0px 30px 0px;
	padding: 5px 10px;
}*/
    .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: auto !important;
    
    }
    
    .header_wrapper {
}
    .main .content_wrapper > .content {
        padding: 60px 0px;
    }
    .main .content_wrapper > .op_top{
        padding-top: 25px !important;
    }
    #contact02 .content_wrapper, #contact03 .content_wrapper {
        padding: 0px 0px;
    }
    #contact02 .main_content, #contact03 .main_content {
        width: 900px !important;
    }
    .content_wrapper#movie {
        padding-bottom: 0px;
    }
    .content_wrapper#contact {
        padding-top: 0px;
    }
    body:not(.single-gallery):not(.single-ba) .content_wrapper > .content {
        width: 1080px;
        text-align: center;
        margin: 0 auto;
    }
    .single-gallery .content_wrapper > .content, .single-ba .content_wrapper > .content {
        width: 1080px;
        margin: 0 auto;
    }
    
#movie .catch {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0px 30px 0px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    }
#movie .catch + p {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    }

    
   
    
   
    
    #form th, #form td {
    border: 1px solid #00bada;
}
    #form th {
    background-color: #f2fbfd;
    width: 35%;
}
    
    /*フォーム*/
       
.lower.form form table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.lower.form form th {
	width: 210px;
	padding: 10px 20px 10px 20px;
	padding-bottom: 10px;
	border: solid 1px #bfbfbf;
	vertical-align: middle;
	background-color: #e5e5e5;
    }
.lower.form form td {
    background-color: #fff;
	vertical-align: middle;
	padding: 10px 20px 10px 20px;
	border: solid 1px #bfbfbf;
	padding-bottom: 10px;
}
   
    
    
.lower.form form td input[type=text]:not(.number) {
	height: 25px;
    font-size: 16px;
    line-height: 130%;
    padding: 5px 10px;
	width: 80%;
        border: solid 1px #bfbfbf;
}
.lower.form form td input.number[type=text] {
	height: 25px;
    font-size: 16px;
    line-height: 130%;
    margin-right: 10px;
    padding: 5px 10px;
        border: solid 1px #bfbfbf;
    }
.lower.form form td input.number[type=text]:last-child {
    margin-right: 0px;
    }
    .lower.form form td textarea {
	height: 200px;
	width: 100%;
        border: solid 1px #bfbfbf;
}
.lower.form form input[type=button] {
	margin: 5px;
}
    .lower.form form th span {
        color: #fff;
        font-size: 14px;
        line-height: 130%;
        padding: 1px 7px;
        vertical-align: top;
        font-weight: normal;
        position: relative;
        top: 2px;
        margin-left: 6px;
    background-color: #00a73c;
	/* border-radius */
border-radius: 999px;
-moz-border-radius: 999px;
-webkit-border-radius: 999px;
-o-border-radius: 999px;
-ms-border-radius: 999px;
        display: inline-block;
    }
.lower.form form #confirm {
	border: none;
	width: 160px;
	height: 50px;
    background-color: #00a73c;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.lower.form form #send {
	border: none;
	width: 160px;
	height: 50px;
    background-color: #00a73c;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.lower.form form #back {
	border: none;
	width: 160px;
	height: 50px;
    background-color: #00a73c;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
    /*フォーム*/
    
    
   
    
   
    
    
    
   h1 {
		color: #fff;
       margin: 0px auto 0px 0px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
       width: 0;
       height: 0;
    }
    .lower .content_wrapper:nth-child(1) {
        background-image: url(../images/common/bg_02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 500px 250px;
    }
    .lower h2.title {
        background-image: url("../images/common/lower_title_bg.jpg");
        background-size: cover;
        font-size: 35px;
        color: #fff;
        margin: 0px;
    height: 200px;
    width: 100%;
    }
    .lower h2.title > .wrapper {
        width: 1080px;
        margin: 0px auto;
    display: table;
        height: 100%;
    }
    .lower h2.title > .wrapper .wrapper {
    display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .lower h2.title span {
        font-size: 15px;
        display: block;
        color: #fff;
    }
    
	
    
    
    #point {
        background-color: #0b3190;
        
        background-image: url("../images/common/bg_04.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 500px 250px;
    }
   
    #voice {
        padding-bottom: 90px;
    }
    #point li {
        background-color: #fff;
        width: 340px;
        display: inline-block;
        padding: 30px 30px 30px 30px;
        letter-spacing: normal; /* 文字間を元に戻す */
        vertical-align: top;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
	/* border-radius */
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
    }
    #point li:nth-child(1),#point li:nth-child(2),#point li:nth-child(3) {
        margin-bottom: 30px;
    }
    #point li:nth-child(2),#point li:nth-child(5) {
        margin-right: 30px;
        margin-left: 30px;
    }
    #point ul {
        padding: 0px;
        text-align: left;
        letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
        margin: 0px;
        display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
    #point ul h2 {
        line-height: 1;
        font-size: 0;
    }
    
    
    


	
	


    
   
	
	header .right .button:hover {
		background-position: center bottom;
	}

	
#form .text {
    margin: 30px 0px 30px 0px;
    }
    #form .text + .align_center {
        line-height: 1;
        font-size: 0px;
    }
    #form .confirm_button {
        background-image: url("../images/common/confirm_button.png");
        border: none;
        width: 300px;
        height: 60px;
        background-position: center top;
        background-repeat: no-repeat;
    }
    #form .confirm_button:hover {
        background-position: center bottom;
    }
	
   
    
  

    #shop tbody th img {
    margin-left: 10px;
}
    #form td input {
    font-size: 16px;
    padding: 3px;
}
    #form th span {
    padding: 3px 10px;
    margin-right: 10px;
}
    #form .text p {
    text-align: center;
}
    
    #about .left img {
        margin: 0px 30px 10px 0px;
    }
    
    .re {
        position: relative;
    }
    #point .content.re > .ab:nth-child(1) {
        left: -185px;
    }
     #point .content.re > .ab:nth-child(2) {
        right: -185px;
    }
     #point li:nth-child(6) .ab {
         right: -150px;
         top: 30px;
    }
    #point .catch {
        text-align: center;
        font-size: 21px;
        line-height: 28px;
        font-weight: bold;
    }
    
    
    #point p:not(.catch) {
        font-size: 14px;
        line-height: 20px;
    }
    #point p:last-child {
        margin-bottom: 0px;
    }
    #price p.line {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        background-image: url("../images/common/line01.png"), url("../images/common/line01.png");
        background-repeat: no-repeat, no-repeat;
        background-position: left top, left bottom;
        margin: 50px 0px 0px 0px;
        padding: 20px 0;
    }
    #voice ul {
        letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
        padding: 0px;
        margin: 0px;
        display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
    .home #voice li {
        display: inline-block;
        width: 225px;
        letter-spacing: normal; /* 文字間を元に戻す */
        margin-right: 20px;
        vertical-align: top;
        position: relative;
    }
    
    #faq #voice ul {
        width: 960px;
        margin: 0px auto;
    }
    #faq #voice li {
        width: 100%;
        letter-spacing: normal; /* 文字間を元に戻す */
        list-style: none;
    }
    #faq #voice .text {
        display: table;
        height: 100%;
        margin-top: 70px;
        vertical-align: middle;
    }
    #faq #voice li:nth-child(odd) .text {
        margin-right: 100px;
    }
    #faq #voice li:nth-child(even) .text {
        margin-left: 100px;
    }
    #faq #voice li:first-child .wrapper {
        margin-top: 0px !important;
    }
    #faq #voice li img {
        transition: 0.5s;
    }
    #faq #voice li img:hover {
        transform: scale(1.1, 1.1);
    }
    #faq #voice li:nth-child(odd) .wrapper {
        float: left;
        margin-right: 60px;
        overflow: hidden;
    }
    #faq #voice li:nth-child(1) .wrapper {
        margin-top: -100px;
        overflow: hidden;
    }
    #faq #voice li:nth-child(even) .wrapper {
        margin-top: -100px;
        overflow: hidden;
    }
    #faq #voice li:nth-child(even) .wrapper {
        float: right;
        margin-left: 60px;
    }
#voice li .text + p {
        bottom: -46px;
        width: 100%;
        padding: 5px 10px;
    }
    #voice li:last-child {
        margin-right: 0px;
    }
    .home #voice li p {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }
    #voice .info p {
    font-size: 15px;
    }
    #voice .attribute {
        background-color: #0b3190;
        color: #fff;
        text-align: center;
        width: 200px;
        font-weight: 500;
        display: inline-block;
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 15px 0px;
    font-size: 15px;
        font-weight: 500;
        
    bottom: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    
    
    #contact th,#contact td {
        font-size: 18px;
    }
    
    #contact th {
        /*text-align: right;
        padding-right: 30px;*/
        width: 280px;
    }
    #contact th span {
        background-color: #062d92;
        color: #fff;
        padding: 0px 10px 2px 10px;
        margin-right: 10px;
        font-size: 12px;
	/* border-radius */
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
    }
    #contact td {
        padding: 10px 0px;
    }
    
    #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #062d92;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #062d92;
}
    
    #contact input[type="submit"], #contact input[type="button"] {
        background-color: #062d92;
        color: #fff;
        border: none;
        font-size: 16px;
        width: 300px;
        height: 50px;
        font-weight: bold;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
    }
    .wpcf7c-btn-back {
        margin-right: 20px;
    }
    
    #contact .tel {
        background-color: #cfd7ea;
        text-align: center;
        padding: 30px 0px;
        margin-bottom: 40px;
    }
    #contact .tel .wrapper {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    #contact .tel p {
        display: table-cell;
        vertical-align: middle;
        font-size: 20px;
        text-align: left;
        white-space: nowrap;
        width: 10px;
        padding-right: 20px;
    }
    #contact .tel img {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
    
    #company ul li .title {
        width: 120px;
    }
    
    #company ul li {
        margin-bottom: 10px;
        font-size: 18px;
    }
    
    #company ul li p span {
        width: 70px;
        margin: 0px 10px 10px 0px;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
    }
    #company ul li p:not(.title) {
        padding-left: 20px;
    }
    #company ul li .title {
        font-weight: bold;
    }
    /*#contact .content, #contact02 .content, #contact03 .content {
        width: 960px;
	
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
        padding: 30px 29px 50px 29px;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
    }*/
    
    #contact03 form input[type=submit], #contact03 form input[type=button], #contact03 input[type=submit], #contact03 input[type=button] {
    display: inline-block;
    margin-top: 10px;
    content: "";
    font-size: 120%;
    width: 30%;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 2% 0px 2% 0px;
    background-color: #062d92;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
    #contact03 form th {
        width: 35%;
        background-color: #cfd7ea;
    }
    #contact03 form th, #contact03 form td {
    border: 1px solid #b4c0de;
        padding: 2% 10px;
    }
    .formTable {
    margin-bottom: 20px;
}
    body:not(.single-gallery):not(.single-ba) .center_button02 a {
    font-size: 16px;
    line-height: 130%;
    padding: 10px 20px 10px 20px;
    background-position: left 15px center;
    background-size: 3%;
}
    body.single-gallery .center_button02 a, body.single-ba .center_button02 a {
    font-size: 160%;
    line-height: 130%;
        font-weight: 500;
        padding: 10px 50px 14px 50px;
    background-position: left 15px center;
    background-size: 3%;
}
    
    .center_button, .center_button02, body:not(.single-gallery):not(.single-ba) .center_button02 {
    margin: 10px 0px 10px 0px;
}
    body.single-gallery .center_button02, body.single-ba .center_button02 {
    margin: 30px 0px 30px 0px;
    }
    .main_visual {
        margin-bottom: 30px;
    }
    
    .home:not(.postid-1) .top_menu {
  background-image: url("../images/index/main_visual.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
       height: calc(100vh - 210px);
    position: relative;/*←相対位置*/
        
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
    }
    
    .course_banner {
        background-color: #000 !important;
        padding: 30px;
        position: absolute !important;
        width: 100%;
        bottom: 0px;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
            overflow-x: scroll;
    }
    .course_banner ul {
        margin: 0px auto;
        text-align: center;
        padding: 0;
        line-height: 1;
        font-size: 0;
        letter-spacing: -4em;
        white-space: nowrap;
    }
    .course_banner li {
        letter-spacing: normal;
        list-style: none;
        display: inline-block;
        margin-right: 20px;
        white-space:normal; /* なくても大丈夫nowrapでも */
    }
    .course_banner li:last-child {
        margin-right: 30px;
    }
    .campaign {
        margin-top: 210px;
        background-color: #0b3190;
        text-align: center;
        background-image: url("../images/common/bg_01.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 500px 250px;
    }
    .home .about {
        background-image: url("../images/common/bg_02.png");
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 500px 250px;
    }
    .home #portfolio {
        background-color: #eee;
        z-index: 0;
        background-image: url("../images/common/bg_03.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 500px 250px;
    }
    .sub_title .wrapper {
        text-align: center;
        position: relative;
        line-height: 1;
    font-size: 0;
        margin-bottom: 20px;
    }
    h2.sub_title {
        margin: 0px 0px 60px 0px;
    }
    .sub_title .wrapper span {
        font-size: 13px;
        color: #8598c7;
        display: inline-block;
        margin: 0px auto;
        text-align: center;
        background-color: #eee;
        padding: 0px 20px;
        top: 0;
        position: relative;
        z-index: 3;
    }
    .sub_title .wrapper:before {
        position: absolute;
        border-top: 1px solid #8598c7;
        width: 100%;
        top: 6px;
        content: "";
        display: block;
    }
    .content_wrapper:nth-of-type(6) .sub_title .wrapper span {
        color: #fff;
        background-color: #0A318F;
    }
    .content_wrapper:nth-of-type(6) .sub_title .wrapper:before {
        border-top: 1px solid #fff;
    }
    .content_wrapper:nth-of-type(6) h2.sub_title span {
        color: #fff !important;
    }
    
    .content_wrapper:nth-of-type(7) .sub_title .wrapper span {
        color: #0b3190;
        background-color: #fff;
    }
    .content_wrapper:nth-of-type(7) .sub_title .wrapper:before {
        border-top: 1px solid #0b3190;
    }
    .content_wrapper:nth-of-type(7) h2.sub_title {
        color: #0b3190;
    }
    
    
    
    .sub_title span:nth-child(2) {
        text-align: center;
        display: block;
        font-size: 30px;
    }
    .home #portfolio a.more {
        margin-top: 60px;
        display: inline-block;
        font-size: 20px;
        text-decoration: none;
        border: 1px #222222 solid;
        padding: 20px 75px 22px 65px;
        line-height: 1;
        font-weight: 600;
	/* border-radius */
border-radius: 9999px;
-moz-border-radius: 9999px;
-webkit-border-radius: 9999px;
-o-border-radius: 9999px;
-ms-border-radius: 9999px;
        background-image: url("../images/common/arrow01.png");
        background-position: center right 30px;
        background-repeat: no-repeat;
        background-size: 12px 20px;
        transition: 0.5s;
    }
    .home #portfolio a.more:hover {
        transform: scale(1.1, 1.1);
    }
    .home #portfolio ul {
        padding: 0px;
        margin: 0px;
        letter-spacing: -4em;
        /*font-size: 0;*/
        line-height: 1;
        display: -webkit-flex;
    }
    .home #portfolio li {
        letter-spacing: normal;
        margin-right: 20px;
        display: inline-block;
        position: relative;
    }
    .home #portfolio li img {
        transition: 0.5s;
        z-index: 2;
        position: relative;
        object-fit: cover;
    height: 100%;
    }
    
    .home #portfolio li:hover img {
        transform: scale(1.1, 1.1);
    }
    .home #portfolio li .wrapper {
        overflow: hidden;
        width: 255px;
        height: 255px;
    }
    
    .home #portfolio li:before {
        width: 255px;
        height: 255px;
        content: "";
        position: absolute;
        background-color: #fff;
        border: 1px solid #8598c7;
        right: -10px;
        bottom: -10px;
    }
    .home #portfolio li:last-child {
        margin: 0px;
    }
    
    #pay {
        background-color: #eee;
        padding: 0;
    }
    #pay .content {
        padding-top: 60px;
        height: 420px;
        background-image: url("../images/common/pay_bg.png");
        background-size: auto 480px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    #pay .content p {
        margin: 0px 0px 0px 0px;
        font-size: 30px;
        font-weight: 800;
    }
    .home #access ul.detail {
        margin: 0px 0px 60px 0px;
        background-color: #eeeeee;
        padding: 30px;
	/* border-radius */
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
    }
    .home #access ul.detail li {
        display: table;
        margin: 0px 0px 20px 0px;
    }
    .home #access ul.detail li:last-child {
        margin-bottom: 0px;
    }
    .home #access ul.detail li p {
        display: table-cell;
    }
    .home #access ul.detail li p span {
        background-color: #0b3190;
        color: #fff;
        width: 50px;
        text-align: center;
        font-weight: 500;
        line-height: 1;
        padding: 3px 0px 5px 0px;
        display: inline-block;
        margin: 5px 10px 5px 0px;
	/* border-radius */
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
    }
    .home #access ul.detail li p span:last-child {
        margin-bottom: 0px;
    }
    .home #access ul.detail li p.title {
        font-weight: 600;
    }
    .home #access ul.detail li p:first-child {
        width: 150px;
    }
    .home #calender {
        background-color: #fff;
        background-image: url("../images/common/bg_03.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 500px 250px;
        
    }
    .home #about {
        background-color: #fff;
        background-image: url(../images/common/bg_02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 500px 250px;
    }
    .home #access a {
        color: #0b3190;
        font-weight: 600;
        text-decoration: none;
    }
   .home #about .content > .wrapper {
        padding: 30px 0px 0px 380px;
       height: 560px;
       background-image: url("../images/index/image01.png");
       background-size: 50% auto;
       background-repeat: no-repeat;
       background-position: left center;
      /* margin-bottom: 60px;*/
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
    }
   .home #about .content .wrapper h2 {
       font-style: italic;
       color: #0b3190;
       font-weight: 800;
        font-size: 40px;
        line-height: 60px;
       margin: 00px 0px 0px 0px;
       text-shadow:0px 0px 10px #fff;
    }
   .home #about .content .wrapper h3 {
       font-weight: 800;
        font-size: 25px;
        line-height: 35px;
       text-shadow:0px 0px 10px #fff;
    }
   .home #about .content .wrapper p {
        font-size: 16px;
    line-height: 22px;
       text-shadow:0px 0px 10px #fff;
    }
    a.scroll_icon {
    margin-left: -30px;
}
    
    .lower .top_menu {
        background-color: #0b3190;
        padding-bottom: 55px;
    }
    
    #gallery .content > ul .wrapper, .post-type-archive-gallery .content > ul .wrapper {
        overflow: hidden;
        position: relative;
        line-height: 1;
        font-size: 0;
        height: 250px;
    }
    .post-type-archive-ba .content > ul .wrapper {
        overflow: hidden;
        position: relative;
        line-height: 1;
        font-size: 0;
    }
    .post-type-archive-ba .content > ul .wrapper a {
        text-decoration: none;
    }
    #gallery .content > ul .wrapper:before, .post-type-archive-gallery .content > ul .wrapper:before, .post-type-archive-ba .content > ul .wrapper:before {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 999;
        background-size: contain;
        background-repeat: no-repeat;
        height: 25px;
        line-height: 1;
        font-size: 0;
    display:inline-block;
    }
    .post-type-archive-ba .content > ul .wrapper:before {
        height: 30px !important;
    }
    #gallery .content > ul .crystal .wrapper:before, .post-type-archive-gallery .content > ul .crystal .wrapper:before {
        content: url("../images/gallery/crystal_logo_transparent.png");
        background-image: url("../images/gallery/crystal_logo.png");
        width: 40.738%;
    }
    .post-type-archive-ba .content > ul .crystal .wrapper:before {
    content: url(../images/gallery/crystal_logo_transparent.png);
    background-image: url(../images/gallery/crystal_logo.png);
    width: 16.275%;
}
    #gallery .content > ul .diamond .wrapper:before, .post-type-archive-gallery .content > ul .diamond .wrapper:before {
        content: url("../images/gallery/diamond_logo_transparent.png");
        background-image: url("../images/gallery/diamond_logo.png");
        width: 37.795%;
    }
    .post-type-archive-ba .content > ul .diamond .wrapper:before {
        content: url("../images/gallery/diamond_logo_transparent.png");
        background-image: url("../images/gallery/diamond_logo.png");
        width: 15.148%;
    }
    #gallery .content > ul .wdiamond .wrapper:before, .post-type-archive-gallery .content > ul .wdiamond .wrapper:before {
        content: url("../images/gallery/wdiamond_logo_transparent.png");
        background-image: url("../images/gallery/wdiamond_logo.png");
        width: 37.795%;
    }
    .post-type-archive-ba .content > ul .wdiamond .wrapper:before {
        content: url("../images/gallery/wdiamond_logo_transparent.png");
        background-image: url("../images/gallery/wdiamond_logo.png");
        width: 15.148%;
    }
    #gallery .content > ul .ex .wrapper:before, .post-type-archive-gallery .content > ul .ex .wrapper:before {
        content: url("../images/gallery/ex_logo_transparent.png");
        background-image: url("../images/gallery/ex_logo.png");
        width: 34.853%;
    }
    .post-type-archive-ba .content > ul .ex .wrapper:before {
        content: url("../images/gallery/ex_logo_transparent.png");
        background-image: url("../images/gallery/ex_logo.png");
        width: 13.922%;
    }
    #gallery .content > ul .wrapper img, .post-type-archive-gallery .content > ul .wrapper img {
        transition: 0.5s;
        object-fit: cover;
    height: 100%;
    }
    .post-type-archive-ba .content > ul .wrapper img, .single-ba .ba_image img {
        transition: 0.5s;
        object-fit: cover;
    height: 100%;
        width: 480px;
    }
    #gallery .content > ul .wrapper img:hover, .post-type-archive-gallery .content > ul .wrapper img:hover, .post-type-archive-ba .content > ul .wrapper img:hover, .single-ba .content > ul .wrapper img:hover {
        transform: scale(1.1, 1.1);
    }
    #gallery .content_wrapper .content ul, .post-type-archive-gallery .content_wrapper .content ul, .post-type-archive-ba .content_wrapper .content ul {
        margin: 0px;
        padding: 0px;
        letter-spacing: -4em;
        text-align: left !important;
    }
    #gallery .content_wrapper .content ul ul > li, .post-type-archive-gallery .content_wrapper .content ul ul > li {
        list-style: none;
        display: table;
        letter-spacing: normal;
        margin-bottom: 5px;
    }
    .post-type-archive-ba .content_wrapper .content ul ul > li {
    list-style: none;
    display: inline-block;
    letter-spacing: normal;
    margin-right: 10px;
    vertical-align: top;
}
    #gallery .content_wrapper .content .info span, .post-type-archive-gallery .content_wrapper .content .info span, .post-type-archive-ba .content_wrapper .content .info span {
        display: table-cell;
        font-weight: 500;
    }
    #gallery .content_wrapper .content .info span:nth-child(1), .post-type-archive-gallery .content_wrapper .content .info span:nth-child(1), .post-type-archive-ba .content_wrapper .content .info span:nth-child(1)  {
        background-color: #0b3190;
        color: #fff;
        width: 85px;
        text-align: center;
        padding: 0px 0px 0px 0px;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1;
    }
    /*.image_wrapper:after {
        width: 40px;
        height: 40px;
        background-image: url("../images/common/ba_arrow.png");
        content: "";
        display: block;
        right: -50px;
        top: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
        z-index: 9999;
    }*/
    
    #gallery .content_wrapper .content .info span:nth-child(2), .post-type-archive-gallery .content_wrapper .content .info span:nth-child(2), .post-type-archive-ba .content_wrapper .content .info span:nth-child(2)  {
        font-size: 15px;
        padding-left: 10px;
    }
    #gallery .content_wrapper .content ul li:nth-child(3n), .post-type-archive-gallery .content_wrapper .content ul li:nth-child(3n) {
        margin: 0px;
    }
    #gallery .content_wrapper .content > ul >li, .post-type-archive-gallery .content_wrapper .content > ul >li {
        list-style: none;
        display: inline-block;
        letter-spacing: normal;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 340px;
    }
    .post-type-archive-ba .content_wrapper .content > ul >li {
        list-style: none;
        display: inline-block;
        letter-spacing: normal;
        margin-bottom: 30px;
        width: 1080px;
        background-color: #eeeeee;
        padding: 30px;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
    }
    .post-type-archive-ba .content_wrapper .content .before, .post-type-archive-ba .content_wrapper .content .after {
        display: inline-block;
    }
    .post-type-archive-ba .content_wrapper .content .before h3, .single-ba .content_wrapper .content .before h3 {
        background-color: #ced6e9;
    }
    .post-type-archive-ba .content_wrapper .content .before h3 span:nth-child(1), .single-ba .content_wrapper .content .before h3 span:nth-child(1) {
        font-size: 20px;
        color: #0b3190;
        line-height: 0em;
    }
    .post-type-archive-ba .content_wrapper .content .before h3 span:nth-child(2), .single-ba .content_wrapper .content .before h3 span:nth-child(2) {
        color: #0b3190;
        vertical-align: middle;
    }
    .post-type-archive-ba .content_wrapper .content h3, .single-ba .ba_image h3 {
        height: 60px;
    display: table;
    width: 100%;
        margin: 0;
    }
    .post-type-archive-ba .content_wrapper .content .after h3 span:nth-child(1), .single-ba .content_wrapper .content .after h3 span:nth-child(1) {
        font-size: 35px;
        color: #fff;
        line-height: 0em;
    }
    .post-type-archive-ba .content_wrapper .content h3 span:nth-child(2), .single-ba .content_wrapper .content h3 span:nth-child(2) {
        color: #fff;
        vertical-align: middle;
            padding-left: 5px;
    }
    .post-type-archive-ba .content_wrapper .content h3 .title_wrapper, .single-ba .content_wrapper .content h3 .title_wrapper {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        padding: 0 20px;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
    }
    .post-type-archive-ba .content_wrapper .content h3 span, .single-ba .content_wrapper .content h3 span {
        display: table-cell;
        vertical-align: middle;
    }
    .post-type-archive-ba .crystal .after h3, .single-ba .crystal .after h3 {
        background-color: #1ba8d8;
    }
    .post-type-archive-ba .diamond .after h3, .single-ba .diamond .after h3 {
            background-color: #a6903d;
    }
    .post-type-archive-ba .wdiamond .after h3, .single-ba .wdiamond .after h3 {
        background-color: #0060ac;
    }
    .post-type-archive-ba .ex .after h3, .single-ba .ex .after h3 {
        background-color: #bc0a20;
    }
     .post-type-archive-ba .others .after h3, .single-ba .others .after h3 {
        background-color: #0b3190;
    }
    .post-type-archive-ba .content_wrapper .content h3 span, .single-ba .content_wrapper .content h3 span {
        font-size: 15px;
    }
    .ba_image {
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
        
        background-image: url("../images/common/ba_arrow.png");
        background-repeat: no-repeat;
        background-position: top calc(50% + 30px) center;
        background-size: 40px auto;
}
    .post-type-archive-ba .to_detail a {
    padding: 2.0% 7% 3% 0%;
}
    
    #gallery ul .info, .post-type-archive-gallery ul .info {
        background-color: #eeeeee;
        padding: 10px;
    }
    .post-type-archive-ba ul .info {
        display: flex;
    justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    .post-type-archive-ba .content_wrapper .content ul {
        display: inline-block;
        vertical-align: middle;
    }
    .post-type-archive-ba p.to_detail {
        display: inline-block;
        width: 14em !important;
        vertical-align: middle;
        margin-top: 0 !important;
    padding: 0.3em 0% 0.5em 0%;
}



    
    
    .lower .content_wrapper:nth-child(odd) .sub_title .wrapper span {
        color: #0b3190 !important;;
        background-color: #fff !important;;
    }
    .lower .content_wrapper:nth-child(odd) .sub_title .wrapper:before {
        border-top: 1px solid #0b3190 !important;
    }
    .lower .content_wrapper:nth-child(odd) h2.sub_title {
        color: #0b3190 !important;
    }
    .lower .content_wrapper:nth-child(even) {
    background-color: #eee;
    z-index: 0;
    background-image: url("../images/common/bg_02.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 500px 250px;
}
    .lower .content_wrapper#pay {
        background-image: none !important;
    }
    .anchor {
        width: 100% !important;
    }
    #faq .anchor ul, .post-type-archive-gallery .anchor ul, .post-type-archive-ba .anchor ul {
    padding: 50px 0px 20px 0px;
    line-height: 1;
    font-size: 0;
        width: 1080px;
}
#faq .anchor ul li, .post-type-archive-gallery .anchor ul li, .post-type-archive-ba .anchor ul li {
    margin-right: 30px;
    margin-bottom: 30px;
}
#faq .anchor ul li:last-child, .post-type-archive-gallery .anchor ul li:nth-child(3n), .post-type-archive-gallery .anchor ul li:last-child, .post-type-archive-ba .anchor ul li:nth-child(3n), .post-type-archive-ba .anchor ul li:last-child {
    margin-right: 0;
    }
#faq .anchor ul li a, .post-type-archive-gallery .anchor ul li a, .post-type-archive-ba .anchor ul li a {
    background-position: center bottom 20px;
    background-size: 5% auto;
    width: 340px;
    height: 85px;
    padding-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
    #option .anchor ul {
    padding: 50px 0px 40px 0px;
    line-height: 1;
    font-size: 0;
}
    #option .anchor ul {
        width: 1080px;
    }
    #option .anchor ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #option .anchor ul li:nth-child(5n) {
        margin-right: 0px;
    }
    #option .anchor ul li a {
    background-position: center bottom 8px;
    background-size: 6% auto;
    width: 208px;
    height: 65px;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
	/* border-radius */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
    
    
	.faq dt h3:before {
        background-size: 3% auto;
        
}
    
#price .menu.wrapper > .wrapper {
    padding-right: 370px;
}
    
#price .menu.wrapper.crystal {
    background-image: url("../images/price/crystal_image.png"),url("../images/price/crystal_keeper_bg.png");
}
    #option .menu.wrapper {
    background-image: url("../images/price/crystal_keeper_bg.png");
        margin-bottom: 30px;
        background-size: cover;
}
    #option .menu.wrapper.option10 {
        margin-bottom: 0px;
    }
    #price .menu.wrapper.fresh {
    background-image: url("../images/price/fresh_image.png"),url("../images/price/fresh_keeper_bg.png");
}
#price .menu.wrapper.diamond {
    /*background-image: url("../images/price/diamond_image.png"),url("../images/price/diamond_keeper_bg.png");*/
    background-image: url("../images/price/diamond_keeper_bg.png");
    background-size: cover;
}
#price .menu.wrapper.diamond2 {
    background-image: url("../images/price/diamond2_image.png"),url("../images/price/diamond2_keeper_bg.png");
}
#price .menu.wrapper.iron {
    background-image: url("../images/price/iron_image.png"),url("../images/price/iron_keeper_bg.png");
}
#price .menu.wrapper.wdiamond {
    /*background-image: url("../images/price/wdiamond_image.png"),url("../images/price/wdiamond_keeper_bg.png");*/
    background-image: url("../images/price/wdiamond_keeper_bg.png");
    background-size: cover;
}   
    #price .menu.wrapper.ecoplusdiamond {
    /*background-image: url("../images/price/ecoplusdiamond_image.png"),url("../images/price/ecoplusdiamond_keeper_bg.png");*/
    background-image: url("../images/price/ecoplusdiamond_keeper_bg.png");
    background-size: cover;
}   
    
#price .menu.wrapper.exkeeper {
    background-image: url("../images/price/ex_image.png"),url("../images/price/ex_keeper_bg.png");
}
 
    .single-gallery .menu.wrapper.ex, .single-ba .menu.wrapper.ex {
    background-image: url("../images/price/ex_keeper_bg.png");
}
    
    .single-gallery .menu.wrapper.crystal, .single-ba .menu.wrapper.crystal {
    background-image: url("../images/price/crystal_keeper_bg.png");
}
    
.single-gallery .menu.wrapper.diamond, .single-ba .menu.wrapper.diamond {
    background-image: url("../images/price/diamond_keeper_bg.png");
}

.single-gallery .menu.wrapper.diamond2, .single-ba .menu.wrapper.diamond2 {
    background-image: url("../images/price/diamond2_keeper_bg.png");
}

.single-gallery .menu.wrapper.wdiamond, .single-ba .menu.wrapper.wdiamond {
    background-image: url("../images/price/wdiamond_keeper_bg.png");
}
    
#price .menu.wrapper, #option .menu.wrapper, .single-gallery .menu.wrapper, .single-ba .menu.wrapper {
    padding: 30px;
    }
    #option .menu.wrapper .right {
        width:  670px;
    }
    
#price .menu.wrapper ul.feature li {
    width: 320px;
    display: inline-block;
}
    .single-gallery .menu.wrapper ul.info li, .single-ba .menu.wrapper ul.info li {
    width: 330px;
    display: inline-block;
}
    
    #option .menu.wrapper.option01 ul.point li {
    width: 320px;
    }
    #option .menu.wrapper.option02 ul.point li {
    width: 196px;
        margin-right: 10px;
    }
    
    #option .menu.wrapper.option00 ul.point01 li {
    width: 240px;
        margin-right: 20px;
    }
    #option .menu.wrapper.option00 ul.point02 li {
    width: 500px;
        margin-right: 20px;
    }
    #option .menu.wrapper.option02 ul.point li:nth-child(4) h4 {
        font-size: 95%;
        line-height: 100%;
    }
    #option .category {
        /*color: #0096db;*/
        font-size: 120%;
        padding: 0px 0px 3px 10px;
        border-left: #0096db solid 10px;
    }
    #option .menu.wrapper.option02 ul.point li:last-child,#option .menu.wrapper.option00 ul.point01 li:last-child,#option .menu.wrapper.option00 ul.point02 li:last-child {
        margin-right: 0px;
    }
    #option .menu.wrapper.option00 ul.point02 li .ab {
        font-size: 100%;
        top: 15px;
        left: 20px;
    }
    #option .menu.wrapper ul.point, #option .menu.wrapper ul.point01,#option .menu.wrapper ul.point02 {
        margin-top: 30px;
    }
    img.menu_logo {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
    }
    .single-gallery .menu.wrapper h3.sub_title02, .single-ba .menu.wrapper h3.sub_title02 {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        margin: 0px 0px 6px 10px;
        line-height: 1;
    }
    .car_name {
        letter-spacing: -4em;
        margin-bottom: 30px;
    }
    
#price .menu.wrapper ul.feature li:nth-child(2), #option .menu.wrapper.option01 ul.point li:nth-child(2) {
    margin: 0px 30px;
}
    .single-gallery .menu.wrapper ul.info li:nth-child(2), .single-ba .menu.wrapper ul.info li:nth-child(2) {
    margin: 0px 15px;
}
    .single-gallery .menu.wrapper ul.info li span:nth-child(2), .single-ba .menu.wrapper ul.info li span:nth-child(2) {
    display: table;
    width: 100%;
    font-size: 120%;
    font-weight: 700;
    line-height: 130%;
    padding: 2% 0px;
}
    
#price .menu.wrapper h3.sub_title, #option .menu.wrapper h3.sub_title, .single-gallery .menu.wrapper h4.sub_title, .single-ba .menu.wrapper h4.sub_title {
    padding: 0.6% 10px 1% 10px;
    margin: 3.5% 0px 2% 0px;
}
    .single-gallery h4.sub_title, .single-ba h4.sub_title {
        font-size: 18.7px;
    }
    
#price .menu.wrapper .box .sub_title {
    width: 45%;
        padding: 0 10px;
}
#price .menu.wrapper .box .wrapper {
    padding: 3% 20px 3% 0px;
}
    #price .menu.wrapper .box .wrapper {
    padding: 3% 20px 3% 20px;
}
 #price ul.menu_anchor {
    margin: 0 auto;
    width: 980px;
}   
#price .menu.wrapper p.title {
    padding: 1% 10px;
}
#price .menu.wrapper h3 span:nth-child(1) span, #option .menu.wrapper h3 span:nth-child(1) span {
    font-size: 80%;
    padding: 0.5% 10px;
}
    #price ul.menu_anchor li:nth-child(2) {
    margin: 0px 0px;
}
    #price .menu.wrapper.ecoplusdiamond h3 span:nth-child(2), .single-gallery .menu.wrapper.ecoplusdiamond h3.sub_title02, .single-ba .menu.wrapper.ecoplusdiamond h3.sub_title02 {
    color: #1eaa39;
    font-weight: 800;
    -webkit-transform:scale(0.9,1);
-moz-transform:scale(0.9,1);
-ms-transform:scale(0.9,1);
-o-transform:scale(0.9,1);
transform:scale(0.9,1);
    -moz-transform-origin: 0px 0px;
-webkit-transform-origin: 0px 0px;
-o-transform-origin: 0px 0px;
-ms-transform-origin: 0px 0px;
transform-origin: 0px 0px;
    white-space: nowrap;
    display: table-cell;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}


#price .menu.wrapper table {
    width: 100%;
}
#price .logo-big{
    width: 200px;
    height: auto !important;    
}


.ls_05{
    letter-spacing: -0.5px;
}
    
    #contact td input {
        padding: 7px 5px;
    }
    
    .button_wrapper .button {
        display: inline-block;
    }
    .monthly-prev-next a , .monthly-prev-next span {
	/* border-radius */
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
    }
    .home .content_wrapper > .content {
    padding: 60px 0px 60px 0px;
}
    .home #reservation {
    padding: 0px 0px 60px 0px !important;
    }
    .content-form fieldset {
    border: 1px solid #0b3190 !important;
    width: 100% !important;
    padding: 10px 30px 30px 30px !important;
    line-height: 1 !important;
        margin: 0 0 30px 0 !important;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
    .content-form th {
        padding: 10px 20px 10px 20px !important;
        background-color: #e6eaf4;
        border: 1px solid #8598c7 !important;
}
    .content-form td {
        padding: 10px 20px 10px 20px !important;
        border: 1px solid #8598c7 !important;
}
    
    .content-text {
    width: 50% !important;
    }
    textarea.content-text {
    width: 100% !important;
        height: 200px;
    }
    #booking-confirm-fieldset td[colspan] {
        color: #fff;
        font-size: 120%;
        background-color: #0b3190;
        border: 1px solid #0b3190 !important;
    }
span.required {
        float: left;
    background-color: #0b3190;
    padding: 3px 10px 5px 10px !important;
    color: #fff !important;
    font-size: 70%;
    font-weight: 500;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
        
    }
    .content-form p.note {
        font-size: 110% !important;
        margin: 10px 0px;
    }
    .home.postid-1 #about {
        padding: 60px 0px;
    }
    #reservation .common_contact ul, #contact .common_contact ul {
        margin: 0px 0px 5% 0px;
    }
    .common_contact ul {
        letter-spacing: -4em;
        padding: 0;
        margin: 5% 0% 0% 0%;
        display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
    .common_contact p.title {
        text-align: center;
        background-color: #0b3190;
        color: #fff;
        font-size: 130%;
        padding: 0.5% 0px 1%;
        font-weight: 500;
        margin: 0px;
    }
    .common_contact li {
        background-color: #eeeeee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
        overflow: hidden;
        
    height: 100%;
    }
    #faq .common_contact li {
        background-color: #fff !important;
    }
    .common_contact p {
        text-align: center;
    }
    .common_contact li.common_mail {
        letter-spacing: normal;
        display: inline-block;
        width: 530px;
        margin-right: 20px;
    }
    .common_contact dd {
        padding: 3% 0px;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        margin: 0;
        display: table;
        vertical-align: middle;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
    }
    .common_contact .wrapper {
        height: 100%;
        width: 100%;
        display: table-cell;
        padding: 3% 0% 3% 0%;
        vertical-align: middle;
        text-align: center;
    }
    .common_contact li.common_mail .wrapper img {
        vertical-align: middle;
        margin-right: 10px;
    }
    .common_contact li.common_mail .wrapper p {
        text-align: center;
        width: 100%;
        vertical-align: middle;
        height: 100%;
        font-size: 130%;
        font-weight: 600;
        display: inline;
    }
    .common_contact li.common_mail .wrapper a {
        color: #0b3190;
    }
    .common_contact li.common_tel img {
        text-align: center;
        vertical-align: middle;
    }
    .common_contact .common_tel {
        letter-spacing: normal;
        display: inline-block;
        width: 530px;
    }
    #option .menu.wrapper .right .detail p {
    font-size: 15px;
    line-height: 150%;
}
    #option .menu.wrapper ul.point li h4 {
    margin: 0px 0px 0px 0px;
        vertical-align: middle;
}
#option .menu.wrapper ul.tag {
    margin-top: 20px;
    }
    .option01 ul.point {
        margin-top: 20px !important;
    }
    #option .menu.wrapper .wrapper h3 {
    margin: 0% 0px 1.5% 0px;
}
    .option_banner_top {
        display: block;
        line-height: 1;
        font-size: 0;
        /* margin-bottom: 30px; */
        margin-bottom: 200px;
    }
    .option_banner_bottom {
        display: block;
        line-height: 1;
        font-size: 0;
        /* margin: 30px 0px 0px 0px; */
        margin: 30px 0px 200px 0px;
    }
    span.new-txt {
    position: absolute;
    z-index: 999;
    background-color: #0b3190;
    color: #fff;
    font-size: 130%;
    line-height: 130%;
    padding: 1.5% 10px 2% 10px;
    right: 10px;
    bottom: 10px;
	/* border-radius */
border-radius: 9999px;
-moz-border-radius: 9999px;
-webkit-border-radius: 9999px;
-o-border-radius: 9999px;
-ms-border-radius: 9999px;
}
    .championship, .clearguard, .headlight_PF {
        margin-bottom: 30px;
    }
    .newcar {
        margin-bottom: 60px;
    }
    .slick-slide img {
        width: 1080px;
        height: auto;
        margin: 0 auto;
    }
    .menu ul.cource li {
        list-style: none;
        width: 495px;
        background-color: #fff;
    }
    .menu ul.cource li .wrapper {
        padding: 30px;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
    }
    .menu ul.cource li:first-child {
        margin-right: 30px;
    }
    .menu ul.cource li span.title {
        color: #fff;
        font-size: 130%;
        text-align: center;
        width: 100%;
        display: inline-block;
        font-weight: 600;
    padding: 0.5% 0px 1% 0px;
    }
    
    .menu ul.cource li .wrapper > p {
        margin-top: 0;
    }
    
    .menu ul.cource .iron-li{
        width: 100% !important;
        
    }    
    .menu ul.cource .ironbox{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu ul.cource .iron-tbl{
        display: flex;
        flex-direction: column;
        width: 450px;

    }
    .menu ul.cource .iron-a-img{
        width: 50%;
    }
    .menu.diamond ul.cource li span.title {
        background-color: #a6903d;
    }
    .menu.diamond2 ul.cource li span.title {
        background-color: #E766A2;
    }
    .menu.wdiamond ul.cource li span.title {
        background-color: #0060ac;
    }
    .menu.ecoplusdiamond ul.cource li span.title {
        background-color: #1eaa39;
    }
    .menu.exkeeper ul.cource li span.title {
        background-color: #bc0a20;
    }    
    .menu ul.cource {
        display: flex;
        padding: 0;
        margin: 0;
    }
    .menu ul.cource .table_wrapper {
        margin-top: 20px;
    }
    .menu ul.cource .table_wrapper th {
        /* width: 20% !important;
        font-size: 110% !important; */
        width: 14.2% !important;
        font-size: 100% !important;        
    }
    
    .menu ul.cource .table_wrapper td {
        font-size: 110% !important;
    }
    .price-info{
        display: flex;
        justify-content: space-between;
    }
    .price-red.pc{
        color:#ff0000;
    }
    .price-red.sp{
        display: none;
    }
}


@media print, screen and (min-width: 1500px){
	
	
	
	
	}
