/* CSS Document */

.top_sec01{
	padding-top: 38px;
	padding-bottom: 64px;
}
.top_sec01 .pic{margin-bottom: 40px;}
.top_sec01 .text{
	font-size: 125%;
	text-align: left;
}
@media screen and (max-width: 999px) {
	.top_sec01{
		padding-top: 18px;
		padding-bottom: 30px;
	}
	.top_sec01 .pic{margin-bottom: 24px;}
	.top_sec01 .kome{
		display: block;
		margin-top: 1em;
	}
}

.top_sec02{
	padding-top: 35px;
	padding-bottom: 50px;
}
.flex_omakase{
	display: flex;
	justify-content: space-between;
  align-items: center;
	padding: 44px 24px 50px 60px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
}
.flex_omakase.bg_white{
	background-color: rgba(255,255,255,0.5);
}
.flex_omakase > *:nth-child(1){
	font-size: 150%;
	text-align: left;
	text-indent: -0.5em;
}
.flex_omakase > *:nth-child(2){
	overflow: hidden;
	width:300px;
}
.flex_omakase > *:nth-child(2) img{
	margin-bottom: -1%;
}
.flex_omakase + .caution{
	font-size: 140%;
	line-height: 125%;
	margin-top: 0.5em;
}
@media screen and (max-width: 999px) {
	.top_sec02{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.flex_omakase{
		flex-direction: column;
		padding: 1em 2% 0;
	}
	.flex_omakase > *:nth-child(1){
		font-size: 100%;
		text-align: center;
	}
	.flex_omakase > *:nth-child(2){
		width:231px;
		margin-top: 1em;
	}
	.flex_omakase + .caution{font-size: 125%;}
}

.top_sec03{}
.top_sec03 > *{
	padding-top: 88px;
	padding-bottom: 62px;
}
.top_sec03 .pic{
	margin-top: 36px;
}
@media screen and (max-width: 999px) {
	.top_sec03 > *{
		padding-top: 60px;
		padding-bottom: 64px;
	}
}

.top_soudan{
	padding-top: 130px;
	padding-bottom: 125px;
}
.top_soudan .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_soudan .flex > *:nth-child(1){
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.top_soudan .flex > *:nth-child(1) h2{
	font-size: 300%;
	line-height: 125%;
	border-bottom: solid 0.2em #004DA0;
}
.top_soudan .flex > *:nth-child(1) h2 + div{
	font-size: 125%;
	line-height: 137.5%;
	margin-top: 1em;
}
.top_soudan .flex > *:nth-child(1) h2 + div + div{
	font-size: 200%;
	line-height: 125%;
	margin-top: 0.75em;
}
.top_soudan .flex > *:nth-child(2){
	width:300px;
	margin: auto;
}
.top_soudan .btn{
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}
.top_soudan .btn > *{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	background-color: #69C4EB;
	color:#FFF;
	padding: 20px 36px 12px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}
.top_soudan .btn > * hr{
	width:100%;
	border-color: #FFF;
	margin: 0.75em 0;
}
.top_soudan .btn > * img[src*="tel"]{height:26px;}
.top_soudan .btn > * img[src*="mail"]{height:28px;}
@media screen and (min-width: 1000px) {
	.top_soudan .btn > *:nth-child(2){margin-left: 20px;}
}
@media screen and (max-width: 999px) {
	.top_soudan{
		padding-top: 106px;
		padding-bottom: 88px;
	}
	.top_soudan .flex,
	.top_soudan .btn{flex-direction: column;}
	.top_soudan .flex > *:nth-child(1){
		align-items: stretch;
		text-align: center;
	}
	.top_soudan .flex > *:nth-child(1) h2{font-size: 225%;}
	.top_soudan .flex > *:nth-child(1) h2 + div{font-size: 112.5%;}
	.top_soudan .flex > *:nth-child(1) h2 + div + div{font-size: 175%;}
	.top_soudan .flex > *:nth-child(2){margin-top: 24px;}
	.top_soudan .btn{margin-top: 12px;}
	.top_soudan .btn > *{
		width:100%;
		padding: 14px 24px 10px;
	}
	.top_soudan .btn > *:nth-child(2){margin-top: 12px;}
	.top_soudan .btn > * hr{margin-bottom: 0.5em;}
	.top_soudan .btn > * img[src*="tel"]{height:21px;}
	.top_soudan .btn > * img[src*="mail"]{height:23px;}
}

.top_sec04{}
.top_sec04 > *{
	padding-top: 86px;
	padding-bottom: 98px;
}
.top_sec04 .pad{height:50px;}
.top_sec04 .chara{position: relative;}
.top_sec04 .chara img{
	position: absolute;
	bottom: -4px;
	right: 25px;
	width: 157px;
	z-index: 1;
}

.top_sec05{}
.top_sec05 > *{
	padding-top: 86px;
	padding-bottom: 108px;
}
.top_sec05 ul{
	width:100%;
	margin-top: 40px;
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
}
.top_sec05 ul li{
	display: flex;
	width:100%;
}
.top_sec05 ul li > *{
	padding: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.top_sec05 ul li > *:nth-child(1){
	background-color: #EFD9DF;
	width:50%;
	flex-grow: 1;
}
.top_sec05 ul li > *:nth-child(2){
	background-color: #F2F2F2;
	min-width: 7.5em;
}
.top_sec05 ul li > *:nth-child(3){
	background-color: #CCEAFA;
	width:50%;
	flex-grow: 1;
}
.top_sec05 ul li:nth-child(2n) > *:nth-child(1){
	background-color: #F4E5EA;
}
.top_sec05 ul li:nth-child(2n) > *:nth-child(2){
	background-color: #E6E6E6;
}
.top_sec05 ul li:nth-child(2n) > *:nth-child(3){
	background-color: #E5F5FC;
}
.top_sec05 ul li:nth-child(n+2) > *{min-height:4em;}
@media screen and (max-width: 999px) {
	.top_sec05 > *{
		padding-top: 55px;
		padding-bottom: 65px;
	}
	.top_sec05 ul li > *:nth-child(2){min-width: 4.5em;}
	.top_sec05 ul li:nth-child(n+2) > *:nth-child(1),
	.top_sec05 ul li:nth-child(n+2) > *:nth-child(3){text-align: left;}
}

.top_sec06{}
.top_sec06 > *{
	padding-top: 90px;
	padding-bottom: 65px;
}
.top_sec06 .chara{
	position: relative;
	border-bottom: solid 1px #004DA0;
	color: #004DA0;
	margin-top: 50px;
	font-size: 100%;
	font-weight: inherit;
}
.top_sec06 .chara .text{
	font-size: 150%;
	line-height: 125%;
	padding-bottom: 0.25em;
	text-align: left;
}
.top_sec06 .chara .trim{
	position: absolute;
	bottom:0px;
	right:0;
	width:126px;
	overflow: hidden;
}
.top_sec06 .chara .trim img{margin-bottom: -3px;}
.top_sec06 .chara + .text{
	font-size: 112.5%;
	line-height: 150%;
	text-align: left;
	margin-top: 0.25em;
}
.top_sec06 .chara + .text.f100{font-size: 100%;}
.top_sec06 .chara + .text + .caution{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 77.5%;
	line-height: 150%;
	text-align: left;
	margin-top: 0.25em;
}
.top_sec06 .chart{margin-top: 20px;}
.top_sec06 .chart li{
	position: relative;
	background-color: #004DA0;
	color:#FFF;
	padding: 10px 0;
	margin-bottom: 35px;
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
}
.top_sec06 .chart li .text1,
.top_sec06 .chart_last .text1{
	font-size: 150%;
	line-height: 125%;
}
.top_sec06 .chart li hr{
	border-color: #FFF;
	width: 91.25%;
	margin: 0.5em auto;
}
.top_sec06 .chart li .text2,
.top_sec06 .chart_last .text2{
	line-height: 125%;
}
.top_sec06 .chart li .arrow{
	position: absolute;
	top:100%;
	left:0;
	right:0;
	margin: auto;
	width:0;
	border-top:solid 15px #004DA0;
	border-left:solid 12px transparent;
	border-right:solid 12px transparent;
}
.top_sec06 .chart li:nth-child(2n){background-color: #4D82BD;}
.top_sec06 .chart li:nth-child(2n) .arrow{border-top-color: #4D82BD;}
.top_sec06 .chart_last{
	background-color: #94002A;
	color:#FFF;
	padding: 20px 0;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	*/
}
.top_sec06 .chart_last hr{
	border-color: #FFF;
	width:86.66666667%;
	margin: 0.75em 0;
}
@media screen and (max-width: 999px) {
	.top_sec06 > *{
		padding-top: 65px;
		padding-bottom: 75px;
	}
	.top_sec06 .chara .trim{display: none;}
	.top_sec06 .chart li,
	.top_sec06 .chart_last{padding: 10px 0;}
	.top_sec06 .chart li hr,
	.top_sec06 .chart_last hr{
		width:86.95652174%;
		margin: 0.5em auto;
	}
	.top_sec06 .chart li .text2,
	.top_sec06 .chart_last .text2{
		font-size: 87.5%;
	}
}

.top_contact{}
.top_contact > *{padding: 80px 0;}




