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

.feature_title {
	margin-top: 30px;
}

.feature_title h3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.feature_title h3 img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.feature_title h2 {
	font-size: 1.4em;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.feature_title p {
	padding: 10px;
	font-size: 0.9em;
	color: #838383;
	text-align: right;
}


.top_title1 {
	padding: 30px;
	border: 1px solid #CB5D5F;
	border-radius: 10px;
	background-color: #F8F2F2;
}

.contents_textarea img {
	display: block;
	text-align: center;
}


.cont_box1 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 40px;
}

.cont_box1::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}


.cont_box1 .imgbox li {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cont_box1 .imgbox li img{
	height: 300px;
	width: auto;
}

.cont_box1 .imgbox ul::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.cont_box1 .txtbox {
margin-top: 20px;
}

.cont_box1 h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
}


.cont_box1 h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
	margin-bottom: 20px;
}

.cont_box1 h4 {
	font-size: 1.2em;
	padding: 10px;
	color: #f95f8a;
	margin-bottom: 15px;
	border-left:2px solid #f95f8a;
}

.cont_box1 .txtbox p {
	padding: 10px;
}

.cont_box1 .btn1 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cont_box1 .btn1 a {
	display: inline-block;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	background-color: #f95f8a;
	color: #fff;
}

.cont_box1 .txtbox blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 140%;
	font-size: 0.9em;
	background-color: #FBF9E9;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #E0E1B5;
}


.shop_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 40px;
	background-color: #FFF0F1;
	padding: 30px;
	margin-top: 20px;
	
}

.shop_box::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.shop_box .imgbox {
}

.shop_box .imgbox img {
	width: 96%;
}

.shop_box .txtbox {
	margin-top: 20px;
}

.shop_box h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
}


.shop_box h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
	margin-bottom: 20px;
}

/*.cont_h3 a {
	color: #fff !important;
}*/


.shop_box h4 {
	font-size: 1.2em;
	padding: 10px;
	color: #f95f8a;
	margin-bottom: 15px;
	border-left:2px solid #f95f8a;
}

.shop_box .txtbox p {
	padding: 10px;
}

.shop_box .btn1 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.shop_box .btn1 a {
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	background-color: #f95f8a;
	color: #fff;
}

.shop_box .txtbox blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 140%;
	font-size: 0.9em;
	background-color: #FBF9E9;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #E0E1B5;
}

.imgbox {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.shop_table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #f95f8a;
}

.shop_table th {
	background-color: #FFF0F1;
	padding: 10px;
	border: 1px solid #ccc;
}

.shop_table td {
	padding: 10px;
	border: 1px solid #ccc;
}



table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}





.sns_icon {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.sns_icon li {
	float: left;
	width: calc(100% / 5);
	text-align: center;
}


.sns_icon li img {
	width: 90%;
	text-align: center;
}


.sns_icon::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}











/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content {
  display: block;
}

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