@charset "UTF-8";
@import url("width-pc.css");
@import url("width-tab.css");
@import url("width-sm.css");
@import url("../js/sp-menu/css/sp-menu.css");

/*//////////////////////////////////////////////////////////////////////*/

body {
	margin: 0px;
	padding: 0px;
	color: #262626;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	background-color: #fff;
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}


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

p {
	margin-top: 0;
	margin-bottom: 30px;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h1 {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 12px;
}



.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatclear-ba:after, .floatclear-ba:before {
	content: "";
	clear: both;
	display: block;
}

.floatclear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.floatleft {
	float: left;
	width: auto;
}

.floatleft2 {
	float: left;
	padding-right: 10px;
}

.floatright {
	float: right;
}

a:hover img {
	opacity: .70;
	/* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70);
	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* IE 8 */
	-khtml-opacity: .70;
	/* Safari 1.x */
	-moz-opacity: .70;
	/* FF lt 1.5, Netscape */
}

.sp5 {
	padding: 5px;
}

.sp10 {
	padding: 10px;
}

.sp15 {
	padding: 15px;
}

.sp20 {
	padding: 20px;
}

.sp30 {
	padding: 30px;
}

.sp40 {
	padding: 40px;
}

.sp-under5 {
	padding-bottom: 5px;
}

.sp-under8 {
	padding-bottom: 8px;
}

.sp-under10 {
	padding-bottom: 10px;
}

.sp-under15 {
	padding-bottom: 15px;
}

.sp-under20 {
	padding-bottom: 20px;
}

.sp-under30 {
	padding-bottom: 30px;
}

.sp-under40 {
	padding-bottom: 40px;
}

.sp-under50 {
	padding-bottom: 50px;
}

.sp-under60 {
	padding-bottom: 60px;
}

.sp-under80 {
	padding-bottom: 80px;
}

.sp-top-10 {
	margin-top: -10px;
}

.sp-top-20 {
	margin-top: -20px;
}


.sp-top10 {
	padding-top: 10px;
}

.sp-top20 {
	padding-top: 20px;
}

.sp-top40 {
	padding-top: 40px;
}

.sp-top50 {
	padding-top: 50px;
}

.sp-top60 {
	padding-top: 60px;
}

.sp-top70 {
	padding-top: 70px;
}

.sp-top100 {
	padding-top: 100px;
}

.sp-top10-under10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sp-top20-under20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sp-top30-under30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sp-right7 {
	padding-right: 7px;
}

.sp-right10 {
	padding-right: 10px;
}

.sp-right20 {
	padding-right: 20px;
}

.sp-right40 {
	padding-right: 40px;
}

.sp-left10 {
	padding-left: 10px;
}

.sp-left30 {
	padding-left: 30px;
}

.sp-left1-top1 {
	padding-top: 1px;
	padding-left: 1px;
}

.sp-righ3-left3 {
	padding-right: 3px;
	padding-left: 3px;
}

.m-under20 {
	margin-bottom: 20px;
}

a:link {
	color: #0DB0C1;;
	text-decoration: none;
}

a:visited {
	color: #0DB0C1;;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.text-white {
	color: #fff;
}


.text-pink {
	color: #F15690;
}

.text-pink a {
	color: #D93877;
}

.text-pink a:hover {
	color: #D93877;
}

.text-red {
	color: #BD2D12;
}

.text-brown {
	color: #B97878;
}

.text-blue {
	color: #0BB1C1;
}
.text-skyblue {
	color: #0db0c1;
}
.text-green {
	color: #09a982;
}
.text-orange {
	color: #F2A807;
}

.text-gray {
	color: #333333;
}

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

.w-table {
	display: table;
}

.w-td {
	display: table-cell;
	vertical-align: middle;
}

.w-table pc-foatleft-33per {
	display: table-cell;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.text-under-line {
	text-decoration: underline;
}

.under-line {
	border-bottom: 1px solid #D93877;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.accordion_h {
	color: #3E7BC6;
	padding-bottom: 10px;
}

.accordion_h:hover {
	cursor: pointer;
	color: #999999;
}

.price-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}
#cr {
	background-color: #F0F0F0;
	text-align: center;
	font-size: 11px;
	padding: 10px;
}



#ds-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DFDCCF;
}


#ds-menulist {
	display: flex;
	justify-content: space-between;
}

#ds-menulist li {
	width: 25%;
	border-right: 1px solid #FFFFFF;
	margin: 5px 0;
}

#ds-menulist li:last-child {
	width: 25%;
	border-right: 1px none #FFFFFF;
	margin: 5px 0;
		
}


#ds-menulist a {
    color: #fff;
    display: block;
    padding: 6px 0;
    width: 100%;
	text-align: center;
}
#ds-menulist a:hover {
    color: #FBF8C3;
}
#ds-menulist .menu-a a {
    color: #FBF8C3;
}

#ds-kotsu {
	background-color: #8AC8D7;
	text-align: center;
}












h2.orange:before {
	background-color: #F2A807; /*下線の色*/
	
}
  
h2.blue:before {
	background-color: #0BB1C1; /*下線の色*/
	
}

h2.pink:before {
	background-color: #F15690; /*下線の色*/
	
}

.h2.orange:before {
	background-color: #F2A807; /*下線の色*/
	
}
  
.h2.blue:before {
	background-color: #0BB1C1; /*下線の色*/
	
}

.h2.pink:before {
	background-color: #F15690; /*下線の色*/
	
}


h3.pink {
    border-left: 3px solid #F15690;	
}

h3.pink_2 {
    border-left: 3px solid #F15690;
	margin-top: 40px;
}

h3.orange {
    border-left: 3px solid #F2A809;	
}

h3.blue {
    border-left: 3px solid #0BB1C1;	
}

h4 {
	padding: 7px 20px 7px 20px;
	line-height: 20px;
}

h4.orange {
    background-color: #F2A809;
	color: #fff;
}

h4.pink {
    background-color: #FCB4A8;
	color: #fff;
}

h4.yellow {
    background-color: #FCF2BF;
	color: #F5A906;
}




.voice .voice-text {
	padding: 25px;
}
.balloon {
  position: relative;
  display: block;
  padding: 15px 20px;
  width: 100%;
  background: #FDF5D0;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FDF5D0;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.sns {
	padding-top: 60px;
}
#ds-footer a {
    color: #ffffff;
}
#ds-footer a:hover {
    color: #FBF8C3;
}


#ds-footer li a {
    display: block;
    background-image: url(../image/top/arrow.jpg);
    background-position: left center;
    padding-left: 25px;
    background-repeat: no-repeat;
	width: 100%;
	box-sizing: border-box;
}


a.link-b {
	color: #333;
}

a.link-b:hover {
	opacity: 0.7;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  margin-bottom: 40px;
  margin-right: auto;
	margin-left: auto;
	position: relative;

}


/*タブのスタイル*/
.tab_item {
  width: 49%;
  background-color: #D4EFEA;
	padding-top: 7px;
	padding-bottom: 7px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
	border-radius: 5px 5px 0 0;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;

font-weight: bold;

}

.tab_item2 {
  width: 49%;
  background-color: #D4EFEA;
	padding-top: 7px;
	padding-bottom: 7px;
  text-align: center;
  color: #fff;
  display: block;
  float: right;
  text-align: center;
  transition: all 0.2s ease;
	border-radius: 5px 5px 0 0;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;

font-weight: bold;

}

.tab_item3 {
  width: 49%;
  background-color: #D4EFEA;
	padding-top: 7px;
	padding-bottom: 7px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
	border-radius: 5px 5px 0 0;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;

font-weight: bold;

}

.tab_item:hover {
  opacity: 0.75;
	cursor:pointer;
}

.tab_item2:hover {
  opacity: 0.75;
	cursor:pointer;
}

.tab_item3:hover {
  opacity: 0.75;
	cursor:pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

input[name="tab_item2"] {
  display: none;
}

input[name="tab_item3"] {
  display: none;
}


/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border: 3px solid #0DB0C1;
  clear: both;
  overflow: hidden;
	text-align: center;
}

.tab_content2 {
  display: none;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border: 3px solid #0DB0C1;
  clear: both;
  overflow: hidden;
	text-align: center;
}

.tab_tokucontent {
    border: 3px solid #11B291;
}

.photo-caption {
	line-height: 22px;
}

.photo-caption figcaption {
	margin-top: 10px;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#plan1-1:checked ~ #plan1-1_content,
#all2:checked ~ #all2_content,
#plan1-2:checked ~ #plan1-2_content,
#all3:checked ~ #all3_content,
#plan1-3:checked ~ #plan1-3_content,
#all4:checked ~ #all4_content,
#plan1-4:checked ~ #plan1-4_content

{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0DB0C1;
  color: #fff;
}
.tabs input:checked + .tab_toku {
  background-color: #11B291;
  color: #fff;
}

.tabs input:checked + .tab_toku2 {
  background-color: #D4EFEA;
  color: #fff;
}



.cancel {
	padding-left: 10px;
	padding-bottom: 40px;
}







.qa-q {
	display: table;
}




.qa-a {
	display: table;
}





a.link-station2 {
	color: #282828;
	text-decoration: underline;
	position: relative;
}

a.link-station2:visited {
	color: #282828;
	text-decoration: underline;
}


a.link-station2:hover {
	text-decoration: none;
}


.prof-text {
	padding: 0 20px 20px 20px;
}




a.link-kiyaku {
	color: #BD2D12;
	text-decoration: underline;
}

a.link-kiyaku:hover {
	text-decoration: none;
}




a.link-station {
	color: #BD2D12;
	text-decoration: underline;
}

a.link-station:hover {
	text-decoration: none;
}

/*button
----------------------------------------------------*/

a.price-button:hover {
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
}



.plan1-1 a.price-button:link {
	color: #676161;
	background-color: #B4E5EA;
}
.plan1-1 a.price-button:visited {
	color: #676161;
}


.plan1-2 a.price-button:link {
	color: #fff;
	background-color: #7BD2DB;
}
.plan1-2 a.price-button:visited {
	color: #fff;
}


.plan1-3 a.price-button:link {
	color: #FEFFD5;
	background-color: #04AEBF;
}
.plan1-3 a.price-button:visited {
	color: #FEFFD5;
}

.plan1-3 a.price-button2:link {
	color: #FEFFD5;
	background-color: #04AEBF;
}
.plan1-3 a.price-button2:visited {
	color: #FEFFD5;
}

.plan1-3 a.price-button3:link {
	color: #FEFFD5;
	background-color: #04AEBF;
}
.plan1-3 a.price-button3:visited {
	color: #FEFFD5;
}

.plan1-4 a.price-button3:link {
	color: #fdfd85;
	background-color: #0897a5;
}
.plan1-4 a.price-button3:visited {
	color: #fdfd85;
}
.plan2-1 a.price-button:link {
	color: #676161;
	background-color: #B1E9DE;
}
.plan2-1 a.price-button:visited {
	color: #676161;
}


.plan2-2 a.price-button:link {
	color: #fff;
	background-color: #2ACFAD;
}
.plan2-2 a.price-button:visited {
	color: #fff;
}


.plan2-3 a.price-button:link {
	color: #FEFFD5;
	background-color: #11B291;
}
.plan2-3 a.price-button:visited {
	color: #FEFFD5;
}


/*link
----------------------------------------------------*/

a.linkbutton:link {
	border: 1px solid #87B830;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #87B830;
	background-color: #fff;
	display: block;
	max-width: 350px;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}

a.linkbutton:visited {
	border: 1px solid #87B830;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #87B830;
	background-color: #fff;
	display: block;
	max-width: 350px;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}

a.linkbutton:hover {
	border: 1px solid #87B830;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background-color: #87B830;
	display: block;
	max-width: 350px;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}

.linkbutton .fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.linkbutton:hover .fa {
	color: #fff;
}

.m-none {
	margin-top: 10px;
}

/* エフェクト
----------------------------------------------------*/

.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 0.5s;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.fadein-left {
	opacity: 0;
	transform: translate(-30px, 0);
	transition: all 1s;
}

.fadein-left.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


/*googleマップ
----------------------------------------------------*/

.google-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	overflow: hidden;
}

.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* youtube
----------------------------------------------------*/

.youtube-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* ページ送り
----------------------------------------------------*/

.or-pd2 .wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

.or-pd2 .wp-pagenavi span.current {
	padding: 10px 20px 10px 20px;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-right: 5px;
}

.or-pd2 .wp-pagenavi a {
	padding: 10px 20px 10px 20px;
	border: 1px solid #87B830;
	background-color: #87B830;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

.or-pd2 .wp-pagenavi a:hover {
	background-color: #fff;
	color: #87B830;
	border: 1px solid #87B830;
}



/* WM WP form
----------------------------------------------------*/

#kakunin .contact-kakunin {
	display: none;
}

.yt-body .mw_wp_form .error {
	padding: 5px 0;
}

.yt-body .mw_wp_form .error:before {
	content: "\f06a";
	font-family: FontAwesome;
	margin-right: 10px;
}

