@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@300;400;500;600;700&family=RocknRoll+One&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: break-all;
}

#okiza{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body #okiza{
	color: #040000;
	font-family: 'Noto Sans JP', sans-serif;
}

#okiza a{
	text-decoration: none;
}

#okiza a:hover{
	opacity: 0.8;
}

#okiza p,#okiza li{
	font-size:16px;
	line-height:1.9;
}

#okiza .sp{
	display: none;
}


/*-----------------------トップ画像-----------------------*/

#okiza .wrapper{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#okiza .top_bg{
	background-image: url("../images/all_bg.png");
	background-repeat: repeat;
	width: 100%;
	padding-bottom: 100px;
}

#okiza .top_bg2{
	background-image: url("../images/all_bg.png");
	background-repeat: repeat;
	width: 100%;
	padding-bottom: 100px;
	padding-top: 100px;
}

#okiza #top_block{
	border-top: solid 100px #006bb5;
	border-bottom: solid 100px #006bb5;
	background-image: url("../images/top_cloud_bg.png");
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 100px;
}

#okiza #top_block p{
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}

#okiza #top_block h1{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}



/*-----------------------左右のイラスト-----------------------*/

#illust01{
	background-image: url("../images/illust_child01.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	left:-250px;
	top: 150px;
}

#illust02{
	background-image: url("../images/illust_child02.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	right:-250px;
	top: 450px;
}

#illust03{
	background-image: url("../images/illust_child03.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	left:-250px;
	top: 750px;
}

#illust04{
	background-image: url("../images/illust_child04.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	right:-250px;
	top: 1050px;
}

#illust05{
	background-image: url("../images/illust_child05.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	left:-250px;
	top: 1350px;
}

#illust06{
	background-image: url("../images/illust_child06.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	right:-250px;
	top: 1650px;
}

#illust07{
	background-image: url("../images/illust_child07.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	left:-250px;
	top: 1950px;
}

#illust08{
	background-image: url("../images/illust_child08.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	right:-250px;
	top: 2250px;
}


/*-----------------------ショルダー部分-----------------------*/


#okiza #head_ttl{
	background-color: #006bb5;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	text-align: center;
	font-family: 'RocknRoll One', sans-serif;
	padding: 20px;
	margin-bottom: 5px;
}

#okiza #head_ttl h2{
	color: #fcdd21;
	font-size: 36px;
}

#okiza #head_under{
	background-color: #fff;
	padding: 20px 60px;
	margin-bottom: 100px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

#okiza .head_under_block{
	border-right: dotted 2px #006bb5;
	padding-right: 15px;
	padding-left: 15px;
	width: 33%;
}

#okiza .head_under_block:first-child{
	padding-left: 0px;
}

#okiza .head_under_block:last-child{
	border-right:none;
	padding-right: 0px;
}

#okiza .head_under_block h3{
	color: #006bb5;
	font-size: 24px;
	font-family: 'RocknRoll One', sans-serif;
	margin-bottom: 10px;
}

#okiza .head_number{
	font-family: 'Anton', sans-serif;
	font-size: 80px;
	line-height: 1.2;
	color: #afd0eb;
}




/*-----------------------各コンテンツ-----------------------*/

#okiza .contents{
	background-color: #fff;
	padding: 100px 60px 60px;
	border-radius:30px;
	position: relative;
	margin-bottom: 100px;
}

#okiza .contents::before{
	background-color: #006bb5;
	width: 100%;
	height: 70px;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

#okiza .contents::after{
	background-image: url("../images/frame.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 113px;
	content: "";
	position: absolute;
	top: -60px;
	left: 0px;
}

#okiza .contents h2,#okiza .w_contents h2{
	font-family: 'RocknRoll One', sans-serif;
	color: #104aa8;
	font-size: 36px;
	text-align: center;
	background:linear-gradient(transparent 60%, #fcdd21 40%);
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

#okiza #product_image{
	margin-top: -30px;
}

#okiza #product_image img{
	width: 100%;
}

#okiza #check_image{
	border-bottom: solid 1px #000;
	padding-bottom: 30px;
	text-align: center;
	margin-bottom: 30px;
}

#okiza #check_image img{
	width: 60%;
}

#okiza #check_under{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#okiza #check_under th{
	color: #006bb5;
	font-size: 27px;
	font-weight: 600;
	margin-right: 20px;
	vertical-align: middle;
	padding-right: 20px;
	width: 20%;
}

#okiza #check_under td{
	font-size: 24px;
	font-weight: 600;
}

#okiza .w_contents{
	background-color: #fff;
	padding: 60px;
	border-radius:30px;
	position: relative;
	margin-bottom: 100px;
}

#okiza .w_contents table{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#okiza .w_contents tr{
	background-color: #dcf3fb;
	
}

#okiza .w_contents tr:nth-child(even){
	background-color: #d2e2fb;
}

#okiza .w_contents th{
	padding: 20px 40px;
	font-size: 24px;
	font-weight: 600;
}

#okiza .w_contents td{
	padding: 20px 40px;
	font-size: 24px;
	font-weight: 500;
}





/*-----------------------最下段-----------------------*/

#white_bg{
	padding-top: 100px;
}

#white_bg h2{
	font-family: 'RocknRoll One', sans-serif;
	color: #104aa8;
	font-size: 36px;
	text-align: center;
	background:linear-gradient(transparent 60%, #fcdd21 40%);
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

#white_bg th{
	background-color: #29a7e1;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 15px;
	vertical-align: middle;
}

#white_bg th:first-child{
	width: 20%;
}

#white_bg th:nth-child(4){
	width: 20%;
}

#white_bg table{
	width: 100%;
	vertical-align: middle;
}

#white_bg td{
	padding: 15px;
	font-size: 18px;
	vertical-align: middle;
}

#white_bg tr{
	background-color: #ddeaf7;
}

#white_bg tr:nth-child(odd){
	background-color: #f0f0f0;
}

#white_bg .blue_block{
	background-color: #bfe0f7;
}


/*付属品/作業時間目安*/

.accessory {
    margin: 0 auto;
    width: 100%;
}

.table_header {
    background-color: #29a7e1;
}

.table_header th {
    padding: 10px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3rem;
    color: #fff;
}

.accessory td {
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    vertical-align:middle
}

.accessory tr:nth-child(even) td {
	background: #f0f0f0;
}

.accessory tr:nth-child(odd) td {
	background: #ddeaf7;
}

.accessory .accessory_name {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    vertical-align:middle
}


.working_hours p {
    
}



/*仕様*/

.spec {
    margin: 0 auto;
    width: 100%;
}

.spec td {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align:middle
}


.spec tr:nth-child(even) td {
	background: #ddeaf7;
}

.spec tr:nth-child(odd) td {
	background: #f0f0f0;
}


/*お問い合わせボタン*/

.contact_btn {
    margin: 0 auto;
    width: 100%;
    padding: 50px;
}

.background_btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: 'RocknRoll One', sans-serif;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    max-width: 500px;
    background-color: #104aa8;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.3s;
    letter-spacing: 0.1rem;
    padding: 25px;
}




/*-----------------------オプション-----------------------*/

#op_main{
	border-bottom: solid 1px #333;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#okiza .contents dl{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#okiza .contents dt{
	display: inline-block;
	color: #006bb5;
	font-size: 24px;
	font-weight: 600;
	margin-right: 30px;
}

#okiza .contents dd{
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	margin-right: 100px;
}

#okiza .contents dd:last-child{
	margin-right: 0px;
}

.okiza_movie{
	margin-bottom: 80px;
	cursor: pointer;
}

.okiza_movie:hover{
	opacity: 0.8;
}

.okiza_movie img{
	width: 100%;
}