@charset "UTF-8";
html {
	overflow-y: scroll; /* IEへの対応 http://www.htmq.com/style/overflow-y.shtml */
	/*Internet Explorerが独自に追加したプロパティ*/
	/*画面に収まりきれなかったときにスクロールして表示することを許可するか否か*/
}
body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
body {
	background: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	min-width: 100%;
	-webkit-text-size-adjust: 100%;
}
li {
	list-style: none;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a :hover{
	color: blanchedalmond;

}

box resa {
	width: 100%;
	margin: 0 auto;
}

img {
	border: 0px;
	vertical-align: bottom;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "HGPｺﾞｼｯｸM", "Osaka", "ＭＳ Ｐゴシック", sans-serif, Century Gothic, Arial;
}
header {
	position: fixed;
	width: 100%;
}
header .hum_menu {
	position: absolute;
	right: 0px;
	top: 0px;
}
header .hum_menu a {
	display: block;
	height: 20px;
	padding: 10px 0;
	width: 40px;
	background: #eeeaec;
	text-align: center;
}
header .hum_menu span {
	display: block;
	width: 20px;
	height: 2px;
	background: #aaa;
	margin: 3px auto;
}
header ul {
	display: none;
	margin: 0 40px 0 0;
}
header ul li {
	width: 50%; 
	color: #acacac;
	line-height: 40px;
	text-align: left;
	font-size: 12px;
	text-indent: 8px;
}
header ul li a {
	display: block;
	border: 1px solid #555;
	border-width: 1px 1px 0 0;
}
header.open {
	background: #eeeaec;
}
header.open ul {
	display: flex;
	flex-wrap: wrap;
}
footer {
	height: 170px;
	background: #65B5F0;
}
footer .copyright {
	color: #fff;
	font-size: 12px;
	padding-top: 50px;
	letter-spacing: 1px;
}

.pc_br{
	display: none;
}

section {
	padding: 0;
	text-align: left;
}
section h1 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#sec1 {
	background: url(https://urbanrec.work/wp-content/uploads/2020/05/writing-work-pen-money-office-business-489765-pxhere.com_-scaled.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 20px;
}
#sec1 h1 {
	margin: 0 0 7px 15px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0 0 0;
	color          : #0D71BC;
	font-size      : 12pt; 
	letter-spacing : 0px;
	text-shadow    : 
		 2px  2px 4px #ffffff,
		-2px  2px 4px #ffffff,
		 2px -2px 4px #ffffff,
		-2px -2px 4px #ffffff,
		 2px  0px 4px #ffffff,
		 0px  2px 4px #ffffff,
		-2px  0px 4px #ffffff,
		 0px -2px 4px #ffffff; 
}

#sec1 h2 {
	font-size: 80px;
	padding: 0 0 15px 15px;
	font-weight: bold;
	color          : #0D71BC; 
	font-size      : 22pt; 
	letter-spacing : -2px;
	text-shadow    : 
		 3px  3px 8px #ffffff,
		-3px  3px 8px #ffffff,
		 3px -3px 8px #ffffff,
		-3px -3px 8px #ffffff,
		 3px  0px 8px #ffffff,
		 0px  3px 8px #ffffff,
		-3px  0px 8px #ffffff,
		 0px -3px 8px #ffffff; 




	/* スマートフォンとPCでは画面幅が違うので、PC用のレイアウトでいれた改行が */
	/* スマートフォン用のレイアウトできれいに改行されるとは限らないので none で消す */
}

#sec1 img{
	height: 80px;
	margin-left:15px ;
}

#sec2 .flex_area div {
	text-align: left;
}
#sec2 .flex_area div h2 {
	font-size: 14px;
	margin: 30px 0 10px 0;
}

#sec2 .flex_area div {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 15px 14px 15px;
	/* 課題２解答 flexのエリアの文字が中央寄せになっているので左寄せに修正  */
	text-align: left;
}

#sec2 .flex_area .sec2_font {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 15px 14px 15px;
	/* 課題２解答 flexのエリアの文字が中央寄せになっているので左寄せに修正  */
	text-align: left;
}

#sec2 .font_bold {
	font-size: 28px;
	font-weight: bold;
}





#sec3 {
	background: url(https://urbanrec.work/wp-content/uploads/2020/05/DSC_5010.02-scaled.jpg) no-repeat center center;
	background-position: right 63% bottom 5%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom:20px;
}

#sec3 h1{
	font-weight:bold;
	padding-top:20px;
	margin: 0 0 40px 50%;
}

#sec3 p {
		font-size: 12.5px;
		font-weight: bold;
		line-height: 2;
		margin-left: 48%;
		margin-bottom: 16px;
		padding: 40px 10px;
		width: 46%;
		background-color: rgba(101, 181, 240, 0.7);
}

#sec4 .port .flex_reverse{
	display: flex;
	flex-direction: column-reverse; /*flexは様々な方向に並び替えが可能です*/
}

#sec4 p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 55px;
}

#sec4 .port .portfolio img {
	width: 100%;
}

#sec4 .port .port_title{
	font-size:14px;
	margin:10px 0;
}

#sec4 .box-tejun{
	color: #FFF;
	background-color: #65B5F0;
	text-align: left;
	padding: 10px;
	border-radius: 4px;
}

#sec4 h2{
	margin-top: 15px;
}

#sec4 h3{
	margin-bottom: 10px;
}

#sec5 p{
	margin: 15px 0;

}


#sec6 .flex_area div h2 {
	font-size: 1.2em;
	background:#668ad8;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#sec6 .flex_area div p {
	/* font-size: 14px;
	line-height: 1.8;
	margin-bottom: 14px;
	/* 課題２解答 flexのエリアの文字が中央寄せになっているので左寄せに修正  */
	/* text-align: left; */ 
	padding: 15px 10px;
	margin: 0;
}

#sec6 .flex_area .flex_area_padding {
	color: #FFF;
	margin: 2em 1em;
	background: #65B5F0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

#sec6 .border2{
	border-bottom: solid 1px #000;
	padding-bottom:20px;
}

#sec6 h1 {
	margin: 20px 15px 15px 15px;
}

#sec6 p {
	margin: 0px 20px 20px 25px;
}

#sec4 h1 {
	margin: 20px 15px 15px 15px;
}

#sec4 .box_in_box h1 {
	margin: 0px 0px 25px 0px;
}


#sec4 p {
	margin: 0px 20px 20px 30px;
}

.box_in_box{
	text-align: center;
	background:#65B5F0;
	padding:25px 30px 50px 30px;
	margin:20px auto 0px auto;
}

.box_in_box h1 {
	font-size: 1.5em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1.2px solid #fff;
	
}

.box_in_box h2 {
	font-size: 1em;
	padding: 4px;
	margin-top: 0;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#sec6 .box_in_box h1 {
	margin: 0px 0px 15px 0px;
}


#sec6 .box_in_box h2 {
	padding: 15px 0 0 0;
}

.box_in_box p {
	color: #FFF;
	font-size: 15px;
	text-align: left;
	padding: 4px 0 4px 0px;
}

#sec6 .box_in_box p {
	padding: 0;
	margin-bottom: 0;
}




iframe {
	width: auto;
}

/* 申込フォーム */
.box-resavation{
	width:100%;
}

.lead-form{
	text-align: center;
	font-size:20px;
}

.form{
	width:auto;
	margin:0 auto;
}
.item{
	overflow: hidden;
	margin-bottom: 20px;
}
.label{
	float: left;
	margin-right: 20px;
	width:135px;
	border-left: solid 3px blue;
	padding-left: 10px;
}
.inputs{
	float: left;
	width:auto;
}
input[type="text"],input[type="email"],input[type="tel"]{
	width: auto;
	border: solid 1px #aaa;
	border-radius:5px;
	padding:10px;
	font-size: 15px;
}
textarea{
	border: solid 1px #aaa;
	border-radius:5px;
	padding: 10px;
	height: 160px;
	font-size: 15px;
}

.cheack{
	margin: 20px;
}

.btn-area {
    bottom: 30px;
    right: 30px;
	display: inline-block;
	padding: 20px 20px;
	margin: 40px 5px 0 5px;
	text-decoration: none;
	background: #264180;/*ボタン色*/
	color: #FFF;
	font-size:17px;
	font-weight:bold;
	border-bottom: solid 0 #627295;
}

.btn-area:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}


/* 申込へ移動ボタン */
.btn-square {
	z-index: 9999;
	position: fixed;
    top: 10px;
    right: 15px;
	display: inline-block;
	padding: 0.2em 1em;
	text-decoration: none;
	background: #E22658;/*ボタン色*/
	color: #FFF;
	font-size: 10px;
	border-bottom: solid 0 #627295;
	border-radius: 4px;
	display: none;
}
.btn-square:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}

.sec7{
	padding: 5px 15px;
}

.btn-square2 {
	margin: 15px 0 0 0;
	display: inline-block;
	padding: 1em 1em;
	text-decoration: none;
	background: #E22658;/*ボタン色*/
	color: #FFF;
	font-size: 20px;
	font-weight:bold;
}
.btn-square2:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}


#sec6 .flex_area .flex_area_padding {
	margin: 0 10px 0 10;
	padding: auto;           
    display: inline-block;     
}

.btn-circle-fishy {
	font-family: sans-serif;
    position: left;
    font-size: 10px;
    font-weight: 900;
    padding: 10px;
    display: inline-block;
    color: #FFF;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
    margin: 10px 0;
    -webkit-text-stroke: 0.03em black;
    height: 30px;
}

iframe {
    border: none;
    width: 100%;
}

#sec5 h1{
	margin:20px 15px 15px 15px;
}
