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

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Patua+One&family=Paytone+One&display=swap');
@media screen and (min-width: 641px){

.smart_only {
	display: none;
}
#nav-drawer {
	display: none;
}

.lato {font-family: 'Lato';}
.paytone {font-family: 'Paytone One';}
.patua {font-family: 'Patua One';}

/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family: 'Lato',-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color: #111;
	text-align: center;
}
p {
	line-height: 1.6em;
}
li {
	line-height: 1.3em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
article {
}
section {
	min-width: 1000px;
	overflow: hidden;
	text-align: left;
}
section p {
	margin: 40px 0;
}
a {
	transition: all 100ms 0s ease;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
a.top {
	transition: all 100ms 0s ease;
	text-decoration: none;
	font-weight: bold;
}
a.top:hover {
	opacity: 0.5;
}

span.f_letter {
	font-weight: bold;
	font-family:Paytone One; 
	font-size: 2.5em;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
div.h2_bg {
	width: 100%;
	background-color: #8dc2d4;
}
h2 {
	font-size: 30px;
	padding: 20px 0;
	color: #FFF;
}
h3 {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	background-color: #8dc2d4;
	border-radius: 30px / 30px;
	padding: 5px 0;
	clear: both;
}
h4 {
	clear: both;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.align_center {
	align-items: center;
}
.reverse {
	flex-direction: row-reverse;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 0 40px 40px 0;
}
img.imgright {
	float: right;
	padding: 0 0 40px 40px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
p.first:first-letter {
	font-size: 1.8em;
	line-height: 1;
	float: left;
	margin: 0 0.1em 0 0;
	padding: .1em 0;
	font-family: Patua One;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 40px 40px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 40px 40px;
}
ol.list li {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
section div.wrapper {
	margin: 30px auto !important;
}
section div {
	overflow: hidden;
	clear: both;
}

.bg_gray {
	background-color: #EEE;
}
.bg_blue {
	background-color: #e2f0f4;
	background-image:url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	height: 80px;
	overflow: hidden;
}
div.header_left {
	width: 255px;
	margin-top: 0px;
	padding-bottom: 5px;
}
div.header_nav {
	width: 550px;
}
div.header_right {
	width: 120px;
	text-align: center;
	padding-top: 15px;
}
div.header_right a {
	display: block;
	font-size: 22px;
	color: #FFF;
	background-color: #ff0000;
	text-decoration: none;
	border-radius: 5px / 5px;
	line-height: 45px;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	margin-top: 30px;
}
nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
nav li {
	text-align: center;
	line-height: 20px;
}
nav a {
	display: block;
	height: 50px;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
}
nav a:hover {
}


/* ------------------------------
 トップページ
------------------------------ */

div.topimg {
	min-width: 1000px;
	margin: 0 auto 40px;
	background-color: #DDD;
}
div.topimg img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

div.indexbox01_1 {
	width: 323px;
	border: solid 1px #DDD;
	margin-bottom: 20px;
}
div.indexbox01_1 p {
	margin: 15px 15px;
}
div.indexbox01_2 {
	width: 325px;
}
div.indexbox01_2 p {
	font-weight: bold;
	font-size: 24px;
	margin: 40px 20px 10px;
}
div.indexbox01_2 p span.red {
	font-size: 40px;
}
div.indexbox01_2 p.center {
	margin: 15px auto !important;
}

p.midashi01 {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	background-color: #8dc2d4;
	border-radius: 40px / 40px;
}
p.midashi02 {
	font-size: 28px;
	color: #FFF;
	text-align: center;
	background-color: #8dc2d4;
	padding: 10px 0;
}

div.indexbox02_left {
	width: 490px;
}
div.indexbox02_left ul {
	font-size: 20px;
	font-weight: bold;
	list-style: none;
}
div.indexbox02_left ul li {
	background-image:url(image/check.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 50px;
	margin-bottom: 15px;
}
div.indexbox02_right {
	width: 483px;
}

div.indexbox03 {
	margin-bottom: 30px;
}
div.indexbox03_1 {
	width: 530px;
}
div.indexbox03_1 p {
	margin: 0 0 20px;
}
div.indexbox03_1 p span {
	font-style: italic;
}
div.indexbox03_2 {
	width: 450px;
}

p.midashi03 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
p.midashi03 img {
	vertical-align: middle;
	margin: 0 20px;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	font-size: 12px;
	margin: 10px 0 !important;
}
div.pagetop {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	z-index: 999;
	pointer-events: none;
}
div.pagetop p {
	font-size: 13px;
	text-align: right;
	margin: 20px 0;
}
div.pagetop p a {
	background-color: #FFF;
	padding: 8px 15px;
	border: solid 1px #aaa;
	text-decoration: none;
	font-weight: bold;
	color: #111;
	pointer-events: auto;
}

/* ------------------------------
 Fully furnished
------------------------------ */
p.photo_title  {
	font-style: italic;
	font-weight: bold;
	font-family:Patua One; 
	font-size: 1.5em;
	color: #0C0EAA;	
	margin-bottom: -1.5em;
}

p.photo_detail  {
	font-style: italic;
	font-weight: bold;
	font-family:Patua One; 
	font-size: 1.0em;
	color: #0C0EAA;	
}


/* ------------------------------
 Non furnished
------------------------------ */

div.howto{
	border: solid 1px #DDD;
	margin-bottom: 30px;
}
div.howto p {
	margin: 30px 30px;
}
div.howto p span {
	font-style: italic;
	font-weight: bold;
	font-family:Paytone One; 
	font-size: 2.5em;
	color: #0C0EAA;
}
p.howto_final  {
	font-style: italic;
	font-weight: bold;
	font-family:Patua One; 
	font-size: 1.5em;
	color: #0C0EAA;	
}


/* ------------------------------
 Testimonial
------------------------------ */

div.testimonial {
	border: solid 1px #DDD;
	margin-bottom: 30px;
}
div.testimonial p {
	margin: 30px 30px;
}
div.testimonial p span {
	font-style: italic;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	width: 700px;
	margin: 30px auto;
}
div.about {
	border-bottom: solid 1px #DDD;
}
div.about p {
	margin: 10px 10px;
}
div.about01 {
	width: 150px;
	font-weight: bold;
	color: #000;
}
div.about02 {
	width: 550px;
}
div.about02 ul {
	margin: 10px 30px;
}

/* ------------------------------
 faq
------------------------------ */

div.faq {
	margin: 20px 50px;
	border: solid 1px #DDD;
}
div.faq p {
	margin: 15px;
}
div.faq_q {
	min-height: 33px;
	background-image:url(image/faq_q.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
div.faq_q p {
	padding: 8px 0 0 40px;
	font-weight: bold;
	color: #0C0EAA;
	font-size: 1.2em;
	font-family: Patua One;
}
div.faq_a {
	min-height: 33px;
	background-image:url(image/faq_a.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;

}
div.faq_a p {
	padding: 0 0 0 40px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	width: 700px;
	margin: 30px auto;
}
div.inq {
}
div.inq p {
	margin: 10px 10px;
}
div.inq ul {
	margin: 10px 10px;
	list-style: none;
}
div.inq ul li {
	float: left;
	margin-right: 30px;
}
div.inq label input {
	margin-right: 10px;
}
div.inq01 {
	width: 150px;
	text-align: right;
	font-weight: bold;
	color: #000;
}
div.inq02 {
	width: 550px;
}
input.input_box {
	width: 96%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box02 {
	width: 50%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box03 {
	width: 10%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
textarea.input_box {
	width: 96%;
	height: 300px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	padding: 10px 5px;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
label, input[type='radio'] {
	cursor: pointer;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
select {
	padding: 5px 10px;
}

input.button {
	-webkit-appearance: none;
	font-size: 18px;
	padding: 10px 15px;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 200px auto;
}


/* ------------------------------
 フッター
------------------------------ */

footer {
	min-width: 1000px;
	overflow: hidden;
	font-size: 12px;
	margin: 40px 0 60px 0;
	border-top: solid 1px #AAA;
	padding-top: 20px;
}
footer ul {
	list-style: none;
	margin: 10px 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer li {
	padding-right: 15px;
}
footer li+li {
}
footer a {
	color: #000;
	text-decoration: none;
}
footer p {
	clear: both;
	margin: 10px auto;
}

div.footer_right {
	padding-top: 10px;
}

}