/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.av-rotator-multiline-on .av-rotator-text-single {
	margin-top: 30px;
	font-size: 21px;
}

h1.av-special-heading-tag {
	line-height: 1.5;
}

.point_list ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
}

.point_list ul li {
	display: flex;
	width: 45%;
	margin: 10px 5px;
	flex: 1 1 auto;
	box-sizing: border-box;
	background: #26c8f0;
	color: #fff;
	justify-content: center;
	font-size: 17px;
	padding: 10px 5px 13px;
	font-family: "A1明朝";
	border-radius: 20px;
	line-height: 1;
}

.pr_tit h3 {
	position: relative;
	padding: 1rem .5rem;
	display: inline-block;
}

.pr_tit h3:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

@keyframes infinity-scroll-right {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0%);
	}
}

.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}

.scroll-infinity__list {
	display: flex;
	list-style: none !important;
	padding: 0
}

.scroll-infinity__item {
	width: calc(100vw / 6);
}

.scroll-infinity__item>img {
	width: 100%;
}

.scroll-infinity__list--right {
	animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.service_box {
	position: relative;
	box-shadow: 1px 1px 10px #b2b2b2;
	padding: 10px 10px 0;
	border-radius: 10px;
}

.service_box img {
	border-radius: 10px 10px 0 0;
}

.service_box_tit {
	color: #fff;
	margin-bottom: 0;
	position: relative;
	bottom: 10px;
	background: #26c8f0;
	width: 100%;
	color: #fff;
	padding: 10px 15px 5px;
	border-radius: 0 0 10px 10px;
}

.service_box_tit h4:before {
	content: '●';
	margin-right: 3px;
}

.service_box_tit h4 {
	color: #fff;
	position: relative;
}

.service_box_tit p {
	margin-top: 8px;
	margin-bottom: 5px;
}

.plan_box {
	max-width: 490px;
	width: 100%;
	margin: 30px auto;
}

.plan_txt {
	text-align: center;
	margin-bottom: 20px;
}

.plan_box dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px 5px;
	color: #222222;
	font-family: "A1明朝";
}

.plan_box dl dt {
	display: flex;
	margin: 10px 5px;
	flex: 1 1 auto;
	box-sizing: border-box;
	font-size: 17px;
	width: 300px;
}

.plan_box dl dd {
	display: flex;
	margin: 10px 5px;
	box-sizing: border-box;
	justify-content: left;
	font-size: 30px;
	align-items: baseline;
	width: 150px;
}

span.s_yen {
	font-size: 12px;
	margin-left: 5px;
}

span.m_txt {
	font-size: 20px;
}

.price_sum_box {
	text-align: center;
	margin: 30px auto;
	display: block;
	padding: 10px;
}

.price_sum_title {
	display: inline-block;
	background: #26c8f0;
	color: #fff;
	max-width: 480px;
	width: 100%;
	border-radius: 30px;
	font-size: 17px;
	padding: 10px 10px 8px;
}

.price_sum_title span.price_sumary {
	background: #fff !important;
	display: inline-block;
	color: #26c8f0;
	border-radius: 3px;
	font-weight: 800;
	padding: 0 5px;
	margin-right: 9px;
}

.price_sum {
	color: #222222;
	font-weight: bold;
	font-size: 30px;
	font-family: "A1明朝";
	margin: 30px 10px 15px;
}

.pack_row {
	max-width: 450px;
	margin: 50px auto;
	text-align: center;
	border: 2px solid #27c8f0 !important;
	border-radius: 6px;
}

.pack_row h3 {
	background: #26c8f0;
	color: #fff;
	padding: 10px 10px 15px;
	display: block;
	border-radius: 6px 6px 0 0;
	margin-bottom: 20px;
}

.plan_pack_box {
	text-align: center;
}

.plan_pack_box dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px auto;
	color: #222222;
	font-family: "A1明朝";
	max-width: 320px;
}

.plan_pack_box dl dt {
	display: flex;
	margin: 10px 5px;
	flex: 1 1 auto;
	box-sizing: border-box;
	font-size: 17px;
	width: 140px;
}

.plan_pack_box dl dd {
	display: flex;
	margin: 10px 5px;
	box-sizing: border-box;
	justify-content: left;
	font-size: 30px;
	align-items: baseline;
	width: 160px;
}

.plan_pack_box {
	margin-bottom: 25px;
}

.contact_row {
	text-align: center;
	margin: 20px auto;
}

.contact_tit {
	background: #26c8f0;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
	box-shadow: 1px 1px 0 5px rgb(255 255 255 / 39%);
	margin-bottom: 26px;
}

.contect_tel {
	font-size: 38px;
	color: #26c8f0;
	text-shadow: 1px 1px 4px rgb(255 255 255 / 65%);
	font-weight: 600;
	margin-bottom: 13px;
}

.contect_open {
	background: #fff;
	padding: 1px 10px;
}

.submit_btn {
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
	margin: 20px auto;
	display: block;
	max-width: 450px;
	width: 100%;
	padding: 15px 10px;
	border-radius: 50px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

.submit_btn:hover {
	opacity: .8;
}

#footer h3 {
	font-family: inherit;
}

#scroll-top-link {
	background: #26c8f0;
	border-color: #26c8f0;
	border-radius: 50%;
}

#footer h3.company_tit {
	font-family: "A1明朝";
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 12px;
}

#footer h4 {
	background: #fff;
	max-width: 140px;
	border-radius: 30px;
	color: #222;
	font-family: inherit;
	font-size: 13px;
	padding: 3px 5px 0px;
	text-align: center;
	margin-top: 16px;
}

.mt10 {
	margin-top: 10px;
}

#socket .container {
	text-align: center;
}

#socket .copyright {
	float: none;
	margin: 0 auto;
	font-size: 13px;
}

.green {
	background: #1ad4bf !important;
}

.fontgreen {
	color: #1ad4bf !important;
}

#contact_page .av-section-color-overlay {
	background: -moz-linear-gradient(top, rgba(0, 127, 255, 0.6) 0%, rgba(33, 224, 0, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 127, 255, 0.6) 0%, rgba(33, 224, 0, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(0, 127, 255, 0.6) 0%, rgba(33, 224, 0, 0.6) 100%);
}

/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
	.point_list ul li {
		width: 100%;
	}
	.scroll-infinity__item {
		width: calc(100vw / 2);
	}
	.plan_box dl dd,.plan_pack_box dl dd {
		justify-content: center;
		width: 100%;
	}
	.plan_pack_box dl {
		max-width: 250px;
	}
	.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0 10px;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.contact_form_mail {
    margin-top: 50px;
}
.contact_form_mail .submit_btn {
    border-radius: 30px;
    padding: 15px 10px 14px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
    min-width: 105px;
}
table.CF7_table p {
    margin: 0;
}
table.CF7_table input {
    margin-bottom: 0 !important;
}

.header_tit h2 {
    font-size: 24px;
    color: #fff;
	margin-bottom: 20px;
}
.header_tit ul {
    list-style: none;
    margin: 50px 0 0;
}
.header_tit ul li {
    color: #fff;
    font-size: 18px;
    font-family: "A1明朝";
    margin: 20px 0;
}
h3.bg_c {
    background: #26c8f0;
    color: #fff;
    padding: 2px 10px 7px;
    text-align: center;
    margin-bottom: 18px;
}
.head_line p {
    line-height: 1.8;
}

.fc_price h3 {
    line-height: 1.8;
}

.social_bookmarks {
    float: none !important;
    margin: 0px auto 10px !important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.social_bookmarks li {
    float: none !important;
    font-size: 18px !important;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

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

	/* Add your Desktop Styles here */
	#header_main .logo a svg {
		max-width: 300px;
		width: 100%;
	}
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
	.responsive #top .av-main-nav .menu-item-avia-special {
		display: none;
	}
	#contact .av-parallax .av-parallax-inner {
		background-position-x: 65% !important;
	}
	h3.bg_c {
		padding: 7px 10px 7px
	}
	.fc_price h3,.fc_tit h1{
		font-size: 19px !important;
	}

	#header_row .container {
		padding-top: 50px;
	}
	#header_row .container h2 {
		font-size: 22px;
		line-height: 1.3;
	}
	#header_row .container ul li {
		font-size: 16px;
		margin: 10px 0;
	}
	#header_row .container ul {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	#service_info h1.av-special-heading-tag {
		font-size: 26px !important;
	}
}

/**********************
	PCのLINEボタン
**********************/
.footer_line_sp {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    max-width: 300px;
    width: 100%;
}

/**********************
	スマホのフッターメニュー
**********************/
ul.footer_menu {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	list-style-type: none;
	font-size: 13px;
	line-height: 15px;
}

ul.footer_menu li a i {
	font-size: 24px;
}

ul.footer_menu li a {
	padding: 12px 0;
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.footer_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

ul.footer_menu li span {
    display: block;
    font-size: 10px;
    margin-top: 5px;
}

li.contactMenu a {
    background: #009efd;
}

.footer_line {
    position: fixed;
    bottom: 64px;
    z-index: 1;
    max-width: 200px;
    width: 100%;
    right: 3px;
    /* transform: translateX(-50%); */
}


/**********************
	SNSの部分
***********************/
.modal-window .modal-inner.sns {
	margin: 0 auto;
	text-align: center;
}

.modal-inner ul {
	list-style: none;
}

.modal-inner li {
	list-style: none;
	float: left;
	width: 25%;
	margin: 3%;
}

.modal-inner li a {
	font-size: 150%;
	position: relative;
	display: block;
	padding: 10px;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
}

.modal-inner li a:hover {
	box-shadow: none;
}

.share li a {
	display: block;
	padding: 10px 5px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

.share li a:hover {
	opacity: 0.8;
	color: #fff;
}

.share li a:visited {
	color: #fff;
}

.tweet a {
	background-color: #55acee;
}

.facebook a {
	background-color: #315096;
}

.googleplus a {
	background-color: #dd4b39;
}

.hatena a {
	background-color: #008fde;
}

.line a {
	background-color: #00c300;
}

.pocket a {
	background-color: #f03e51;
}

.rss a {
	background-color: #ff8c00;
}

.feedly a {
	background-color: #6cc655;
}

.share-sm {
	margin: 0;
}

.share-sm ul:after {
	content: "";
	display: block;
	clear: both;
}

/********************** 
	メニューの部分
**********************/
.mod li {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}

.mod li a {
	text-align: left;
	/* メニューを左寄せ */
	font-weight: bold;
	/* メニューを太字に */
	background: #000;
	/* メニューの背景色 */
	margin: 2%;
	font-size: 14px;
	/* メニュー文字サイズ */
}