@charset "utf-8";

/* 画面切り替え */

/* PC用画像はデフォルトで表示 */
.-pc-only {
	display: block;
}

/* SP用画像はデフォルトで非表示 */
.-sp-only {
	display: none;
	text-align: center;
}

/* スマートフォンサイズで表示を切り替える */
@media screen and (max-width: 768px) {
	.-pc-only {
		display: none;
		/* PC画像を非表示 */
	}

	.-sp-only {
		display: block;
		/* SP画像を表示 */
	}
}

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/1.4 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #252525;
	background: url(../images/bg.png);
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	position: relative;
}

a {
	color: #8f2239;
	text-decoration: none;
}

a:hover {
	color: #a5a5a5;
}

a:active,
a:focus {
	outline: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#topnav .top-menu {
	display: none;
}


b {
	font-size: 14px;
}

.b-red {
	color: #d45582;
}

a:hover img.over {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

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

#wrapper {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 950px;
	background: #ffffff;
	box-sizing: border-box;
}

#container {
	margin: 0 auto;
	max-width: 910px;
	background: #ffffff;
}

@media screen and (max-width: 768px) {

	#wrapper,
	#container {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
}


@media (max-width: 768px) {
	#container {
		padding: 0 15px;
		/* モバイル画面では余白を減らす */
	}
}



/*************************
/* ヘッダー
*************************/
#header {
	background: url(../images/header.png) repeat-x top left;
	height: 100px;
	position: relative;
}

#header h1 {
	padding: 2px 2px 10px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
}

#header .logo {
	position: absolute;
	top: 25px;
	left: 0px;
}


/*************************
/* SPヘッダー
*************************/
.sp_header {
	width: 100%;
	position: relative;
}

/*
.ui-title {
	text-align: center;
	margin: 10px 0;
} */

.top_icon {
	top: 5px;
	right: 5px;
	position: absolute;
}

.top_icon:hover {
	opacity: 0.6;
}

.info_hover:hover {
	opacity: 0.6;
}

.bnr_side_hover1:hover {
	opacity: 0.6;
}

/*************************
/* 検索＆ツイッターボタン
*************************/
ul.search-twbot {
	position: absolute;
	top: 20px;
	right: 0px;
}

ul.search-twbot li {
	text-align: right;
	list-style: none;
	margin: 0px;
}

ul.search-twbot li img {
	margin: 0;
	padding: 0;
}

.search {
	text-align: center;
	margin: 15px;
}

.search p {
	list-style: none;
	margin: 2px 1px;
	font-size: 15px;
}

.search img {
	margin: 0;
	padding: 0;
}

#s {
	height: 40px;
	width: 300px;
	font-size: 30px;
}

/*************************
/* トップナビゲーション
*************************/

#g_navi {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: linear-gradient(to bottom, #DA688C 0%, #9C1E53 100%);
	margin: 15px auto;
}

/* メニューリスト */
#g_navi ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 1200px;
}

/* メニュー項目 */
#g_navi li {
	flex: 1;
	position: relative;
}

/* 区切り線 */
#g_navi li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 70%;
	width: 2px;
	background-color: #D295AD;
}

/* リンクスタイル */
#g_navi a {
	display: block;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* 日本語と英語テキスト */
.top_menu {
	display: block;
	white-space: nowrap;
}

.top_menu small {
	display: block;
	font-size: 8px;
	color: #D295AD;
}

/* ホバー時のスタイル */
#g_navi a:hover {
	background-color: #8f2239;
}


/*************************
メイン（右側）コンテンツ
*************************/
#main {
	float: right;
	/* width: 618px; */
	width: 68%;
	padding: 16px 0;
	display: inline;
}

@media screen and (max-width: 768px) {
	#main {
		float: none;
		width: 100%;
		padding: 20px 0;
		display: block;
	}
}

.responsive-image {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.responsive-image img {
	width: 100%;
	height: auto;
}

.banner_box3 {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.banner_box3 {
		display: none;
	}
}

#main .banner_box3 img {
	padding-bottom: 15px;
	width: 100%;
	height: auto;
}

#main .banner_box3 img.last {
	padding-right: 0;
}

/*************************
 見出し h２、h３
*************************/

/* 見出しh2 */
.title_type1 {
	margin-bottom: 10px;
	padding: 2px 10px 0px 30px;
	line-height: 38px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	background: url(../images/heading.png) no-repeat;
}

@media screen and (max-width: 768px) {
	.title_type1 {
		margin-bottom: 5px;
		line-height: 34px;
		font-size: 14px;
		text-align: center;
	}
}

.title_type2 {
	color: #fff;
	position: relative;
	margin: 0 0 10px;
	padding: 10px 0 7px 25px;
	background-image: conic-gradient(#D57A9E 0deg 90deg, #BE708F 90deg 180deg, #D57A9E 180deg 270deg, #BE708F 270deg 360deg);
	background-size: 5px 5px;
	font-size: 15px;
	font-weight: normal;
	border-radius: 7px;
	z-index: 1;
}

.title_type2:before {
	content: "";
	position: absolute;
	background: #fff;
	top: 50%;
	left: 8px;
	margin-top: -12px;
	height: 23px;
	width: 3px;
	border-radius: 2px;
}

.title_type2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 25px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	border-radius: 0 0 7px 7px;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.title_type2 {
		font-size: 13px;
		font-weight: bold;
		background: #e0498b;
		margin: 0;
		padding: 6px 0 6px 15px;
		text-shadow: 0 1px 0 #444444;
	}

	.title_type2:before {
		display: none;
	}
}

.title_type2_1 {
	color: #fff;
	position: relative;
	margin: 0 0 10px;
	padding: 10px 0 7px 25px;
	background-image: conic-gradient(#D57A9E 0deg 90deg, #BE708F 90deg 180deg, #D57A9E 180deg 270deg, #BE708F 270deg 360deg);
	background-size: 5px 5px;
	font-size: 15px;
	font-weight: normal;
	border-radius: 7px;
	z-index: 1;
}

.title_type2_1:before {
	content: "";
	position: absolute;
	background: #fff;
	top: 50%;
	left: 8px;
	margin-top: -12px;
	height: 23px;
	width: 3px;
	border-radius: 2px;
}

.title_type2_1:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 25px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	border-radius: 0 0 7px 7px;
	z-index: -1;
}

/* 見出し h3 サイドバーコンテンツ */
.title_type3 {
	color: #fff;
	position: relative;
	padding: 10px 0 7px 25px;
	background-image: conic-gradient(#D57A9E 0deg 90deg, #BE708F 90deg 180deg, #D57A9E 180deg 270deg, #BE708F 270deg 360deg);
	background-size: 5px 5px;
	font-size: 15px;
	font-weight: normal;
	border-radius: 7px;
	z-index: 1;
}

.title_type3:before {
	content: "";
	position: absolute;
	background: #fff;
	top: 50%;
	left: 8px;
	margin-top: -12px;
	height: 23px;
	width: 3px;
	border-radius: 2px;
}

.title_type3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1.25em;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	border-radius: 0 0 7px 7px;
	z-index: -1;
}

.title_type4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
	margin: 5px 0;
	letter-spacing: 0.1em;
	color: #d45582;
	border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
	.title_type4 {
		color: #333333;
		text-shadow: 0 0 5px white;
		position: relative;
		padding-left: 20px;
		background: -webkit-repeating-linear-gradient(-45deg, #FADBEF, #FADBEF 2px, #F7C5E5 2px, #F7C5E5 4px);
		background: repeating-linear-gradient(-45deg, #FADBEF, #FADBEF 2px, #F7C5E5 2px, #F7C5E5 4px);
		border-bottom: none;
		z-index: 10;
	}

	.title_type4:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 20px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 2), rgba(0, 0, 0, 0));
		z-index: -1;
	}
}

.title_type4 li {
	list-style: circle;
}

@media screen and (max-width: 768px) {
	.arrow-right {
		position: relative;
		display: inline-block;
		width: 9px;
		height: 13px;
	}

	.arrow-right::before,
	.arrow-right::after {
		content: "";
		position: absolute;
		top: calc(50% - 1.5px);
		right: 15px;
		width: 15px;
		height: 3px;
		border-radius: 9999px;
		background-color: #c73da5;
		transform-origin: calc(100% - 1.5px) 50%;
	}

	.arrow-right::before {
		transform: rotate(70deg);
	}

	.arrow-right::after {
		transform: rotate(-70deg);
	}
}

/* テキスト　SPAN */
.cap-red {
	color: #CC0000;
}

.cap-big {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
}

.cap-price {
	font-size: 180%;
	line-height: 120%;
	color: #CC0000;
}

.strongs {
	font-weight: bold;
	font-size: 120%;
}

.caption {
	font-size: 85%;
	line-height: 120%;
}

#main h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
	margin: 15px 0;
	letter-spacing: 0.1em;
	color: #333333;
	background-color: #eeeeee;
}

#main img {
	max-width: 100%;
	height: auto;
}

.nagare_img02 {
	width: 85%;

}


#main p {
	padding: 15px 15px 15px 20px;
	line-height: 1.6em;
}

@media screen and (max-width: 768px) {
	#main p {
		padding: 10px 10px 10px 15px;
		line-height: 1.5em;
		font-size: 14px;
	}
}

#main ul {
	margin-left: 5px;
	padding: 10px 0 10px 10px;
	margin: 0 3px 10px 5px;
	list-style: circle;
}

@media screen and (max-width: 768px) {
	#main li {
		list-style: disc;
	}
}


/* 画像を右に回りこみ */
/* #main .withImage {
	width: 598px;
	margin: 20px 0 0 10px;
	padding: 5px 0;
	line-height: 1.4em;
} */

/* .withImage_box {
	width: 100%;
	justify-content: space-between;
}

#main .withImage {
	margin: 20px 5px 0 10px;
	padding: 5px 0;
	line-height: 1.4em;
	display: flex;
	justify-content: space-between;
	height: 110px;
}

@media screen and (max-width: 768px) {
	#main .withImage {
		width: 100%;
		margin: 10px 0 0 5px;
		padding: 5px 0;
		line-height: 1.4em;
		font-size: 14px;
	}
}

#main .withImage img {
	float: right;
	margin-left: .3em;
}

@media screen and (max-width: 768px) {
	#main .withImage img {
		float: right;
		margin-left: 5px;
		margin-right: 20px;
	}
} */

.withImage {
	flex-direction: row;
	/* スマホ画面では縦並び */
	margin: 0;
	display: block;
}

#main .withImage img {
	margin: 10px;
	padding: 0 5px;
	/* 画像の上下余白を追加 */
	/* float: none; */
	/* フロートを無効にする */
	float: right;
	/* shape-outside: circle(); */
}

.cap-s {
	white-space: nowrap;
	padding: 10px 0 0 20px !important;
}

@media screen and (max-width: 768px) {
	#main .withImage {
		flex-direction: row;
		/* スマホ画面では縦並び */
		margin: 0;
		display: block;
	}

	#main .withImage img {
		margin: 10px;
		padding: 0 5px;
		/* 画像の上下余白を追加 */
		/* float: none; */
		/* フロートを無効にする */
		float: right;
		/* shape-outside: circle(); */

	}

	.withImage_1 {
		text-align: left;
		padding-left: 10px;
		/* テキストは左揃えを維持 */
		/* width: 100%; */
		/* テキスト部分を横幅いっぱいに */
	}

	.withImage_text {
		font-size: 14px !important;
		padding: 10px 10px 10px 0 !important;
		line-height: 1.7 !important;
	}

	.cap-s {
		font-size: 10px !important;
		padding: 0 0 0 10px !important;
	}
}

#date {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #999999;
}

#next {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#main_rikon01 {
	background: url(../images/rikon_bg01.jpg) no-repeat;
	padding-top: 10px;
}

#main_fukuen01 {
	background: url(../images/rikon_bg02.jpg) no-repeat;
	padding-top: 10px;
}

#main_mayoi01 {
	background: url(../images/rikon_bg03.jpg) no-repeat;
	padding-top: 10px;
}

/* 中画像 */
.top_img_pc {
	margin: 0 auto;
	text-align: center;
	width: 560px;
	height: 314px;
}

.text_box {
	padding: 0 15px;
}

/* お問い合わせバナー */
.tel_bnr_pc {
	margin: 0 auto;
	padding: 15px 15px 15px 20px;
	text-align: center;
}

/* フッター共通 */
.box {
	float: left;
	width: 190px;
	margin: 20px 16px 10px 0;
	line-height: 1.2;
}

.box_img {
	padding: 0px 0px 10px 0px;
}

.last {
	margin-right: 0;
}


/* ボタン */
p.button {
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

p.button a {
	display: block;
	line-height: 32px;
	background: #ffffff url(../images/button.html) no-repeat;
	margin: 0 -20px;
}

p.button a {
	color: #fff;
}

p.button a:hover {
	color: #d9e8ff;
}

p.button a:hover {
	cursor: pointer;
	background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul,
#footer ul {
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	#footer ul {
		margin-left: 0;
	}

	#main li {
		margin-bottom: 0;
	}

	#footer li {
		margin-bottom: 0;
		display: block;
	}
}

#main li {
	margin-bottom: 3px;
}

.footer_list {
	margin-bottom: 3px;
}

.sp_main_ul {
	font-weight: bold;
	list-style: disc;
}

.sp_main_li {
	list-style: disc;
	font-weight: bold;
}

/*************************
 サイド（左側）コンテンツ
*************************/
#sidebar {
	float: left;
	width: 29%;
	padding: 16px 0;
}

#sidebar p {
	margin-bottom: 10px;
}

#sidebar ul {
	margin-left: 5px;
	padding: 10px 0;
}

#sidebar li {
	margin: 0 3px 10px 5px;
	list-style: none;
	border-bottom: 1px dotted #9b0037;
}

#sidebar li a {
	background: url(../images/list.png) no-repeat 0 50%;
	display: block;
	padding-left: 15px;
}

#sidebar li a:hover {
	background-position: 3px 50%;
}

#sidebar .wighet {
	margin-left: 5px;
	margin-top: 10px;
}

#sidebar .font-s {
	font-size: small;
	background: #eeeeee;
}

/* サイドバー　バナー　ブログ */
.blog_img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.blog_img {
		width: 75%;

	}
}

/* サイドバー　バナー　ご予約・お問い合わせはこちら */
.bnr_side_image img {
	width: 100%;
	height: auto;

}

/*************************
/* フッター
*************************/
#footer {
	clear: both;
	padding: 10px 0 10px;
	border-top: 1px dotted #9b0037;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#footer {
		padding: 0;
		border-top: none;
	}
}

#footer .inner {
	overflow: hidden;
	display: flex;
}

* html #footer .inner {
	height: 1%;
}

#footer .logo {
	float: left;
	padding: 15px 0 5px 10px;
	width: 290px;
}

#footer .box ul li {
	font-size: 11px;
	background: url(../images/list2.gif) no-repeat 0 0.2em;
	list-style: none;
	padding-left: 1.5em;

}

address {
	padding: 20px 0 3px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	clear: both;
	display: block;
}

@media screen and (max-width: 768px) {
	address {
		padding: 0;
		text-align: center;
		font-style: normal;
		font-size: 12px;
		clear: both;
		display: block;
	}
}

.sp_copyright {
	background: linear-gradient(to bottom, #e0498b 0%, #B34C7B 110%);
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 0 #444444;
}

.inner_pcfooter {
	display: flex;
	white-space: nowrap;

}

@media screen and (max-width: 768px) {
	.inner_pcfooter {
		display: none;
	}
}

/* SP フッター */
.nav_sp {
	display: flex;
}

.sp_footer {
	margin-bottom: 0;
	width: 50%;

	border: 1px solid #ccc;
	background: #ddd;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #fff, #ccc);
}

.sp_footer a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 10px;
}

.sp_footer:hover {
	opacity: 0.6;
}


/*************************
/* table
*************************/

table.free_table {
	margin-left: 20px;
	padding: 10px 12px;
}

table.free_table th,
table.free_table td {
	padding: 10px 12px;
}

table.base_table {
	margin-top: 20px;
	margin-left: 20px;
	width: 95%;
	border-top: 1px solid #CCC;
}

table.base_table th {
	border-bottom: 1px solid #CCC;
	padding: 7px 6px;
	text-align: center;
}

table.base_table td {
	border-bottom: 1px solid #CCC;
	padding: 7px 6px;
	line-height: 160%;
}

/* テーブルスタイル参考：th赤バック */
table.red th {
	background: #a55c67;
	color: #FFF;
}

/* テーブルスタイル参考：thうすバック */
table.light_pink th {
	background: #f8dae0;
	color: #333333;
	width: 150px;
}

/* テーブルスタイル参考：thグレーバック */
table.light_gray th {
	background: #EFEFEF;
	color: #333333;
	width: 150px;
}

table.table_center td {
	text-align: center;
}


/* 相談のご予約 */
.text_area1 {
	width: 50%;
	line-height: 1.0;
	border-radius: 2px;
	height: 25px;
	border: 1px solid #999999;
	padding-left: 5px;
}

.text_area2 {
	width: 70%;
	line-height: 1.0;
	border-radius: 2px;
	height: 25px;
	border: 1px solid #999999;
	padding-left: 5px;
}

.text_area3 {
	width: 40%;
	line-height: 1.0;
	border-radius: 2px;
	height: 25px;
	border: 1px solid #999999;
	padding-left: 5px;

}

.text_areamessage {
	width: 50%;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 5px;
}

.radio-button_label {
	margin: 5px;
}

.old_label {
	margin: 5px;

}

.old_label_text {
	width: 30px;
	padding-left: 5px;

}

.send_button {
	padding: 10px 80px;
}

@media screen and (max-width: 768px) {
	.text_area1 {
		width: 100%;
		line-height: 2.0;
		border-radius: 8px;
		height: 35px;
		box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1),
			inset -2px -2px 2px rgba(0, 0, 0, .1);
	}

	.text_area2 {
		width: 100%;
		line-height: 2.0;
		border-radius: 8px;
		height: 35px;
		box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1),
			inset -2px -2px 2px rgba(0, 0, 0, .1);

	}

	.text_area3 {
		width: 100%;
		line-height: 2.0;
		border-radius: 8px;
		height: 35px;
		box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1),
			inset -2px -2px 2px rgba(0, 0, 0, .1);

	}


	.send_button p {
		margin: 5px;
		padding: 2px 10px !important;
	}

	.text_areamessage {
		width: 100%;
		border: 1px solid #999999;
		box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1),
			inset -2px -2px 2px rgba(0, 0, 0, .1);
	}

	.send_box {
		margin: 0 auto;
		text-align: center;
	}

	.send_button {
		width: 100%;
		align-items: center;
		padding: 15px 80px;
		font-size: 18px;
	}
}


/* 相談室のご案内　マップ */
.map_box iframe {
	width: 100%;
	padding: 10px 0;
}

/* サイトマップ */

.sitemaps_box {
	float: left;
	margin: 20px 16px 10px 30px;
	line-height: 1.2;
}

.sitemaps_list {
	font-size: 18px;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.sitemaps_box {
		float: left;
		margin: 10px 13px 8px 20px;
		line-height: 1.0;
	}

	.sitemaps_list {
		font-size: 16px;
		padding-bottom: 8px;
	}
}
