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

body {
    box-sizing: border-box;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 400;
    font-size: 18px;
    -webkit-text-stroke-width: 0.25px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    line-height: 165%;
    background-color: #DDDDDD;
    color: #000000;
}

table {
    box-sizing: border-box;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 400;
    font-size: 18px;
    -webkit-text-stroke-width: 0.25px;
    margin: 0px;
    padding: 0px;
    line-height: 165%;
    background-color: #FFFFFF;
    color: #000000;
}

div {
    padding: 5px 0px;
}

h1 {
    margin: 15px 0px;
    padding: 0px;
    font-size: 30px;
    color: #000000;
    font-weight: 700;    
}

.main-area {
    box-sizing: border-box;
    width: 90%;
    margin: 0px;
    padding: 15px 25px;
    text-align: left;
    background-color: #FFFFFF;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.f-01 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 350%;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 200%;
    text-shadow: 
    black 2px 0px 0px, black -2px 0px 0px,
    black 0px -2px 0px, black 0px 2px 0px,
    black 2px 2px 0px, black -2px 2px 0px,
    black 2px -2px 0px, black -2px -2px 0px,
    black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px,
    black 2px 1px 0px, black -2px 1px 0px,
    black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
}

.f-02 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 150%;
    font-weight: 500;
    background-color: #000000;
    padding: 20px 0px; 
    filter:alpha(opacity=70);
    -moz-opacity: 0.7; opacity: 0.7;
}


.box01 {
    box-sizing: border-box;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 700;
    font-size: 18px;
    -webkit-text-stroke-width: 0.25px;
    text-align: center;
    margin: 15px 0px 15px 0px;
    padding: 15px 15px;
    width: 100%;
    background-color: #DDDDDD;
    color: #000000;
    border: solid 1px #000000;
}

.header {
    box-sizing: border-box;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 400;
    font-size: 16px;
    -webkit-text-stroke-width: 0px;
    margin: 0px;
    padding: 0px;
    width: 90%;
    background-color: #333333;
    color: #FFFFFF;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
}
.footer {
    box-sizing: border-box;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 400;
    font-size: 16px;
    -webkit-text-stroke-width: 0px;
    margin: 0px;
    padding: 20px 0px;
    width: 90%;
    background-color: #333333;
    color: #FFFFFF;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

h3 {
    margin-top: 15px;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    -webkit-text-stroke-width: 0.25px;
    font-size: 22px;
    font-weight: 700;
    color: #cb360d;
    
}

.i {
    margin-top: 60px;
}

.b {
    margin-right: 15px;
    padding: 10px 15px;
    background-color: #000088;
    color: #FFFFFF;
}

.i-00 {
    font-size: 26px;
    font-weight: 700;
    font-weight: bold;
    color: #000000;
}

.i-01 {
    padding: 5px 25px;
    float: right;
    font-size: 16px;
    color: #000000;
    border-radius: 25px;
    background-color: #ebebeb;
}

.i-02 {
    margin: 20px 0px 30px 0px;
    margin-left: 15px;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.i-03 {
    margin-left: 15px;
    margin-bottom: 30px;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    color: #000088;
}

.i-04 {
    margin-left: 15px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.i-05 {
    font-size: 25px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 5px;
    color: #333333;
}

.c-01 {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px;
    background: #555555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}

.c-02 {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px;
    background: #cb360d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}

input[type="button"],
textarea {
    width: 100%;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 700;
    font-size: 16px;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #000000;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    cursor: hand;
}

input[type="button"]:hover,
textarea {
    width: 100%;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 700;
    font-size: 16px;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #000000;
    -webkit-transition: all .3s;
    transition: all .3s;
}


input[type="text"],
textarea {
    width: 100%;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #aaa;
    -webkit-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #1abc9c;
    border: 1px solid #1abc9c;
}

.slct {
    width: 100%;
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #aaa;
}

.b_00 {
	display: inline-block;
    padding: 30px 0px;
	background-color: #84a98c;
    width: 100%;
	text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
    line-height: 1.7;
) ;
}


.b_00:hover {
	background: rgba(30,30,30,1);
    background-color: #000000;
	color: #FFFFFF;
	font-weight: 400;
}
.b_00::before,
.b_00::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.b_00,
.b_00::before,
.b_00::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.b_01 {
	display: inline-block;
    padding: 30px 0px;
	background-color: #333333;
    width: 100%;
	text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
) ;
}
.b_01:hover {
	background: rgba(30,30,30,1);
    background-color: #000000;
	color: #FFFFFF;
	font-weight: 400;
}
.b_01::before,
.b_01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.b_01,
.b_01::before,
.b_01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.b_02 {
	display: inline-block;
    margin: 0px;
    padding: 15px 0px;
	background-color: #000080;
    width: 100%;
	text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 18px;
	font-weight: 700;
    -webkit-text-stroke-width: 0px;
	text-decoration: none;
) ;
}

.b_02:hover {
	background: rgba(30,30,30,1);
    background-color: #000000;
	color: #FFFFFF;
	font-weight: 700;
}
.b_02::before,
.b_02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.b_02,
.b_02::before,
.b_02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.b_03 {
    display: inline-block;
    margin-left: 20px;
    padding: 10px 25px;
	background-color: #000088;
	text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 13px;
	font-weight: 400;
    -webkit-text-stroke-width: 0px;
	text-decoration: none;
    float: right;
) ;
}

.b_03:hover {
	background: rgba(30,30,30,1);
    background-color: #000000;
	color: #FFFFFF;
	font-weight: 400;
}
.b_03::before,
.b_03::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.b_03,
.b_03::before,
.b_03::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.b_04 {
    display: inline-block;
    margin-left: 20px;
    padding: 10px 25px;
	background-color: #000088;
	text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 13px;
	font-weight: 400;
    -webkit-text-stroke-width: 0px;
	text-decoration: none;
    float: right;
) ;
}

.b_04:hover {
	background: rgba(30,30,30,1);
    background-color: #000000;
	color: #FFFFFF;
	font-weight: 400;
}
.b_04::before,
.b_04::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.b_04,
.b_04::before,
.b_04::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.price {
    width: 100%;
    font-size: 85%;
}

.price td{
    padding: 15px 25px;
    border-bottom: solid 1px #999999;
}


.c {
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 700;
    -webkit-text-stroke-width: 0.5px;
    color: blue;
}

.n {
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 700;
    -webkit-text-stroke-width: 0.5px;
    color: #cb360d;
    text-align: right;
}

.o {
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-weight: 700;
    -webkit-text-stroke-width: 0.5px;
    color: #333333;
    text-align: right;
}

.m {
    font-family: 'BIZ UDPゴシック', 'M PLUS 1p light';
    font-size: 90%;
}
