@charset "euc-jp";
/* CSS Document */

body{
	background: url("../images/main-back.png") no-repeat !important;
	background-position: top center;
}

.cl {
	clear: both;
	content: "";
}

.otegaru-wrap > .page-btn {
	margin-top: 0;
	margin-bottom: 0;
}

.btn-color:link, .btn-color:visited, .btn-color:active {
	background: #e63d50;
    color: #fff !important;
    border: 3px solid #e63d50;
}

.btn-color:hover {
  background: #fff;
  color: #e63d50 !important;
}

.otegaru-wrap {
	box-sizing: border-box;
}

.otegaru-wrap section{
	margin: 0 auto;
}

.otegaru-wrap .contents-section-wrap {
	width: 1024px;
	margin: 0 auto;
}

.contents-section-title {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 50px;
	font-weight: bold;
}

.otegaru-wrap .page-head {
	margin-bottom: 0;
	padding: 48px 0;
}
/*----------------------
		main
----------------------*/

.otegaru-wrap {
	color : #555;
}

.page-wrap {
	padding: 70px 0 0!important;
}

.main-title {
	padding: 0 30px 50px;
}

.page-head {
	padding: 4	8px 0;
	
	background-size: cover no-repeat;
	padding-bottom: 70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   position: relative;
  box-sizing: border-box;
   background-position: bottom;
}

.otegaru-main-wrap {
	width: 100%;
	text-align: center;
}

.otegaru-main-wrap:before {
	position: absolute;
	width: calc(52% - 1em);
	left: 0;
	right: 50%;
	bottom: 0;
	border-bottom: 2em solid #1253a0;
	border-right: 2em solid transparent;
	display: block;
	content:" ";
}
.otegaru-main-wrap:after {
	width: calc(52% - 1em);
	position: absolute;
	left: 50%;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 2em solid #1253a0;
	border-left: 2em solid transparent;
	display: block;
	content:" ";
}

/*----------------------
	recommended
----------------------*/

.otegaru-recommended-wrap {
	background-color: #1253a0;
	color: #fff;	
	margin-top: 0;
}

.recommended-list-wrap {
	max-width: 720px;
	width: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 70px;
}

.recommended-list-item {
	font-size: 1.6em;
	margin-bottom: 20px;
}

.recommended-list-item img {
	margin-right: 10px;	
}

.recommended-bold {
	color: #ffd064;
	font-weight: bold;
}

/*----------------------
		about
----------------------*/

.otegaru-about-wrap {
	width: 100%;
	background-color: #f0f0ee;
	padding: 30px 0 5px;;
}

.about-list-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-list-item {
	background-color: #fff;
	width: 312px;
	height:auto;
	padding: 30px;
	border-radius: 10px;
}

.about-list-item-title {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.about-list-item-image {
	margin-bottom: 10px;
	text-align: center;
}

/*----------------------
		menu
----------------------*/
.menu-text {
	text-align: center;
	margin-bottom: 40px;
}

.menu-list01-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.main-menu-wrap {
	background-color: #f0f0ee;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.main-menu-list-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin: 30px auto;
}

.menu-list02-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 40px;
}

.menu-list-item-large {
	width: 490px;
	background-color: #f0f0ee;
	border-radius: 10px;
	padding: 40px 30px;
	margin-bottom: 40px;
}

.menu-list-item-btn-wrap {
	width: 230px;
	height: 50px;
	border-radius: 25px !important;
	background-color: #1253a0;
	font-weight: bold;
	border: 3px solid #1253a0;
	padding: 9px 0 !important;
	margin-top: 30px;
	color: #fff !important;
}

.otegaru-wrap > .menu-list-item-btn-wrap:link, .menu-list-item-btn-wrap:visited, .menu-list-item-btn-wrap:active {
	background: #1253a0;
    color: #fff !important;
    border: 3px solid #1253a0;
	text-decoration: none !important;
}

.menu-list-item-btn-wrap:hover {
	background: #fff;
	color: #1253a0 !important;
	text-decoration:none;
}

.menu-list-item {
	width: 315px;
	background-color: #f0f0ee;
	border-radius: 10px;
	padding: 30px 25px;
	margin-bottom: 40px;
}

.menu-list-item-title {
	font-weight: bold;
	font-size: 1.467em;
	margin: 20px 0;
}

.menu-list-item-price {
	font-size: 1.333em;
	font-weight: bold;
	margin-bottom: 20px;
}

.menu-list-item-price span {
	font-size: 15px;
}

.menu-list-item-text {
	text-align: left;
}

.main-plan-text {
	text-align: left;
	width: 70%;
}

.menu-regular-wrap {
	border: solid 5px #f0f0ee;
	border-radius: 25px;
	text-align: center;
}

.menu-regular-title {
	font-size: 1.467em;
	font-weight: bold;
	margin: 40px 0 30px;
}

.menu-regular-list-item {
	display: flex;
	text-align: left;
	margin-top: 40px;
	padding: 0 40px;
}

.menu-regular-item-image {
	margin-right: 40px;
}

.menu-regular-item-title {
	font-weight: bold;
	font-size: 1em;
	marign-bottom: 20px;
}

.menu-regular-item-title span {
	font-size: 1.375em;	
}

.menu-regular-bottom {
	margin: 30px 0 40px;
	text-align: center;
}

.menu-bottom-wrap {
	text-align: center;
	margin-bottom: 100px;
}

.menu-bottom-title {
	font-weight: bold;
	font-size: 1.4em;
	color: #1253a0;
	margin-top: 100px;
}

.otegaru-menu-wrap > .tel-inquiry {
	margin-bottom: 50px;
}

/*----------------------
		flow 
----------------------*/

.otegaru-flow-wrap {
	background-color:#f0f0ee;
	padding-bottom: 100px;
}

.flow-list-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.flow-list-item {
	background-color: #1253a0;
	border-radius: 10px;
	padding: 20px 30px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.flow-list-item-text {
	line-height: 75px;
	vertical-align:middle;
}

.flow-list-item-text-long {
	text-align: center;
}

.flow-list-item-last {
	background-color: #ffd064;
	border-radius: 10px;
	padding: 20px 30px;
	color: #555;
	font-weight: bold;
	line-height: 75px;
	vertical-align:middle;
}

.flow-list-item::after {
	content: url(../images/flow-icon.png);
	position: absolute;
		top:44px;
		right:-36px;
}

.flow-attention {
	background-color: #fff;
	padding: 30px 40px;
	margin-top: 40px;
}

.flow-attention-title {
	font-weight: bold;
	font-size: 1.875em;
	text-align: center;
}

.flow-attention li {
	list-style-type: disc;
	color: #555;
	list-style-position: inside;
	text-indent:-1.4em;
	padding-left:1em;

}

/*----------------------
		from 
----------------------*/
.contents-form-title-center {
	font-size: 2.5rem;
	color: #555555;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 70px;
    font-weight: bold;
}

.contents-flow-image {
	text-align: center;
	margin-top: 48px;
}

.contents-form-text-wrap {
	width: 900px;
	margin: 48px auto 0;
}

.contents-form-table {
	width: 900px;
	border: 1px solid #ccc;
	margin: 20px auto 0;
}
.contents-form-table th {
	width: 300px;
	color: #222;
	font-weight: bold;
	border: 1px solid #d8d8d8;
	padding: 16px;
}
.contents-form-table td {
	border-bottom: 1px solid #d8d8d8;
	padding: 16px;
}
.contents-form-table td input {
	width: 400px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 8px;
}
.contents-form-table td textarea {
	width: 500px;
	height: 200px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 8px;
}
.form-name-kanji {
	width: 300px !important;
	margin: 0 0 10px 5px;
}
.form-name-kana {
	width: 300px !important;
	margin-left: 5px;
}
.form-required {
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #ec524f;
	padding: 3px 8px;
}
.form-any {
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #666;
	padding: 3px 8px;
}

.error-message {
    color: #ec524f;
    background: url(/images/form/errorIcon.png) no-repeat left center;
    padding-left: 20px;	
	margin-bottom: 5px;
}

.contents-license-wrap {
	width: 900px;
	margin: 50px auto 0;
}
.contents-license-title {
	color: #222;
	font-size: 18px;
	font-weight: bold;
}
.contents-license-text {
    height: 175px;
    font-size: 13px;
    border: 1px solid #ccc;
    margin: 16px auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.contents-license-element {
	text-align: center;
	margin-top: 24px;
}
.form-license-accept {
	margin-right: 8px;
}
.form-license-required {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #ec524f;
	padding: 5px 8px;
	margin-left: 8px;
}

.contents-license-text #policy_common {
	padding: 12px;
}
.contents-license-text #policy_basic {
	padding: 24px;
}
.contents-license-text .clearfix,
.contents-license-text .rightFloat {
	margin: 0;
}
.contents-license-text .intro {
	margin-bottom: 24px;
}
.contents-license-text .heading {
	color: #333;
	font-weight: bold;
	margin: 16px 0 8px;
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
}
.contents-license-text .content_title {
	font-weight: bold;
	background: #e5e5e5;
	padding: 2px 0 2px 13px;
}
.contents-license-text p {
	margin-bottom: 8px;
}
.contents-license-text .space_left {
	padding-left: 13px;
}
.contents-license-text ol {
	list-style-image: none;
	list-style-position: outside;
	padding-left: 13px;
}
.contents-license-text ol li,
.contents-license-text ol.desimal li,
.contents-license-text ol.desimal_in li {
	list-style-type: decimal;
	margin-bottom: 8px;
}
.contents-license-text ol.no_desimal li {
	list-style-type: none;
}
.contents-license-text ol.disc li {
	list-style-type: disc;
}
.contents-license-text .administrator {
	margin: 40px 0 8px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
}
.contents-license-text .update_box .update {
	float: right;
}
.contents-license-text .update_box ul {
	margin-bottom: 8px;
}
.contents-license-text .update_box p {
	margin-bottom: 0px;
}

.form-send-btn {
	display: block;
	width: 460px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #e63d50;
	border: 4px solid #e63d50;
	border-radius: 50px;
	padding: 24px 0;
	margin: 50px auto 0;
}
.form-send-btn:hover {
	color: #e63d50 !important;
	background-color: #fff;
	border: 4px solid #e63d50;
}
.form-send-btn.yet,
.form-send-btn.yet:hover  {
	color: #fff !important;
	background-color: #bfbfbf !important;
	border: 4px solid #bfbfbf !important;
	cursor: default;
}

.confirm-section,
.result-section {
	margin-top: 48px;
}
.confirm-section .contents-form-btn {
	text-align: center;
	margin-top: 50px;
}
.form-modify-btn {
	display: inline-block;
	width: 250px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #ccc;
	border: 4px solid #ccc;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px ;
}
.form-modify-btn:hover {
	color: #ccc !important;
	background-color: #fff;
	border: 4px solid #ccc;
}
.form-submit-btn {
	display: inline-block;
	width: 460px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #e63d50;
	border: 4px solid #e63d50;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px;
}
.form-submit-btn:hover {
	color: #e63d50 !important;
	background-color: #fff;
	border: 4px solid #e63d50;
}

.contents-result-wrap {
	text-align: center;
	margin-top: 48px;
}
.contents-result-title {
	color: #1253a0;
	font-size: 36px;
	font-weight: bold;
}
.contents-result-text {
	margin-top: 16px;
}
.contents-top-btn {
	text-align: center;
	margin-top: 100px;
}
.top-btn {
	display: inline-block;
	width: 460px;
	color: #005bac!important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #fff;
	border: 4px solid #005bac;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px ;
}
.top-btn:hover {
	color: #fff !important;
	background-color: #005bac;
	border: 4px solid #005bac;
}



/*----------------------
		responsive 
----------------------*/

@media screen and (max-width: 640px) {
    
	.br-sp { display:none; }
	
	.contents-section-title {
		font-size:  1.5em;
		margin-bottom: 30px;
	}
	
	.otegaru-wrap .contents-section-wrap {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.page-wrap {
	padding: 0!important;
}
	.otegaru-wrap .page-head {
	margin-bottom: 0;
	padding: 10px 0;
}
	
	/*----------------------
			main
	----------------------*/
	
	.otegaru-main-wrap {
		width: 100%;
	}
	
	.otegaru-main-wrap:before {
	width: 40%;
}
	.otegaru-main-wrap:after {
	width: 60%;
}
	.otegaru-main-wrap:before {
	position: absolute;
	width: calc(52% - 1em);
	left: 0;
	right: 50%;
	bottom: 0;
	border-bottom: 2em solid #1253a0;
	border-right: 2em solid transparent;
	display: block;
	content:" ";
}
.otegaru-main-wrap:after {
	width: calc(52% - 1em);
	position: absolute;
	left: 50%;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 2em solid #1253a0;
	border-left: 2em solid transparent;
	display: block;
	content:" ";
}
	
	/*----------------------
			recommended
	----------------------*/
	
	.recommended-list-item {
		font-size: 1.2em;
		margin: 0 10px 10px;
	}
	
	.recommended-list-item img {
		width: 22px;
		height: 22px;
	}
		
	.recommended-list-wrap li {
		list-style-position: inside;
		text-indent:-1.4em;
		padding-left:1em;
	}
	
	
	/*----------------------
			 about
	----------------------*/
	
	.about-list-item {
		width: 100%;
		margin-top: 20px;
	}
	
	/*----------------------
			menu
	----------------------*/
	
	
	.menu-text {
		text-align: left;
	}

	.menu-list-item-large {
		width: 100%;
		border-radius: 10px;
		padding: 30px 20px;
		marign-bottom: 40px;
	}

	.menu-list-item-btn-wrap {
		width: 100%;
		height: 60px;
		border-radius: 35px!important;
		line-height: 50px;
		padding: 0 !important;
	}

	.menu-list-item {
		width: 100%;
		padding: 20px 20px;
	}

	.menu-list-item-title {
		font-size: 1.467em;
		margin: 15px 0;
	}

	.menu-list-item-price {
		font-size: 1.333em;
		margin-bottom: 15px;
	}

	.menu-list-item-price span {
		font-size: 0.7em;
	}

	.menu-regular-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.menu-regular-text {
		text-align: left;
	}

	.menu-regular-title {
		font-size: 1.467em;
		margin: 40px 0 30px;
		text-align: center;
	}
	
	.menu-regular-item-images {
		margin-bottom: 15px;
	}

	.menu-regular-list-item {
		flex-flow: column;
		width: 100%;
		margin-top: 40px;
		padding: 0;
	}

	.menu-regular-item-image {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}

	.menu-regular-item-title {
		text-align: center;
		margin-bottom: 20px;
	}

	.menu-regular-item-title span {
		font-size: 1.375em;
	}

	.menu-regular-bottom {
		font-size: 1.125em;
		text-align: left;
	}

	.menu-bottom-wrap {
		text-align: ledt;
	}

	.menu-bottom-title {
		font-size: 1.2em;
	}

	/*----------------------
		flow 
	----------------------*/

	.flow-list-wrap {
		flex-direction: column;
		text-align: center;
	}

	.flow-list-item {
		margin-bottom: 50px;
	}

	.flow-list-item::after {
		transform: rotate( 90deg );
		position: absolute;
			top:123px;
			right:50%;
	}
	
	.flow-attention {
		padding-left: 20px;
		padding-right: 15px;
	}

	.flow-attention-title {
		font-size: 1.5em;
		margin-bottom: 15px;
	}

	.flow-attention li {
		font-size: 0.933em;
	}

	/*----------------------
		from 
	----------------------*/
	
	.contents-form-title-center {
		font-size: 1.5rem;	
	}
	
	.contents-flow-image {
		margin-top: 24px;
	}

	.contents-form-text-wrap {
		width: auto;
		margin: 24px auto 0;
	}

	.contents-form-table {
		width: auto;
	}
	.contents-form-table th {
		display: block;
		width: 100%;
		border: none;
		padding: 8px;
		background-color: #F2F2F2;
	}
	.contents-form-table th:first-child {
		border-top: none;
	}
	.contents-form-table td {
		display: block;
		width: 100%;
		border: none;
		padding: 8px;
	}
	.contents-form-table td input {
		width: 100%;
	}
	.contents-form-table td textarea {
		width: 100%;
		height: 150px;
	}
	.form-name-kanji {
		width: 250px !important;
		margin: 0 0 8px 5px;
	}
	.form-name-kana {
		width: 250px !important;
		margin: 0 0 0 5px;
	}
	.form-required {
		float: none;
		margin-left: 8px;
	}
	.form-any {
		float: none;
		margin-left: 8px;
	}

	.contents-license-wrap {
		width: auto;
		margin: 30px auto 0;
	}
	.contents-license-element {
		font-size: 13px;
	}
	.form-license-required {
		font-size: 13px;
	}
	
	.contents-license-text #policy_common {
		padding: 8px;
	}
	.contents-license-text #policy_basic {
		padding: 12px;
	}
	
	.form-send-btn {
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
	}
	
	.form-modify-btn {
		display: block;
		width: 60%;
		font-size: 18px;
		padding: 16px 0;
		margin: 0 auto ;
	}

	.form-submit-btn {
		display: block;
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
		margin: 24px auto 0;
	}
	
	.contents-result-wrap {
		margin-top: 24px;
	}
	.contents-top-btn {
		margin-top: 50px;
	}	
	.contents-result-title {
		font-size: 28px;
	}
	.top-btn {
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
		margin: 0 auto;
	}
	
	.contents-form-title {
		text-align: left;
	}
}

/*??????????????????????????¼ã???????¹ã??????????????*/
.form_step {
    width: 100%;
    max-width: 780px;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 5% auto !important;
    border-radius: 5px;
    box-sizing: border-box;
}
.form_step p {
    margin: 0 !important;
    text-align: center;
    position: relative;
    padding: 2.5rem 0 0 0;
    font-size: 16px;
    width: 33.33333%;
}
.form_step p:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #c3c3c3;
    display: block;
    border-radius: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.form_step p:before {
    content: "";
    width: 120%;
    height: 4px;
    background: #c3c3c3;
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateY(-50%);
}
.form_step p.active, .form_step p.done{
    color: #2389ca;
    font-weight: bold;
}
.form_step p.active:after, .form_step p.done:after, .form_step p.done:before {
    background: #2389ca;
}

.form_step p:last-of-type:before {
    display: none;
}

@media (max-width:580px){
    .form_step {
        margin: 8% auto;
    }
    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}

@media (max-width:430px){
    section#form {
        padding: 5%;
    }
    section.innerbox > div.form_step {
        padding: 0;
    }

    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}























