@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: Meiryo, "メイリオ", Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
}

/* 固定ヘッダーアンカーリンク調整 */
:root {
	--header: 120px;
	scroll-padding: var(--header);
}
/*アンカーリンク設定*/
[id]{
   scroll-margin-top: 50px;
}
body {
	color:#333333;
	background-color: #FFFFFF;
	font-size: 12px;
}
img {
}
a img {
	border: 1px solid #CCCCCC;
}
li {
	list-style-type: none;
}
a {
	color: #0085B0;
}
b {
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 5px;
}
a:hover {
	color: #00C1DD;
	text-decoration: none;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	opacity: .8;
}

textarea, input ,select{
	width: 100%;
	border: 1px solid #cbcbcb;
}
input[type=radio],
input[type=checkbox] {
	width:auto;
}
input[type="submit"], .btn_frm {
	width: 100%;
	border-radius: 0;
}
.table_info input{
	padding: 10px 5px;
	border-radius:0;
}
.table_info input[type=checkbox]{
	padding: 0;
}
.table_info input[type=radio]{
	padding: 0;
}
.table_info select{
	padding: 10px 5px;
	border-radius:0;
	background: #fff;
}
.table_info textarea{
	border-radius:0;
}

#base {
	/* width: 950px; */
	/* margin: 0 auto; */
	/* background: #CCCCCC; */
	/* border-right: 5px solid #ccc;
	border-left: 5px solid #ccc; */
	/* padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px; */
}

#base2 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*共通スタイル*/
.mb_10{
	margin-bottom: 10px;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}
.font_14 {
	font-size: 14px;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/*
ヘッダー
-------------------------------------------*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
	z-index: 50;
}
header #head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 980px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
	box-sizing: border-box;
}
header #head img {
	border: none;
}
header #head #info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header #head #info .btn_group {
	display: flex;
	flex-wrap: nowrap;
}
header #head #info .btn_group a {
	position: relative;
	margin-right: 4px;
	padding: 8px 8px 8px 32px;
	border: 1px solid #A6B8BB;
	border-radius: 8px;
	color: #1f1f1f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
header #head #info .btn_group a:last-of-type {
	margin-right: 0;
}
header #head #info .btn_group a img {
	position: absolute;
	top: 6px;
	left: 8px;
}
header #head .info_tel .btn_contact a {
	position: relative;
	margin-right: 4px;
	padding: 8px 18px 8px 35px;
	border: 1px solid #A6B8BB;
	border-radius: 8px;
	color: #fff;
	background: #009999;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
header #head .info_tel .btn_contact a:last-of-type {
	margin-right: 0;
}
header #head .info_tel .btn_contact a img {
	position: absolute;
	top: 7px;
	left: 7px;
}
header #head .info_tel p {
	display: block;
    font-size: 13px;
    margin: 10px 0;
	text-align: right;
}
header #head .info_tel span {
    font-size: 18px;
}
/*------------------------------------------
グローバルナビ
-------------------------------------------*/
#nav {
	background: #009999;
}
#nav > .nav_list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#nav .nav_list > li {
	width: calc(100% / 3);
	box-sizing: border-box;
}
#nav ul li .nav_toggle {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 16px 32px 16px 24px;
	border-right: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	transition: .3s all;
}
#nav ul li:first-of-type .nav_toggle {
	border-left: 1px solid #fff;
}
#nav ul li .nav_toggle.current {
	background: #fff;
	color: #009999;
}
#nav ul li .nav_toggle.current:hover {
	background: #f8f8f8;
}
#nav ul li .nav_toggle::after {
	content: "";
	position: absolute;
	top: 50px;
	right: 20px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: -30px 0 0 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#nav ul li .nav_toggle.current::after {
	border-bottom: 2px solid #009999;
	border-right: 2px solid #009999;
}
#nav ul li .nav_toggle:hover {
	background: #018a8a;
	cursor: pointer;
}
#nav ul li .nav_group {
	position: absolute;
	left: 0;
	display: none;
	background: #fff;
	padding: 32px calc((100% - 950px) / 2);
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
#nav ul li .nav_group .btn_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-width: 950px;
}
#nav ul li .nav_group .link_list {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	min-width: 950px;
}
#nav ul li .nav_group .link_list ul {
	width: calc(100% / 4);
	margin: 0 10px 24px 0;
	padding: 10px 0 0 0;
	border-right: 1px solid #A6B8BB;
}
#nav ul li .nav_group .link_list ul:last-of-type {
	border: none;
	margin-bottom: 0;
}
#nav ul li .nav_group .link_list ul li {
	padding: 0 0 16px 0;
	box-sizing: border-box;
}
#nav ul li .nav_group .link_list a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #1f1f1f;
	text-decoration: none;
	box-sizing: border-box;
	transition: .3s all;
}
#nav ul li .nav_group .link_list a:hover {
	color: #009999;
}
#nav ul li .nav_group  .link_list a::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #009999;
	border-right: 2px solid #009999;
	transform: rotate(-45deg);
}
#nav ul li .nav_group .link_list a:nth-of-type(4n) {
	padding-right: 0;
}
#nav ul li .nav_group .other_list {
	display: flex;
	align-items: center;
	justify-content: right;
	padding-top: 24px;
	border-top: 1px solid #A6B8BB;
}
#nav ul li .nav_group .other_list a {
	position: relative;
	padding: 4px 8px;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	background: #009999;
	text-decoration: none;
	transition: .3s all;
}
#nav ul li .nav_group .other_list a::after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	background: url(../images/icon_tab.svg) no-repeat;
	background-size: cover;
	width: 11px;
	height: 11px;
}
#nav ul li .nav_group .other_list a:hover {
	opacity: .8;
}
#nav ul li .nav_group .other_list a + a {
	margin-left: 16px;
}
#nav ul li .nav_group .btn_ic {
	width: calc((950px - 48px) / 3);
	padding: 16px 0;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	transition: .3s all;
}
#nav ul li .nav_group .btn_ic + .btn_ic {
	margin-left: 24px;
}
#nav ul li .nav_group .btn_ic img {
	border: none;
	max-width: 25px;
}
#nav ul li .nav_group .btn_ic span {
	display: block;
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#nav ul li .nav_group .btn_ic.co1 {
	background: #F49617;
}
#nav ul li .nav_group .btn_ic.co1:hover {
	background: #e28710;
}
#nav ul li .nav_group .btn_ic.co2 {
	background: #4081C4;
}
#nav ul li .nav_group .btn_ic.co2:hover {
	background: #3572b0;
}
#nav ul li .nav_group .btn_ic.co3 {
	background: #66C25B;
}
#nav ul .nav_group .btn_ic.co3:hover {
	background: #54aa4a;
}
#nav ul li .hp + .nav_group .btn_ic.co1 {
	background: #ED5E8A;
}
#nav ul li .hp + .nav_group .btn_ic.co1:hover {
	background: #da4f79;
}
/* オープン */
header .bg_close.active {
	position: absolute;
	top: 113px;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	z-index: -10;
}

/*
メイン
-------------------------------------------*/
#main {
	width: 980px;
	background-color: #FFFFFF;
	margin: 185px auto 80px;
	padding: 0 20px;
	box-sizing: border-box;
}
#main2 {
	background-color: #FFFFFF;
}
#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}
#content #mokuji {
	margin-top: 1px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 5px;
}

#content2 {
	width: 690px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#content2 #mokuji {
	margin-top: 1px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 5px;
}


#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #9F7331;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0BB97;
	padding-bottom: 1px;
	background-color: #FFFFFF;
}
#content .box_out {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_out2 {
	background-color: #FFFFCC;
	margin-bottom: 5px;
	padding: 7px;
}
#content .box_out3 {
	background-color: #FFFFED;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 7px;
	border: 5px solid #FF0067;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 16px;
}

#main.top h2 {
	position: relative;
	height: auto;
	line-height: normal;
	border: none;
	margin: 0;
	padding: 0;
}
#main.top h2 img {
	position: absolute;
	top: 2px;
	left: 0;
}
#main.top h2 span {
	line-height: normal;
	margin: 0;
	padding: 0 0 0 24px;
	font-size: 18px;
	font-weight: bold;
	color: #009999;
}
#main.top h2 a {
	margin-left: 16px;
	font-size: 14px;
}
#main.top .box_in {
	border: 3px solid #009999;
}
#main.top #news {
	position: relative;
	height: 380px;
	box-sizing: border-box;
}
#main.top #news h2 {
	display: inline-block;
	margin-bottom: 10px;
}
#content iframe {
	position: absolute;
	top: 16px;
	right: 16px;
	width: calc(100% - 32px);
	height: 340px;
	overflow: visible;
	box-sizing: border-box;
}
#main.top #review {
	margin-top: 24px;
}
#main.top #review h2 + p {
	font-size: 14px;
}
.ac_toggle {
	position: relative;
}
.ac_toggle::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 16px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #A6B8BB;
	border-right: 2px solid #A6B8BB;
	transform: rotate(45deg);
	transition: .3s all;
}
.ac_toggle:hover {
	cursor: pointer;
	opacity: .8;
}
.ac_content {
	display: none;
}
.ac_toggle.open::after {
	transform: rotate(-135deg);
}
#content2 #mokuji h3 {
	color: #9F7331;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0BB97;
	padding-bottom: 1px;
	background-color: #FFFFFF;
}
#content2 .box_out {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 5px;
	overflow: hidden;
}
#content2 .box_out2 {
	background-color: #FFFFCC;
	margin-bottom: 5px;
	padding: 7px;
}
#content2 .box_out3 {
	background-color: #FFFFD9;
	margin-bottom: 5px;
	padding: 7px;
	border: 5px solid #F90;
}
#content2 .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 10px;
	overflow: hidden;
}

h2 {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
}
h2 span {
	font-size: 12px;
	padding-left: 20px;
	color: #9C2332;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h2 {
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	margin-top: 3px;
	font-weight: bold;
}
#content h2 a.btn{
	background: #ff8a40;
	padding: 5px 10px;
	margin-left: 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#content h2 a.btn:hover{
	background: #de4b70;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#content h3 {
	font-size: 15px;
	color: #FFFFFF;
	padding: 4px 10px;
	/* line-height: 37px; */
	font-weight: bold;
	/* background-color: #9c2332; */
	background: #009999;
}
#content h3 span {
	font-size: 11px;
	/* color: #E897A2; */
	/* line-height: 12px;
	padding-left: 20px; */
	font-weight: bold;
	letter-spacing: 1px;
}
#content h3 img {
	vertical-align: bottom;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #666666;
}
#content h4 {
	color: #9F7535;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #D6B583;
	font-size: 15px;
	line-height: 18px;
	/* margin-right: 5px; */
	margin-bottom: 10px;
	/* margin-left: 5px; */
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: bold;
	padding-top: 3px;
}
#content h4 span {
	font-size: 12px;
	color: #C19148;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}
#content p, #content #site-caption-list div.box{
	margin-top: 10px;
}


#content2 h2 {
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	margin-top: 3px;
	font-weight: bold;
}
#content2 h3 {
	font-size: 15px;
	color: #FFFFFF;
	height: 29px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	font-weight: bold;
	background-color: #9c2332;
}
#content2 h3 span {
	font-size: 11px;
	color: #E897A2;
	line-height: 12px;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
#content2 h3 img {
	vertical-align: bottom;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #666666;
}
#content2 h4 {
	color: #9F7535;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #D6B583;
	font-size: 15px;
	line-height: 18px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: bold;
	padding-top: 3px;
}
#content2 h4 span {
	font-size: 12px;
	color: #C19148;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}
#content2 p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 12px;
	line-height: 18px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}
.img_left {
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
#top_img {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn_s {
	text-align: right;
	clear: both;
	padding: 10px;
}
.btn_s a, a.btn_s {
	color: #FFFFFF;
	background-color: #36B3E2;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
	background-image: url(../images/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.btn_s a:hover, a.btn_s:hover {
	color: #0F7ABB;
	background-color: #ECFBFF;
	background-image: none;
}

#content .to_top {
	text-align: right;
	padding-right: 0px;
	clear: both;
	margin-top: 40px;
}
#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul.list li {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #1072BA;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#content .chui {
	margin: 10px auto 0;
	color: #CC0033;
	font-size: 12px;
}
#content form + .chui {
	width: 600px;
}
#content .chui_mini{
	color: #CC0033;
	font-size: 11px;
}
#content .alert{
	color: #CC0033;
	font-size: clamp(16px, 2vw, 18px);
	border: 2px solid #CC0033;
	padding: 3px 5px;
	font-weight: bold;
}
#content .form_txt_01 {
	display: block;
	font-size: 10px;
}
#content2 .to_top {
	text-align: right;
	padding-right: 0px;
	clear: both;
	margin-top: 10px;
}
#content2 ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content2 ul.list li {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #1072BA;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#content2 .chui {
	color: #CC0033;
	font-size: 12px;
}
#content2 .form_txt_01 {
	display: block;
	font-size: 10px;
}


.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Meiryo, "メイリオ", Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	padding-top: 5px;
}
#form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
}
.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}
#content .menu_base {
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content2 .menu_base {
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
textarea, input {
	font-family: Meiryo, "メイリオ", Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
input[type="submit"],
.btn_frm {
	width: 100%;
	max-width: 400px;
	height: auto;
	line-height: 45px;
	background: #F49616;
	font-size: 14px;
	font-weight: bold;
	border: none;
	/* border-radius: 8px; */
	color: #fff;
	margin: 10px auto 0;
	box-sizing: border-box;
}
input[type="button"] {
	width: 100px;
	height: 38px;
	line-height: 38px;
	background: #4081C4;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
}
input[type="submit"]:disabled {
	background: #ccc;
}
input[type="button"]:disabled {
	background: #ccc;
}
/*-----dlリスト-----*/
#content .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}
/*
サイド
-------------------------------------------*/

#side {
	padding: 5px;
	float: left;
	width: 220px;
	margin-top: 5px;
}
#side h3 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	height: 40px;
	padding-bottom: 7px;
	font-weight: bold;
	margin-bottom: 1px;
	padding-top: 5px;
	text-align: center;
	background-color: #CC0033;
}
#side .side_box {
	width: 220px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 1px;
}
#side .side_box h3 {
	background-color: #F7F7F5;
	font-size: 12px;
	color: #666666;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#side .side_box .side_inbox {
	width: 210px;
	padding-bottom: 5px;
	background-color: #F5F5F4;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .side_box .side_inbox.jyapanda{
	padding-bottom: 35px;
}
#side li {
	line-height:0;
}
#side li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 5px;
	background-image: url(../images/side_li.gif);
	font-weight: bold;
}
#side li a:hover {
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(../images/side_li_ov.gif);
}
#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_btn {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #2799D7;
}
#side li a:hover span {
	color: #5EC7EE;
}
#side ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
	margin-top: 10px;
}
#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}
/*-------------------
フッター
----------------------*/
#footer_wrapper {
	position: relative;
	width: 100%;
}
#footer_wrapper a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
/* #footer_wrapper .f_top,
#footer_wrapper .f_bottom {
	width: 980px;
	padding: 0 20px;
	box-sizing: border-box;
} */
#footer_wrapper .f_top a + a {
	margin-left: 24px;
}
#footer_wrapper .footer_inner {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footer_wrapper .f_top {
	background: #1A3436;
	min-width: 980px;
}
#footer_wrapper .f_bottom {
	min-width: 980px;
	background: #3b5556;
}
#footer_wrapper .f_top .footer_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 20px;
}
#footer_wrapper #footer_inner a:hover {
	opacity: .8;
}
#footer_wrapper .f_bottom .footer_inner {
	padding: 24px 20px 0;
}
#footer_wrapper .flex {
	display: flex;
}
#footer_wrapper .f_menu + .f_menu {
	margin-left: 40px;
}
#footer_wrapper .f_menu p {
	width: 180px;
	margin-bottom: 8px;
	padding: 0 0 0 8px;
	border-left: 4px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#footer_wrapper .f_menu ul {
	padding-top: 8px;
	border-top: 1px solid #fff;
}
#footer_wrapper .f_menu ul li + li {
	margin-top: 10px;
}
#footer_wrapper #f_logo {
	padding: 40px 0 56px 0;
	font-size: 22px;
	color: #fff;
	text-align: right;
	font-family: Meiryo, "メイリオ", Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
#footer_wrapper #f_logo p {
	font-size: 12px;
	color: #D2D9D9;
	line-height: 16px;
	text-align: right;
	font-family: Meiryo, "メイリオ", Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.media_list {
	display: flex;
}
.media_list li {
	margin-right: 10px;
	width: calc((100% - 20px) / 3);
}
.media_list li:last-of-type {
	margin-right: 0;
}
.media_list li a > img {
	display: block;
	margin: 10px auto;
}
/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content table.table_info.m30 {
	margin-bottom: 0px
}
#content p.red.m30 {
	width: 600px;
	margin: 10px auto 30px;
}
#content table.table_info.mb_40 {
	margin-bottom: 40px;
}
#content table td {
	padding: 2px;
	/* border: 1px solid #EAE8DF; */
	font-size: 14px;
	font-size: clamp(10px , 3vw , 14px);
}
#content table td span.b {
	font-weight: bold;
}
#content table th {
	font-size: 14px;
	font-size: clamp(10px , 3vw , 14px);
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #EAE8DF;
	border-bottom-color: #D1CDBA;
	border-left-color: #EAE8DF;
	background-color: #F1ECE3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #664B24;
}
#content form table th {
	width: 135px;
}
#content table td.td_head {
	/* background-color: #FAF8F3; */
	background: #F0F8F8;
	text-align: right;
	padding: 20px;
/*	white-space: nowrap;*/
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #ABBDBE;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	/* background-image: url(../images/td_head.gif); */
	/* background-repeat: repeat-x; */
	width: 40%;
}
#content table td.td_odd {
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	/* background-image: url(../images/td_odd.gif); */
	/* background-repeat: repeat-x; */
	line-height: 18px;
	vertical-align: middle;
}
#content table td.td_odd label{ display: block;margin: 3px 0; }
#content table td.td_odd.sales_type label{
	display: inline-block;
	margin: 3px 16px 3px 0;
}

#content table td.td_odd input{ margin: 0 4px 0 0; }
#content table td.td_odd.sales_type input{
	margin: 0;
	vertical-align: text-top;
}

#content table td.td_odd #other_yokohama_text p {
	padding-top: 8px;
}

#content table td.td_odd.input_number input {
	width: 100%;
	max-width: 120px;
}

#content table td.td_odd.kodawari_no select {
	max-width: 60px;
}
#content table #open_time td.td_odd select,
#content table #end_time td.td_odd select,
#content table td.td_odd.ad-area select {
	width: auto;
}

#content table td.td_odd.price input {
	width: 100%;
	max-width: 120px;
}

#content table td.td_odd.width_160 label{
	width: 100%;
	display: inline-block;
	padding-right: 4px;
}
#content table td.td_odd.width_300 label{
	width: 300px;
	display: inline-block;
	padding-right: 4px;
}
#content table td.td_odd.width_167 label{
	width: 167px;
	display: inline-block;
	font-size: 11px;
}
#content table td.td_odd.check_block label{
	width: calc((100% - 8px) / 2);
	display: inline-block;
	font-size: 11px;
}
#content table td.td_odd.radio_bool label,
#content table td.td_odd.pledge label{
	display: inline;
}
#content table td.td_odd .picky_about select {
	max-width: 100px;
}

#content table td.td_odd #checkBox label,
#content table td.td_odd #checkBox2 label,
#content table td.td_odd #checkBox3 label,
#content table td.td_odd #checkBox4 label,
#content table td.td_odd #checkBox5 label,
#content table td.td_odd #checkBox6 label,
#content table td.td_odd #checkBox7 label,
#content table td.td_odd #checkBox8 label,
#content table td.td_odd #checkBox9 label
{
	display: inline;
}
#content .form_caution{
	/* width: 580px; */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 10px;
	background: #fff5f4;
	color: #CC0033;
}
#content .form_caution span{
	color: #CC0033;
	font-weight: bold;
}
.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C6B18E;
}
#content table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BDB7A1;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	white-space: nowrap;
	background-color: #FCFBF8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;

	text-align:center;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #36A6DC;
}
#content table.table_menu td {
	padding-left: 5px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 5px;
}

#content table.table_menu td.price {
	text-align:right;
}


#content table.table_menu td.even {
	background: #fff5ea;
}

#content table.table_menu td.odd {
	background: #fbfbfb;
}

#content .table_menu strong {
	font-size: 12px;
	/* color: #238CCB; */
	color: #009999;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}
#content table.table_menu td {
	font-size: 12px;
	border: 1px solid #ccc;
}
#content table.table_menu th {
	font-size: 12px;
	/* background-image: url(../images/th.gif);
	background-repeat: repeat-x;
	background-position: center top; */
	background: #F0F8F8;
	color: #334A51;
	border-right-color: #ABBDBE;
}
#content table.table_menu th.table_head {
	background-image: unset;
	border-right: none;
	background-color: #f2fbff;
}
#content table.table_plan{
	width: 100%;
}
#content table.table_plan td {
	text-align: center;
}
#content table.table_plan td.atten_01{
	background:#fbf0fa;
}
#content table.table_plan td.atten_02{
	background:#e7f1f9;
}
#content table.table_plan td.atten_03{
	background:#eff3e7;
}
#content table.table_plan td.bottom{
	/* border-bottom:1px solid #999; */
}
#content table.table_plan_01 td{
	text-align: center;
	color: #236acb;
}
#content table.table_plan th span{
	font-size: 10px;
}
#content2 table.table_info {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content2 table td {
	padding: 2px;
	border: 1px solid #EAE8DF;
	font-size: 14px;
}
#content2 table th {
	font-size: 14px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #EAE8DF;
	border-bottom-color: #D1CDBA;
	border-left-color: #EAE8DF;
	background-color: #F1ECE3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #664B24;
}
#content2 form table th {
	width: 135px;
}
#content2 table td.td_head {
	background-color: #FAF8F3;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(../images/td_head.gif);
	background-repeat: repeat-x;
	width: 225px;
}
#content2 table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(../images/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}

#content2 table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BDB7A1;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FCFBF8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#content2 table.table_menu th span {
	font-size: 10px;
	color: #36A6DC;
}
#content2 table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#content2 .table_menu strong {
	font-size: 12px;
	color: #238CCB;
	padding-right: 5px;
	padding-left: 5px;
}
#content2 table.table_menu {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content2 .table_info .td_odd p {
	margin: 0px;
}
#content2 table.table_menu td {
	font-size: 12px;
}
#content2 table.table_menu th {
	font-size: 12px;
	background-image: url(../images/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #334A51;
	background-color: #F7F9F9;
	border-right-color: #ABBDBE;
}
#add_box {
	margin: 15px auto 30px;
}
#add_box > div {
	margin: 0 auto;
}
#add_box #del, #add_box #pjdel {
    margin-top: 10px;
}


/*モーダル*/
.modal-overlay {
	background: rgba(255,255,255,0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
}
input.trigger {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}

.modal-overlay {
	opacity:0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	z-index: -999;
	padding-top: 1%;
}
label.modal-close{
	width: 100%;
	height: 150%;
	display: block;
	margin: auto;
	position: absolute;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: none;
	z-index: 999999999;
}
input.trigger:checked ~ .modal-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
	z-index: 99999;
}
#job_plan input.trigger:checked ~ .modal-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
	z-index: 99999;
}
.modal-overlay{
	/*  overflow-y: scroll;*/
}
.modal-scroll{
	width: 400px;
	height: 270px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e8e8e8;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 2px #868686;
}
#bust_plan .modal-scroll{
	width: 440px;
	height: 180px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e8e8e8;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 2px #868686;
}
#content .job_plan .modal-overlay .modal-scroll .title{
	text-align: center;
	background: #000;
	font-size: 18px;
	padding: 10px 0 8px;
	border-radius: 4px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background: #14a759;
	color: #fff;
	margin-bottom: 20px;
}
#content .modal-scroll .txt{
	font-size: 15px;
	margin-bottom: 15px;
	text-align:left;
	line-height: 22px;
}
.modal-scroll .txt span{
	color: #ff0000;
	font-size: 17px;
}
input.trigger {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}
.modal > label {
	/* background: #FFD300; */
	cursor: pointer;
	display: inline-block;
}
.modal_btn {
	background: #14a759;
	padding: 3px 20px;
	border-radius: 80px;
	color: #fff;
}
.ng_word{
	margin: 10px 0 10px 10px;
}
.ng_word .modal-overlay{
	overflow-y: scroll;
}
.ng_word .modal-scroll{
	position: static;
	max-width: 750px;
	width: 98%;
	height: auto;
	background: none;
	box-shadow: none;
}
.ng_word .modal-scroll span{
	background: #ffffff;
	padding: 10px;
	border: 2px solid #e0d2a7;
	margin: 10px;
	display: inline-block;
}
.ng_word .modal-scroll img{
	max-width: 750px;
	width: 100%;
}
#bust_plan .modal_btn {
	background: #14a759;
	padding: 6px;
	border-radius: 80px;
	color: #fff;
	letter-spacing: -.5px;
}

/*
ギャラリー
-------------------------------------------------------------------*/
#content .box3 {
	text-align: center;
	width: 205px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BF9F62;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CF;
	border-right-color: #EBE1CF;
	border-bottom-color: #EBE1CF;
	border-left-color: #EBE1CF;
	background-image: url(../images/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #008DD9;
	background-color: #F0FDFF;
	background-image: none;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #89E1FE;
	border-right-color: #89E1FE;
	border-bottom-color: #2FCAFD;
	border-left-color: #89E1FE;
}
#content .box3:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}
.side_inbox h3 .img1 {
	/*background-color: #FFD9A2;*/
	background-color: #ffe0b1;
	height: 31px;
	width: 100%;
}
.side_inbox h3 .img2 {
	background-color: #fff;
	height: 31px;
	padding: 1px;
	border: 1px double #eee;
}
.side_inbox h3 .img3 {
	background-color: #FFD2E9;
	height: 25px;
	width: 100%;
}
.side_inbox h3 .img4 {
	background-color: #000000;
	height: 25px;
	width: 100%;
}

.side_inbox h3 .img5 {
	/*background-color: #10853c;*/
	background-color: #dfd0b3;
	height: 31px;
	width: 100%;
}

.side_inbox h3 .img6 {
	/*background-color: #e8e7e7;*/
	background-color: #fdedf2;
	height: 31px;
	width: 100%;
}
.side_inbox h3 .img7 {
	background-color: #fff2b4;
	height: 25px;
	width: 100%;
}

.box_in .caption {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#content .table_none {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .table_none td {
	text-align: center;
}
textarea {
	width: 100%;
}
.textarea-indent {
	width: 540px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.textarea-indent:first-of-type{
	margin-top: 10px;
}

.caption-1 {
	width: 682px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #009999;
	border-left-color: #009999;
	padding-left: 3px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.caption-2 {
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #009999;
	border-left-color: #009999;
	font-weight: bold;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
.caption-blue {
	color: #0F7ABB;
	font-weight: bold;
}

.list img {
	vertical-align: text-top;
}
.contentstitle {
	color: #333;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 630px;
	padding-top: 20px;
	margin-left: 20px;
}
.essential {
	color: #F00;
	font-size: 11px;
}

#site-caption-list {
	/* width: 630px; */
	/* margin-left: 20px; */
	margin-bottom: 15px;
}
#site-caption-list li {
	margin-top: 3px;
	list-style-type: disc;
}
#site-caption-list .link_box{
	display: flex;
	align-items: center;
}
#site-caption-list .link_orm1-free {
    display: inline-block;
	width: 100%;
	max-width: 320px;
	border-radius: 8px;
	padding: 8px;
	text-align: center;
	background: #ff6701;
	border: 2px solid #ff6701;
	box-sizing: border-box;
	transition: 0.3s all;
}
#site-caption-list .link_orm1-free a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	transition: 0.3s all;
}
#site-caption-list .link_orm1-free a:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 1px 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: 0.3s all;
}
#site-caption-list .link_orm1-free:hover { background: #fff; }
#site-caption-list .link_orm1-free:hover a { color: #ff6701; }
#site-caption-list .link_orm1-free:hover a:after {
	border-top: 2px solid #ff6701;
	border-right: 2px solid #ff6701;
}
#site-caption-list .red2 {
	font-size: 12px;
}

#site-caption-list2 {
	margin-bottom: 15px;
}
#site-caption-list2 li {
	margin-top: 3px;
	list-style-type: disc;
}

.box_in .step-line-title {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	/* background-color: #336699; */
	background: #009999;
	font-size: 14px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.box_in .step-line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	/* background-color: #FFFFCC; */
	background-color: #F0F8F8;
	font-size: 13px;
	margin-top: 0px;
}

/*
装飾
-------------------------------------------------------------------*/
.red {
	color: #F00;
}
.red2 {
	color: #F03;
	font-size: 10px;
	font-weight: bold;
}
.red3 {
	color: #F03;
	font-weight: bold;
	text-align: center;
}

.red4 {
	color: #F03;
	font-weight: bold;
	font-size: 15px;
}

.pink {
	/* color: #F3C; */
	color: #009999;
}

.blue {
	color: #09F;
}

.blue2 {
	color: #09F;
	font-weight: bold;
	font-size: 15px;
}

.blue3 {
	color: #0040fc;
}

.fw-normal {
	font-weight: normal;
}

.big {
	font-weight: bold;
	font-size: 15px;
}

.mini {
	font-size: 10px;
}

.subtitle1 {
	font-size: 15px;
	color: #009999;
}

p.pop_btn {
	display: flex;
	justify-content: left;
}
p.pop_btn a {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 5px 0;
	width: 120px;
	color: #F6F6F6;
	text-align: center;
	/* background-color: #9C2332; */
	background: #009999;
	border: 4px double #EEEEEE;
	z-index: 1;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
p.pop_btn a:hover {
	opacity: .8;
}
p.pop_btn a:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 6px;
	margin-top: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 0;
}
/* p.pop_btn a:hover:after {
	right: -11px;
	border-color: transparent transparent transparent #FF6806;
	z-index: 5;
} */
.waku-border1 {
	border: 3px solid #FFF;
	font-weight: bold;
	font-size: 120%;
	background-color: #FFFFFF;
	/* [disabled]color: #C03; */
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#content .opt-table {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 0px;
}
#content .opt-table td {
	font-size: 100%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-width: 0px 0px 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#content2 .opt-table {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 0px;
}
#content2 .opt-table td {
	font-size: 100%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-width: 0px 0px 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/* アロマパンダ通信リンクページ */
.link_aroma-tsushin {
	/* background-image: url("../images/bg_link_aroma-tsushin.png"); */
	width: 560px;
	/* margin: 10px auto 0; */
	background-repeat: no-repeat;
}
/* .link_aroma-tsushin ul {
	padding-top: 180px;
	padding-left: 280px;
} */
.link_aroma-tsushin ul li a.area {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #9F7535;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #D6B583;
	padding-left: 8px;
}
.link_aroma-tsushin ul li a.area:hover {
	opacity: 0.7;
}
.link_aroma-tsushin ul li.border {
	padding: 15px 0;
}
.link_aroma-tsushin ul li.border2 {
	width: 250px;
	border-top: 1px dotted #D6B583;
	padding: 15px 0;
}
/* //アロマパンダ通信リンクページ */

/* キャンペーンページ*/

#ap_campaign {
	#content h2:first-child {
		position: relative;
	}
	#content h2:first-child::before {
		position: absolute;
		right: 0;
		content: "※ 金額は全て税込表示です";
		color: #6b6b6b;
		font-size: 12px;
		font-weight: normal;
	}

	.campaign_list > li {
		position: relative;
		margin-bottom: 24px;
		padding: 10px;
		background: #F0F8F8;

		.campaign_name {
			padding: 0 4px;
			font-size: 16px;
			font-weight: bold;
			border-bottom: 1px solid #009999;
			color: #009999;
			background-color: transparent;
		}

		dt {
			color: #6b6b6b;
			margin: 32px 0 0 4px;
		}

		dd {
			margin: 0 0 0 4px;
			font-size: 14px;

			p:not(.red) {
				font-size: 14px;
			}
		}

		.campaign_h4 {
			margin: 32px 0 16px;
			padding: 0;
			border: none;
			font-size: 14px;
			color: #009999;
			font-weight: bold;
		}


		.campaign_atten {
			/* margin: 40px 0 0 4px; */
			margin-top: 40px;
			margin-left: 4px;
			color: rgb(255, 0, 0);
		}

		/* 新春キャンペーン用 */
		.campaign_h4.gold {
			display: inline-block;
			padding: 0 4px 2px 0;
			color: #cea814;
			border-bottom: 1px solid;
		}
		.campaign_h4.silver {
			display: inline-block;
			padding: 0 4px 2px 0;
			color: #6b797e;
			border-bottom: 1px solid;
		}

		.cp_newyear_ex th, .cp_newyear_ex td {
			padding: 0;
			border: none;
		}
		.cp_newyear_ex th {
			padding-right: 1em;
			background: none;
			color: #333;
		}
		.cp_newyear_ex td {
			text-align: right;
		}

	}


	.tab_area > .flow_list li:last-of-type {
		margin-bottom: 0;
	}

	.flow_list li::before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -48px;
		transform: translate(-50% , 0);
		display: inline-block;
		border: 28px solid transparent;
		border-top: 24px solid #F0F8F8;
	}
	.flow_list li:last-of-type::before {
		display: none;
	}
	.flow_list.arrow_none li::before {
		display: none;
	}
}
.event_box{
	text-align: center;
}
.event_box a img{
	max-width: 400px;
	margin: 20px auto 0;
}
/* //キャンペーンページ*/

/* イベント */
#content.event p {
	/* font-size: 14px; */
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.5;
}
.event #site-caption-list {
	width: 100%;
	margin: 0;
}
#content.event .caption-blue {
	padding: 0 2px;
	margin: 0 0 0 10px;
	font-size: 16px;
	background: linear-gradient(transparent 60%, #FFE160 60%);
}
#content.event .caption-blue + p {
	margin-top: 6px;
}
.event .description_list li {
	margin-top: 32px;
}
#content.event .description_list li h5 {
	padding-left: 4px;
	border-left: 3px solid #0F7ABB;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#content.event .description_list li h5 + p,
#content.event .description_list li b + p {
	margin-top: 6px;
}
#content.event .description_list li b {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
.event .description_list li .atten_price + b {
	margin-top: 40px;
}
.event form b {
	display: block;
	margin-top: 64px;
	text-align: center;
	font-size: 20px;
	color: #0F7ABB;
	font-weight: bold;
}
#content.event .form_ttl {
	margin: 64px 0 40px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.event form .cap {
	display: block;
	color: #F00;
}
.event form .check {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.event form .check input {
	display: inline-block;
	margin-right: 4px;
}
.event #add_box {
	position: relative;
	margin-bottom: 8px;
}
.event #add_box + p {
	padding: 30px 0;
}
.event #del {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px;
	background: #FF3942;
	border:  1px solid #FF3942;
	border-radius: 2px;
	color: #fff;
}
.event #add {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	background: #3774F6;
	border: 1px solid #3774F6;
	border-radius: 2px;
	color: #fff;
}
.atten_price {
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	padding: 12px;
	margin: 10px 0 30px;
	box-sizing: border-box;
	color: #ff0000;
	background: #fffbf5;
	border: 2px solid #fdf6eb;
	font-size: 13px;
}
.fs-12 {
	font-size: 12px;
}
.fs-20 {
	font-size: 18px;
	font-weight: bold;
}
#content.event .bnr_option {
	padding: 10px 0 15px;
	margin: 48px 0 20px;
	border: 1px solid #ddd;
}
#content.event .bnr_option p {
	padding: 0;
	font-size: 12px;
}
#content.event .bnr_option b {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#content.event .bnr_option ul{
	text-align: center;
}
#content.event .bnr_option ul li {
	width: 45%;
	margin: 0px;
	display: inline-block;
}
/*モーダル*/
.modal_info > label {
	background: none;
	padding: 0;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.modal-area img {
	max-width: 80%;
	max-height: 80%;
}
.modal-overlay {
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
}
/*要素を中央へ*/
.modal-area img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
input.trigger {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}
.modal-overlay {
	opacity:0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
	z-index: -999;
	padding-top: 1%;
}
label.modal-close {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	position: absolute;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
input.trigger:checked ~ .modal-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
	z-index: 99999;
}

/* --------------
content_box
----------------*/
.content_box {
	margin: 20px 16px 0;
}
.content_box + .content_box,
.content_box + h4 {
	margin-top: 40px;
}
#content h3.box_ttl {
	position: relative;
	height: auto;
	line-height: normal;
	margin-bottom: 10px;
	padding-left: 6px;
	border-left: 5px solid #009999;
	border-bottom: 1px solid #009999;
	background-color: #fff;
	color: #333333;
	font-size: 16px;
}
#content h3.box_ttl a {
	color: #333;
	font-weight: bold;
}
#content h3.box_ttl span a {
	position: absolute;
	bottom: 6px;
	right: 0;
	font-size: 11px;
	font-weight: normal;
	color: #0085B0;
}
#content h3.box_ttl + .price {
	font-size: 14px;
	font-weight: bold;
}
.content_box .flex {
	display: flex;
}
.content_box .flex a {
	margin-right: 16px;
}
#content .content_box .box_ttl + p.txt {
	margin-bottom: 16px;
}
#content .content_box p.txt {
	margin-top: 10px;
}
#content p.txt.alert {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
/* #content p打ち消し */
#content .content_box p {
	line-height: normal;
	margin: 0;
	padding: 0;
}
/* リスト */
.circle_list li {
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
}
.circle_list li:first-of-type {
	margin: 0;
}
.circle_list li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	border-radius: 50%;
	background: #009999;
}
.circle_list li span {
	padding-left: 20px;
	font-size: 12px;
}
.circle_list.op {
	margin-top: 16px;
}
.circle_list.op li {
	font-size: 16px;
}
.circle_list.op li span {
	margin-left: 10px;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ccc;
}
#content .content_box .circle_list.op + .txt {
	margin-top: 6px;
}
#content .content_box .op_txt {
	margin-top: 16px;
	font-size: 14px;
}
.cap_list {
	margin-top: 16px;
	font-size: 14px;
}
.cap_list li {
	font-weight: bold;
}
.cap_list li + li {
	margin-top: 2px;
}
.check_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.check_list li {
	position: relative;
	align-self: start;
	width: calc((100% - 10px) / 2);
	margin: 10px 0 0;
	padding: 8px 8px 8px 30px;
	background: #F0F8F8;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	box-sizing: border-box;
}
.check_list li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid #009999;
}
.check_list li::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 12px;
	width: 8px;
	height: 4px;
	border-left: 2px solid #009999;
	border-bottom: 2px solid #009999;
	transform: rotate(-45deg);
}
.check_list li span {
	display: block;
	margin-top: 2px;
	font-size: 10px;
}
.check_list li:first-of-type,
.check_list li:nth-child(2) {
	margin-top: 0;
}
.flow_list li {
	position: relative;
	margin-bottom: 24px;
	padding: 20px;
	background: #F0F8F8;
}
.tab_area > .flow_list li:last-of-type {
	margin-bottom: 0;
}
.flow_list li div {
	padding: 0 8px 4px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #009999;
	color: #009999;
}
#content .flow_list li p {
	margin: 0;
	padding: 10px;
}
.flow_list li::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -48px;
	transform: translate(-50% , 0);
	display: inline-block;
	border: 28px solid transparent;
	border-top: 24px solid #F0F8F8;
}
.flow_list li:last-of-type::before {
	display: none;
}
.flow_list.arrow_none li::before {
	display: none;
}
.btn_main {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 24px auto 0;
	padding: 10px;
	background: #fff;
	border: 2px solid #009999;
	/* border-radius: 4px; */
	color: #009999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	box-sizing: border-box;
}
.btn_main:hover {
	color: #009999;
	opacity: .8;
}
.btn_main.fill {
	background: #009999;
	color: #fff;
}
.btn_main.fill:hover {
	color: #fff;
}
.flex_btn {
	display: flex;
	justify-content: flex-start;
}
.flex_btn li {
	width: calc((100% - 48px)/ 3);
}
.flex_btn.main li {
	width: calc(100% / 2);
}
.flex_btn li + li {
	margin-left: 24px;
}
.flex_btn li .btn_main {
	width: 100%;
}
.flex_btn li .btn_main.fill {
	margin-top: -20px;
}
.flex_btn + .flex_btn .btn_main.fill {
	margin-top: 24px;
}
.flex_text {
	display: flex;
	justify-content: center;
	margin: 32px auto 0;
}
.flex_text li {
	padding: 0 12px;
	border-left: 1px solid #009999;
}
.flex_text li:first-of-type {
	padding-left: 0;
	border: none;
}
.flex_text li a {
	color: #009999;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: .3s all;
}
.flex_text li a:hover {
	opacity: .8;
}
#content .content_box p.ballon_txt {
	position: relative;
	margin: 40px 0 20px;
	padding: 4px;
	background: #009999;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#content .content_box .ballon_txt::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -22px;
	transform: translate(-50% , 0);
	display: inline-block;
	border: 10px solid transparent;
	border-top: 13px solid #009999;
}
#content .content_box p.ballon_txt:first-of-type {
	margin-top: 16px;
}
#content .content_box p.txt + .ballon_txt {
	margin-top: 0;
}
/* 料金表 */
#content table.table_price {
	display: table;
	width: 100%;
	margin-top: 24px;
}
#content table.table_price:first-of-type {
	margin-top: 0;
}
#content table.table_price tr {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#content table.table_price tr:last-of-type {
	border-bottom: 1px solid #CCCCCC;
}
#content table.table_price th,
#content table.table_price td {
	text-align: center;
}
#content table.table_price th {
	min-width: 168px;
	width: 168px;
	background: #F0F8F8;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	border: none;
}
#content table.table_price th a {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	border: none;
	text-decoration: underline;
}
#content table.table_price th span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
#content table.table_price td {
	display: table-cell;
	padding: 0;
	border: none;
}
#content table.table_price td > div {
	width: 100%;
	padding: 16px 4px;
	border-right: 1px dashed #cccccc;
}
#content table.table_price td.flex {
	display: flex;
}
#content table.table_price td.flex > div {
	flex-grow: 1;
	align-self: stretch;
}
#content table.table_price td > div.line p {
	display: inline-block;
}
#content table.table_price td > div:last-of-type {
	border-right: none;
}
#content table.table_price td > div p,
#content table.table_plan td > div p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#content table.table_price td > div .price,
#content table.table_plan td > div .price {
	font-size: 14px;
	font-weight: bold;
}
#content table.table_price td > div .price span {
	font-size: 12px;
	font-weight: bold;
}
#content table.table_plan td > div .price span {
	font-weight: bold;
}
#content table.table_plan td > div .price span.fw-normal {
	font-weight: normal;
}
#content table.table_price td > div .price b,
#content table.table_plan td > div .price b {
	font-size: 11px;
	margin-right: 2px;
}
#content table.table_price td > div .price_re span,
#content table.table_plan td > div .price_re span {
	position: relative;
	display: inline-block;
	margin-right: 2px;
	font-weight: bold;
}
#content table.table_price td > div .price_re span::before,
#content table.table_plan td > div .price_re span::before {
	content: "";
	display: block;
	position: absolute;
	top: 40%;
	width: 100%;
	border-top: 3px double red;
}
#content table.table_price td > div .price_cap,
#content table.table_plan td > div .price_cap {
	margin-top: 4px;
	font-size: 8px;
}
/* 料金表2 */
#content table.table_price.solid {
	margin-top: 0;
}
#content table.table_price.solid td {
	border-left: 1px solid #ccc;
	font-weight: bold;
}
#content table.table_price.solid .table_head th {
	width: 240px;
	min-width: 240px;
}
#content table.table_price.solid .table_head th,
#content table.table_price.solid .table_head td {
	font-weight: normal;
	padding: 10px 16px;
}
#content table.table_price.solid tr:not(.table_head) td:last-of-type {
	color: #009999;
}
#content table.table_price.solid tr:not(.table_head) td.red:last-of-type {
	color: #F00;
}
/* ページごとテーブル設定 */
#sec_ap_price #content table.table_price th{
	width:50%;
	min-width: 50%;
}
#sec_ap_price2 #content table.table_price.solid .table_head th,
#sec_ap_price2 #content table.table_price th
{
	width:55%;
	padding-left: 5px;
}
#sec_hp_aplan #content table.table_price th,
#sec_hp_aplan #content table th{
	width:30%;
	padding: 3px;
	font-size: clamp(11px, 2vw, 13px);
}
#sec_hp_aplan #content table.table_price td > div .price{
	font-size: clamp(11px, 2vw, 14px);
}
/* プラン表 */
#content p.table_ttl {
	margin-top: 20px;
	padding: 8px;
	background: #009999;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-collapse: separate;
}
#content table.table_plan {
	display: table;
	width: 100%;
}
#content table.table_plan tr:first-of-type {
	border-top:  1px solid #CCCCCC;
}
#content table.table_plan th {
/*	width: 210px;*/
	/* min-width: 80px; */
	padding: 0;
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #fff;
	font-size: 14px;
	font-size: clamp(10px , 3vw , 14px);
	color: #333;
	text-align: center;
	padding: 4px 4px;
}
/*#content table.table_plan td {
	padding: 0;
}*/
#content table.table_plan td > div {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #CCCCCC;
}
#content table.table_plan td > div:first-of-type > div {
	padding: 4px 4px;
}
#content table.table_plan td > div > div {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 4px;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}
#content table.table_plan td > div > div:first-of-type {
	min-width: 140px;
	max-width: 140px;
}
#content table.table_plan td > div > div > span {
	font-weight: bold;
}
#content table.table_plan td > div > div > span > b {
	font-size: 11px;
	margin-right: 2px;
}

#content table.table_plan td > div.even {
	background: #FFF5EA;
}
#content table.table_plan td > div.odd {
	background: #F0F8F8;
}
#content table.table_plan td > div.none {
	background: #E4E4E4;
}
#content table.table_plan td > div.third {
	background: #f0f1f9;
}
#content table.table_plan td > div.wide {
	min-width: 100%;
}
/* 比較表 */
#content table.table_comparison {
	display: table;
	width: 100%;
}
#content table.table_comparison td {
	padding: 8px 4px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
#content table.table_comparison .table_ballon td {
	border: none;
}
#content table.table_comparison tr td:not(:first-of-type) {
	text-align: center;
}
#content table.table_comparison tr:first-of-type td:not(:first-of-type) {
	width: 126px;
}
#content table.table_comparison tr:not(:first-of-type) td:not(:first-of-type) {
	font-size: 14px;
	font-weight: bold;
}
#content table.table_comparison tr > td:nth-child(2n) {
	background: #FFF5EA;
}
#content table.table_comparison tr > td:nth-child(3n) {
	background: #F0F8F8;
}
#content table.table_comparison tr > td:nth-child(4n) {
	background: #f0f1f9;
}
#content table.table_comparison tr > td span {
	display: block;
	margin-top: 20px;
	font-size: 11px;
}
#content table.table_comparison .can {
	position: relative;
}
#content table.table_comparison .cannot {
	position: relative;
}
#content table.table_comparison .can::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translate(-50%,0);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #F03;
}
#content table.table_comparison .cannot::before,
#content table.table_comparison .cannot::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translate(-50%,0);
	width: 2px;
	height: 16px;
	background: #333;
}
#content table.table_comparison .cannot::before {
	transform: translate(-50%,0) rotate(45deg);
}
#content table.table_comparison .cannot::after {
	transform: translate(-50%,0) rotate(-45deg);
}
#content table.table_comparison .can.ad_text::before,
#content table.table_comparison .cannot.ad_text::before,
#content table.table_comparison .cannot.ad_text::after{
	top:5px;
}
#content .table_ballon {
	display: flex;
	justify-content: right;
}
#content .table_ballon .orange,
#content .table_ballon .green {
	position: relative;
	width: 122px;
	margin-bottom: 10px;
	padding: 8px 4px;
	background: #fff;
	text-align: center;
}
#content .table_ballon .orange {
	margin-right: 2px;
	border: 2px solid #F59148;
	color: #F59148;
	font-weight: bold;
}
#content .table_ballon .green {
	border: 2px solid #39BBBB;
	color: #39BBBB;
	font-weight: bold;
}
#content .table_ballon .orange:before,
#content .table_ballon .orange::after,
#content .table_ballon .green:before,
#content .table_ballon .green::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1em;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#content .table_ballon .orange:before,
#content .table_ballon .orange::after {
	border-top: 1em solid #F59148;
}
#content .table_ballon .green:before,
#content .table_ballon .green::after {
	border-top: 1em solid #39BBBB;
}
#content .table_ballon .orange::after,
#content .table_ballon .orange::after {
	bottom: calc( 4px - 1em );
	border-top: 1em solid  #fff;
}
#content .table_ballon .green::after,
#content .table_ballon .green::after {
	bottom: calc( 4px - 1em );
	border-top: 1em solid  #fff;
}
/* 順位表 */
#content table.table_rank {
	display: table;
	width: 100%;
}
#content table.table_rank th span,
#content table.table_rank td > div {
	font-weight: bold;
}
#content table.table_rank th {
	position: relative;
	width: 116px;
	padding: 0;
	border-top: none;
	border: 1px solid #CCCCCC;
	background: #F0F8F8;
	font-size: 14px;
	color: #333;
	text-align: center;
}
#content table.table_rank th .high {
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
}
#content table.table_rank th .low {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
}
#content table.table_rank th .rank {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	font-size: 12px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#content table.table_rank th .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 3px;
	height: 65%;
	background: #009999;
}
#content table.table_rank th .arrow.short {
	height: 48%;
}
#content table.table_rank th .arrow.max-short {
	height: 24%;
}
#content table.table_rank th .arrow::before,
#content table.table_rank th .arrow::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #009999;
	border-right: 3px solid #009999;
}
#content table.table_rank th .arrow::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}
#content table.table_rank th .arrow::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
}
#content table.table_rank td {
	padding: 0;
	border: none;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
#content table.table_rank td > div {
	padding: 16px;
	border-bottom: 1px solid #CCCCCC;
}
#content table.table_rank td > div:last-of-type {
	border-bottom: none;
}

/* エリアタブ */
.tab_list {
	display: flex;
	border-bottom: 1px solid #D9D9D9;
}
.tab_list::before {
	position: absolute;
}
#content .tab_list + .box_in {
	border: 1px solid #D9D9D9;
	border-top: none;
}
.tab_list li {
	flex: auto;
	padding: 8px;
	background: #fff;
	color: #7d7d7d;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: none;
	font-weight: bold;
	font-size: 12px;
	transition: opacity .3s;
	text-align: center;
}
.tab_list li:first-of-type {
	border-left: 1px solid #D9D9D9;
}
.tab_list li:hover {
	cursor: pointer;
	opacity: .8;
}
.tab_list li span {
	display: none;
}
.tab_area {
	display: none;
}
.tab_area > h3:not(:first-of-type) {
	margin-top: 32px;
}
.tab_area.active {
	display: block;
}
.tab_list li.active {
	position: relative;
	color: #009999;
	border-top: 3px solid #009999;
	font-size: 14px;
}
.tab_list li.active::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
}
.tab_list li.active span {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}

.column2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.br_pc{
	display:block;
}
.br_sp{
	display:none;
}
.eszprice_sp{
	display:none;
}
#content .flow_list li p.option_sp {
	padding: 0 10px 0;
}

/*スマホ用*/

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

	html{
		overflow-x: hidden;
		scroll-behavior: smooth;
		white-space: normal;
	}
	body{
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		text-size-adjust: 100%;
		overflow: hidden;
	}

	textarea, input ,select{
		width: 100%;
		border: 1px solid #cbcbcb;
	}
	input[type=radio],
	input[type=checkbox] {
		width:auto;
	}
	input[type="submit"], .btn_frm {
		width: 100%;
		border-radius: 0;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}


	/*フォームリセット*/
	button,
	input,
	select,
	{
		-webkit-appearance: none;
	}

	.table_info input{
		padding: 10px 5px;
		border-radius:0;
	}
	.table_info input[type=checkbox]{
		padding: 0;
	}
	.table_info input[type=radio]{
		padding: 0;
	}
	.table_info select{
		padding: 10px 5px;
		border-radius:0;
		background: #fff;
	}

	.table_info textarea{
		border-radius:0;
	}

	#content table td.td_odd.width_167 label {
		width: 45%;
		vertical-align: top;
		margin: 5px 0px;
	}

	#site-caption-list .link_orm1-free {
		padding: 12px;
	}

	.column2 {
		justify-content: center;
	}

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

	header #head {
		width: 100%;
		height: auto;
        padding: 0px 10px;
		justify-content: space-between;
	}
	header #head #info .btn_group {
		display: none;
	}
	header #head a img {
		width: 100%;
		max-width: 156px;
	}
	header #head #info .info_tel a {
		font-size: 16px;
	}
	header #head .info_tel .btn_contact a {
		padding: 8px 20px 8px 40px;
		font-size: 13px;
		margin-right: 0;
	}
	header #head .info_tel .btn_contact a img {
		top: 6px;
		left: 16px;
		width: 20px;
	}
	header #head .info_tel .btn_contact a:last-of-type {
		margin-left: 4px;
	}
	header #head .info_tel p {
		font-size: 11px;
		margin: 10px 0;
	}

	#content table.table_plan tr:first-of-type {
		border-top: none;
	}
	#content table.table_plan th {
		margin-top: 20px;
		border-top: 1px solid #CCCCCC;
	}
	.br_pc{
		display:none;
	}
	.br_sp{
		display:block;
	}
	.eszprice_sp{
		display:block;
	}
	.eszprice_pc{
		display:none;
	}
	#content .flow_list li p.option_sp {
		padding: 5px 10px 0;
	}

	/*上部 タブボックス*/
	#nav > .nav_list {
		width: 100%;
		padding: 0;
	}
	#nav ul li .nav_toggle {
    padding: 7px 5px 7px 5px;
    font-size: 12px;
    line-height: 15px;
	}
	#nav ul li:first-of-type .nav_toggle{
	    border-left: none;
	}
	#nav ul li:last-of-type .nav_toggle {
	     border-right: none;
	}
	#nav ul li .nav_group {
		padding: 0;
		width: 100%;
	}
	#nav ul li .nav_group .btn_ic {
		width: 34%;
		padding: 4%;
		border-radius: 0;
	}
	#nav ul li .nav_group .link_list {
		max-width: 950px;
		width: 100%;
		min-width: auto;
		margin: auto;
		flex-wrap: wrap;
	}
	#nav ul li .nav_group .link_list ul {
	    border-right: none;
	    width: calc(90% / 2);
	    /* margin: 5px; */
	    padding: 5px;
	}
	#nav ul li .nav_group .link_list ul li {
		padding: 0;
	}
	#nav ul li .nav_group .link_list a::before {
		top: 15px;
	}
	#nav ul li .nav_group .link_list a {
		padding: 10px 0px 10px 17px;
		font-size: 12px;
		display: block;
	}

	#nav ul li .nav_group .btn_ic img {
		width: 20px;
	}
	#nav ul li .nav_group .btn_ic span {
		margin-top: 6px;
		font-size: 11px;
	}

	#nav ul li .nav_group .btn_list {
		flex-wrap: nowrap;
		min-width: auto;
	}
	#nav ul li .nav_group .btn_ic + .btn_ic {
		margin-left: 0;
	}

	#nav ul li .nav_toggle::after {
		display:none;
	}

	/*ベース*/
	#main {
		width: 100%;
		max-width: 980px;
		margin: 160px auto 30px;
		padding: 0 10px;
	}

	#main.top h2 a {
		margin-left: 0;
		font-size: 12px;
		display: block;
	}

	/*フッター*/
	#footer_wrapper .footer_inner {
		width: 100%;
		max-width: 980px;
	}

	#footer_wrapper .f_top .footer_inner div{
		display: flex;
		flex-wrap: wrap;
	}
	#footer_wrapper a {
		flex: 1 1 50%;
		margin: 1% 0;
	}
	#footer_wrapper .f_top a + a {
		margin-left: 0;
	}
	#footer_wrapper .f_top {
		min-width: auto;
	}
	#footer_wrapper .f_top .footer_inner {
		justify-content: center;
	}

	#footer_wrapper .f_bottom {
		width: 100%;
		min-width: auto;
		background: #3b5556;
	}
	#footer_wrapper .flex {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	#footer_wrapper .f_bottom .f_menu {
		width: 45%;
		margin: 3%;
		margin-left: 0;
	}
	#footer_wrapper .f_menu p {
		width: 100%;
		font-size: 13px;
	}

	/*トップページ*/
	#main.top #news {
		position: relative;
		height: 500px;
		box-sizing: border-box;
	}

	#content iframe {
		height: 440px;
	}

	#content .box_in {
		background-color: #FFFFFF;
		border: 1px solid #D9D9D9;
		padding: 10px;
	}

	#content table td.td_head {
		width: 100%;
		min-width: auto;
		white-space: unset;
		display: block;
		text-align: left;
		border-right: 1px solid #D5D5D5;
		padding: 20px 15px;
	}
	#content table td.td_odd {
		width: 100%;
		vertical-align: middle;
		display: block;
		padding: 10px;
	}
	#content table td.td_odd.sales_type label{
		margin: 3px 0;
		width: calc((100% - 8px) / 2);
	}

	#content table.table_price {
		display: table;
		width: 100%;
		margin-top: 24px;
		table-layout: fixed;
	}
	#content table.table_price.solid .table_head th {
		width: auto;
		min-width: auto;
	}
	#content h3.box_ttl span a {
		display: block;
		position: unset;
	}

	#content table.table_plan td > div > div:first-of-type {
		min-width: 0;
		max-width: 140px;
	}
	#content table td {
		padding: 0;
	}
	#content table.table_plan td {
		border-left: 1px solid #CCCCCC;
	}
	#content table.table_plan .tb_sp {
		min-width: 90px;
		max-width: 200px;
		padding: 10px 0;
	}

	.flow_list li {
		padding: 20px 10px;
	}
	.content_box {
		margin: 10px 0 0;
	}
	#content form + .chui {
		max-width: 100%;
	}

	.btn_main {
		width: 100%;
		padding: 15px 10px;
	}

	.textarea-indent {
		width: 100%;
		padding-left: 10px;
	}

	.tab_list {
		display: flex;
		border-bottom: 1px solid #D9D9D9;
		flex-wrap: wrap;
	}
	.tab_list li {
		flex-basis: calc(100% / 2);
		flex-grow: 1;

	}

	.tab_list li.active,
	.tab_list li.active span  {
		font-size: 12px;
	}

	.table_plan_wrap{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.table_plan_wrap table{
		width:700px;
	}

	/*オプション*/
	#content table.table_price.solid td:last-child {
	width: 20%;
	}


	/*ページトップ移動ボタン*/
	#content .to_top {
		display: none;
	}

	/* HP制作 Aプラン */
	#hp-design-aplan .check_list li {
    	width: calc((100% - 10px) / 1);
	}
	#sec_hp_aplan #content table.table_price th,
	#sec_hp_aplan #content table th{
	width:21%;

}
	/* .hp-design-aplan_wrap {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.hp-design-aplan_wrap table{
		width: 700px !important;
	} */
	/* HP制作 Bプラン */
	#hp-design-bplan .check_list li {
    	width: calc((100% - 10px) / 1);
	}

	/*	取り扱い媒体販売手数料一覧*/
	.commission_menu table{
		table-layout:fixed;
	}

	.commission_price table th{
        width: 100% !important;
        display: block;
        padding: 10px !important;
    }
}