/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');





body {
	font-family: 'Jost', "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
img{
	vertical-align:top;
}
a {
	text-decoration: none;
}
.home .site-body {
	padding: 0 !important;
}
.site-header {
	box-shadow: none;
}
.site-body-container.container {
	max-width: 100% !important;
	padding: 0 !important;
}
.main-section {
    margin-bottom: 0;
}

section {
	position: relative;
}
.inner {
	padding: 5rem 1.5rem;
	position: relative;
}
@media (min-width: 992px) {
	.inner {
	padding: 5rem 0;
	}
	.content {
		width: 70%;
		margin: 0 auto;
	}
}



/* color */

:root {
	--color-mizu: #5298D6;
	--color-u_mizu: #f2fafe;
	--color-purple:	#edf3ff;
	--color-orange:	#e57547;
	--color-u_orange:#fdf2ed;
	--color-gray: #f8f8f8;
	--color-u_gray: #fafafa;
	--color-navy: #123d83;
	--color-black: #333;
}

.bg-gray {
	background: var(--color-gray);
}
.bg-u_gray {
	background: var(--color-u_gray);
}
.bg-grad {
	background: linear-gradient(to bottom, #fff, var(--color-gray));	
}
.bg-navy {
	background: var(--color-navy);
}
.bg-mizu {
	background: var(--color-u_mizu);
}
.bg-purple {
	background: var(--color-purple);
}
.bg-white {
	background: #fff;
}

.color-gray {
	color: var(--color-gray) !important;
}
.color-mizu {
	color: var(--color-mizu) !important;
}
.color-navy {
	color: var(--color-navy) !important;
}
.color-orange {
	color: var(--color-orange) !important;
}
.color-black {
	color: var(--color-black) !important;
}



/* common */

.fs-ss {
	font-size: 0.75rem;
}
.fs-s {
	font-size: 0.9rem;
}
.fs-m {
	font-size: 1rem;
}
.fs-l {
	font-size: 1.2rem;
}
.fs-ll {
	font-size: 1.5rem;
}


.home h2 {
	font-size: 2.75rem;
	font-weight:700;
	line-height: 1.2;
}
.home h2 small,
.home h2.plustxt:before {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 2px;
	color:var(--color-mizu);
	display: block;
	margin-bottom: 1rem;
}
.txt_lead {
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.bg_circle {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bg_circle_header {
    border-radius: 35%;
    height: 120px;
    margin: 0 0 -90px 0;
    width: 110%;
    z-index: 0;
    max-width: 110%;
}
.bg_circle_footer {
    border-radius: 35%;
    height: 120px;
    margin: -90px 0 0 0;
    width: 110%;
    z-index: 0;
    max-width: 110%;
}
.bg_circle_footer_b {
    height: 90px;
    width: 110%;
    max-width: 110%;
}

@media (min-width: 992px) {
	.home h2 {
		font-size: 3.5rem;
	}
	.bg_circle_header {
    	border-radius: 50%;
    	height: 140px;
	}
	.bg_circle_footer {
	    border-radius: 50%;
    	height: 140px;
	}
}



/* header menu */

.site-header-container {
	border-top: 10px solid var(--color-mizu);
	padding: 1rem 0 0;
}

.site-header-logo {
	font-size: 2.5rem;
}
//.site-header-logo:before {
    content: "倉敷で巻き爪を改善するなら";
    display: block;
    line-height: 1.5;
    color: var(--color-navy);
    font-size: 0.85rem !important;
	font-weight: 400;
    letter-spacing: 2px;
	margin: 0 0 0.7em 0.5em;
}

.global-nav {
	display: block !important;
}
.device-mobile .vk-mobile-nav-menu-btn {
	display: none;
}
.device-mobile .global-nav-list>li {
    padding: 1rem 0.75rem;
	position: relative;
}
.device-mobile .global-nav-list>li:not(:last-child):after {
	content: "|";
	font-size: 0.7rem;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.device-mobile .global-nav-list>li .global-nav-name {
	font-size: 0.9rem;
	color: var(--color-navy);
}

.header_scrolled .site-header {
        clear: both;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        min-height: unset;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        animation: header_drop .5s ease-out 0s 1 alternate none running;
}






@media (min-width: 992px) {
	.site-header-container {
		border-top: 0;
		padding: 0;
	}
	.site-header-logo {
		font-size: 2.8vw;
		padding-top: 1.5rem;
	}
	.site-header-logo:before {
        font-size: 1.3vw;
	   line-height: 1.1;
	}
	.site-header--layout--nav-float .site-header-container{
		align-items: center;
	}
	.device-mobile .global-nav-list>li {
    	padding: 1.2rem 2.6em;
	}
	.device-mobile .global-nav-list>li .global-nav-name {
    	font-size: 1.2vw;
	}
}


/* home-mv */

.mv_content {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}
.mv_pic {
	text-align: center;
}
.mv_pic img {
	border-radius: 20px;
	width: 35vw;
	height: 40vw;
	object-fit: cover;
}
.mv_pic1 img {
	border-radius: 0 20px 20px 0;	
}
.mv_pic4 img {
	border-radius: 20px 0 0 20px;	
}

.mv_pic1 {
	width:15vw;
	padding: 0 5px 0 0;
}
.mv_pic4{
	width:15vw;
	padding: 0 0 0 5px;
}
.mv_pic2,.mv_pic3 {
	width: 35vw;
	padding: 0 5px;
}

.mv_catch {
	text-align: center;
	width: 100vw;
	margin: 2rem 0 0 0;
}
.mv_catch_nayami > span {
	display: inline-block;
	color: var(--color-orange);
	border: 1px solid var(--color-orange);
	margin: 0 0.5rem 1rem;
	padding: 0.5rem;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: bold;
}
.mv_catch_comment {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 0.5rem 0;
	letter-spacing: 3px;
}
.mv_catch_title {
	font-size: 3.75rem;
	color: var(--color-mizu);
	line-height: 1;
	font-weight: bold;
	margin-bottom: 1rem;
}
.mv_foot {
	width: 100%;
	position: relative;
	z-index: 0;
}
.mv_foot .bg_circle_header{
	z-index: -1;
}
.mv_foot_txt {
	padding: 0 0 6rem;
	font-size:1rem;
	line-height: 1.8;
	font-weight: bold;
	color: #565656;
	text-align: center;
}

@media (min-width: 992px) {
	.mv_content { 
		flex-wrap: nowrap;
		margin-top: 3rem;
	}	
	.mv_pic1,.mv_pic4 {
		width:10vw;
	}
	.mv_pic2,.mv_pic3 {
		width: 25vw;
	}
	.mv_pic img {
		width: 20vw;
		height: 30vw;
	}

	.mv_catch {
		width: 40vw;
		margin: 3vw 0 0 0;
	}
	.mv_catch_nayami > span {
		margin: 0 0.5rem 1rem;
		font-size: 1vw;
	}
	.mv_catch_comment {
		font-size: 2vw;
		margin: 0 0 1rem 0;
	}
	.mv_catch_title {
		font-size: 6vw;
	}
	.mv_foot {
		margin-top: -5rem;	
	}
	.mv_foot_txt {
		padding: 0 0 6rem;
		font-size:1.1vw;
		letter-spacing: 2px;
	}

}

/* home-trouble */

.home-trouble_list li {
	list-style: none;
	padding: 0 2rem;
}
.home-trouble_list li > div{
	font-size: 1.5rem;
	background: #fff;
	border-radius: 10px;
	padding: 1rem;
	font-weight: 800;
	position: relative;
	display: flex;
	align-items: center;
}
.touble_foot {
	display: flex;
	align-items: center;
	justify-content: center;
}
.touble_foot_txt {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 1rem 0 0;
    border-bottom: 2px solid var(--color-mizu);
    padding: 0 0 0.25rem 0;
}

@media (min-width: 992px) {
	.touble_foot_txt {
    	font-size: 2rem;
    	letter-spacing: 3px;
    	padding: 0 0 1rem 0;
	}
	.home-trouble_list li > div {
		padding: 2rem;
	}

}



/* home-banda */

.banda_list li {
	list-style: none;
}
.banda_list li .banda_item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:var(--color-purple);
	border-radius: 20px;
	padding: 1rem;	
}
.banda_list li .banda_item .banda_item_pic {
	width: 45%;
}
.banda_list li .banda_txt {
	display: block;
	font-size: 1.125rem;
	text-align: center;
	font-weight: 800;
	color: #123d83;
	letter-spacing: 2px;
	background: var(--color-purple);
    padding: 0.25rem 1rem;
    border-radius: 0 10px;
    width: 70%;
    margin: -30px auto 0 0;
    position: relative;
}
.banda_list li > div img {
	border-radius: 20px;
}

@media (min-width: 992px) {
	.banda_list li .banda_item{
		padding: 2rem;
	}
	.banda_list li .banda_txt {
    	width: 50%;
	}
}



/* home-feature */

.feature_list li {
	list-style: none;
	margin-bottom: 2rem;
}
.feature_list li .feature_pic img {
	border-radius: 20px;
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.feature_list li .feature_txt h3 {
	font-size: 1.25rem;
	line-height: 1.3em;
	background: var(--color-purple);
    padding: 1.5rem 1rem 1rem 0;
    border-radius: 0 15px;
    margin: -30px auto 0 0;
	width: 90%;
    position: relative;
   display:flex;
   align-items:center;
}
.feature_list li .feature_txt h3 span.feature_num{
	width: 3.5rem;
   height:3.5rem;
   border-radius:50%;
   border: 2px solid var(--color-mizu);
	color: var(--color-mizu);
   display:flex;
   align-items:center;
   justify-content:center;
	margin: 0 1rem 0 0;
    font-size: 2.0rem;
    font-weight: normal;
}

@media (min-width: 768px) {	
	.feature_list {
		display:flex;
   		justify-content:space-between;
		flex-wrap: wrap;
	}
	.feature_list li {
		width: 45%;
		margin-bottom: 0;
	}
	.feature_list li:nth-child(even) {
		margin-top: 6rem;
	}
	.feature_list li .feature_txt h3 {
		width: 80%;
	}
	.feature_list li .feature_pic img {
		height: 300px;
	}
}



/* home-price */

#home-price h2.plustxt:before {
	content: "Price";
}
.price_list li {
	list-style: none;
	padding: 1rem 0 1rem 0;
	border-bottom: 1px solid #dedede;
}
.price_list li .price_item {
	margin-bottom: 1.5rem;	
}
.price_list li h3 {
	font-size: 2.5rem;
	margin-bottom: 0;
	color: var(--color-orange);
}
.price_list li .price_num {
	font-size: 2.5rem;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.price_list li .price_num small{
	font-size: 1.2rem;
}
.price_num .price_times {
	display: block;
	padding: 0.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0.75rem 0;
	background: var(--color-mizu);
	font-size: 1.2rem;
}
.price_num .price_pre {
	font-size: 1.5rem;
	 text-decoration: line-through;
	text-decoration-color: var(--color-orange);
	font-weight: normal;
}
.price_num .price_arrow {
	font-size: 1.2rem;
	margin: 0 0.5rem;
	color: var(--color-orange);
}
.price_num .price_zei {
	font-size: 0.9rem;
}
.price_pic {
	text-align: center;
	padding: 2rem 2rem 0;
}
.price_pic img {
	border-radius: 3rem;
}

@media (min-width: 992px) {	
	.price_list li .price_item {
		display:flex;
		justify-content:space-between;
	}
	.price_list li .price_num {
		text-align: right;
	}
	.price_pic {
	    position: absolute;
    	top: 0;
    	width: 25%;
		top: 5rem;
		padding:0;
	}
	.price_pic img {
		border-radius: 0 3rem 3rem 0;
	}
}
@media (min-width: 1200px) {	
	.price_pic {
    	width: 36%;
	}
}



/* home-flow */

#home-flow h2.plustxt:before {
	content: "Flow";
}
.flow_content {
    background: var(--color-purple);
    border-radius: 0 100px 100px 0;
    height: auto;
    margin: 5rem 1rem 0 0;
    position: relative;
    width: 100%;
}
.flow_list li {
	list-style: none;
    display: flex;
    align-items: stretch;
	margin-bottom: 2rem;
}
.flow_list li > div {
	background: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(40, 98, 223, 0.1);
	width: 100%;
}
.flow_list .flow_pic img{
	border-radius: 20px 20px 0 0;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.flow_list li .flow_txt {
	padding: 0 1rem 1rem;
}
.flow_list li h3 {
	font-size: 1.75rem;
	line-height: 1.1;
	color: var(--color-mizu);
    padding: 0;
	text-align: center;
}
.flow_list li h3 span.flow_num{
    display: block;
    margin: -3rem auto 0;
    position: relative;
    width: 6rem;
    height: 6rem;
	background: #fff;
   border-radius:50%;
	color: var(--color-mizu);
    font-size: 2rem;
    font-weight: normal;
   display:flex;
   align-items:center;
   justify-content:center;
}

@media (min-width: 992px) {
	.flow_content {
	    margin: 10rem 8rem 0 0;
	    width: calc(100% - 8rem);
    	max-width: calc(100% - 8rem);	
	}
	.flow_list .flow_pic img{
		height: 300px;
	}
	.flow_list li .flow_txt {
		padding: 0 2rem 1rem;
	}
}




/* home-voice */

#home-voice h2.plustxt:before {
	content: "Voice";
}
.voice_list li {
	list-style: none;
	border-radius: 20px;
	background: var(--color-u_orange);
	margin-bottom: 2rem;
	padding: 2rem;
}
.voice_list li .voice_item {
   justify-content:space-between;
   align-items:center;	
}
.voice_pic img {
	border-radius: 30px;
	margin-bottom: 1.5rem;
}
.voice_name {
	font-size: 2rem;
	color: var(--color-orange);
	font-weight: bold;
	padding: 0 0 1rem 0;
	border-bottom: 3px solid var(--color-orange);
	width: 100%;
	margin-bottom: 1.5rem;
}
.voice_txt {
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.voice_name {
		width: 80%;
	}
	.voice_pic img {
		margin-bottom: 0;
	}
}


/* home-greetings */

.greetings_content {
    background: var(--color-purple);
    border-radius: 100px 0 0 100px;
    height: auto;
    margin: 5rem 0 0 0;
    position: relative;
    width: 100%;
}
.greetings_content h2 {
	font-size: 2rem;
	line-height: 2;
	color: var(--color-navy);
}
.greetings_item {
   justify-content:space-between;
   align-items:center;
}
.greetings_pic {
	position: relative;
	margin-top: -12rem;
	padding: 0 3rem;
	margin-bottom: 3rem;
}
.greetings_pic img {
	border-radius: 20px;
}

@media (min-width: 992px) {
	.greetings_content {
	    margin: 8rem 0 0 8rem;
	    width: calc(100% - 8rem);
    	max-width: calc(100% - 8rem);	
	}
	.greetings_content h2 {
		font-size: 2.75rem;
	}
	.greetings_pic {
		padding: 0 1.5rem;
	}
}



/* home-contact */

#home-contact h2.plustxt:before {
	content: "Reserve & Contact";
}
.contact_line {
	background: #01bc3b;
	padding: 1rem;
	border-radius: 20px;
	width: 100%;
	margin: 0 auto 1rem;
}
.contact_tel {
	width: 100%;
	margin: 0 auto 3rem;
}
.contact_list {
   justify-content:space-between;
   align-items:center;
	list-style: none;
	margin: 0;
}
.contact_list li {
	margin-bottom: 2rem;
	padding: 0;
}
.contact_list li .contact_item {
	background: #fff;
	padding: 3rem 1rem 2rem;
	border-radius: 20px;
}
.contact_list li h3 {
	font-size: 2.5rem;
    text-align: center;
    color: var(--color-navy);
    border-bottom: 4px solid;
    padding: 0 0 1rem;
    margin-bottom: 4rem;
}

a.contact_btn{
	display: block;
	margin: 0 auto;
	padding: 1.5rem 1rem;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.tel_btn,
.tel_btn:hover,
.tel_btn:visited {
	color: var(--color-mizu);
	border: 3px solid var(--color-mizu);
	font-size: 2rem;
	letter-spacing: 2px;
	background: #fff;
}
.tel_btn span {
	display: block;
	margin: 0 auto;
	font-size: 0.8rem;
}
.line_btn,
.line_btn:hover,
.line_btn:visited {
	background: #01bc3b;
	color: #fff;
	font-size: 1.5rem;
	border: 3px solid #01bc3b;
}
.web_btn,
.web_btn:hover,
.web_btn:visited {
	background: var(--color-orange);
	color: #fff;
	font-size: 1.5rem;
	border: 3px solid var(--color-orange);
}
.line_btn i,
.web_btn i {
	display: block;
	margin: 0 auto 0.75rem;
	color: #fff;
}
.contact_time {
	margin-top: 2rem;
}
.contact_time_table {
	border: 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.contact_time_table th,
.contact_time_table td {
	padding: 1rem 0.5rem;
	text-align: center;
	border: 0;
}
.contact_time_table thead th {
	background: var(--color-mizu);
	color: #fff;
}
.contact_time_table thead th:not(:first-child) {
	border-left: 1px solid #7aabd7;
}
.contact_time_table tbody tr {
	border-bottom: 1px solid #dedede;
}
.contact_time_table tbody td {
	color: var(--color-navy);
}
.contact_address {
	border-top: 1px solid #dedede;
	padding-top: 2rem;
}

@media (min-width: 992px) {
	.contact_line {
		padding: 1rem 3rem;
		width: 65%;
		margin: 0 auto 1rem;
	}
	.contact_list li {
		padding: 0 2rem;
	}
	.contact_list li .contact_item {
		padding: 3rem 2rem 2rem;
	}
	.contact_tel {
		width: 65%;
		margin: 0 auto 2rem;
	}
}


/* footer_contact */

.footer_contact {
	display: flex;
   align-items:center;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1rem 0.5rem;
	transition:all .3s;	
}
.footer_contact .contact_btn {
	display: flex;
	justify-content: center;
   align-items:center;
	border-radius: 15px;
	padding: 1rem 0.75rem;
	letter-spacing: 0 !important;
	cursor: pointer;
	margin: 0 2px;
	width: 45%;
}
.footer_contact .contact_btn i {
	font-size: 1.75rem;
	display: block;
	margin: 0 0.75rem 0 0;
}
.footer_contact .contact_btn span{
	font-size: 1.5rem;
	display: block;
	margin: 0;
	font-weight: bold;
}
.footer_contact_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,60%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.footer_contact_modal:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.footer_contact_modal.active{
	opacity: 1;
	visibility: visible;
	z-index: 100;
}
.footer_contact_modal .modal_body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
.footer_contact_modal .modal_close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -50px;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.footer_contact_modal .modal_content{
	background: #fff;
	text-align: center;
	padding: 2rem 1.5rem;
}
.footer_contact_modal .modal_content h3 {
	color: var(--color-navy);
	padding-bottom: 1rem;
	border-bottom: 3px solid;
    margin-bottom: 2rem;
}

.footer_contact_modal .modal_store_btn {
	border-radius: 15px;
	padding: 1.25rem 0.75rem;
	color: #fff;
	background: var(--color-mizu);
	text-decoration: none;
	font-size: 1.5rem;
    display: block;
    font-weight: bold;
}


/* footer */

.site-footer {
	background: var(--color-navy);
	color: #fff;
}
.site-footer-copyright p:last-child{
	display: none;
}
.site-footer-content {
	padding: 0;
}


/* move */
.movie {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
	background: #eee;
}
.movie iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
}

@media screen and (min-width: 769px){
.sp {
  display: none;
}
}

/* 追記ここから HONDA 2025.10.5 */
#home-contact {
  padding-bottom: 3.0em;
}

#home-contact .container {
  margin: 3.0em auto 0 auto;
  padding: 0 !important;
}

#home-contact .container .contact_list {
  display: block !important;
}

#home-contact .container .contact_list li .contact_item h3 {
  margin-bottom: 1.0em !important;
}
	
#home-contact .container .contact_list li .contact_item a:hover {
  transition: 1.0s;
  transform: scale(0.95);
  opacity: 1.0;
}

.sub-section {
  display: none;	
}

@media screen and (max-width: 991px){
#home-contact .container .contact_list {
  width: 98.69791667%;
  margin-left: -1.302083333%;
}

#home-contact .container .contact_list li .contact_item h3 {
  font-size: 8.0vw;
}

#home-contact .container .contact_list li .contact_item a:hover {
  transition: 1.0s;
  transform: scale(0.95);
  opacity: 1.0;
}	
	
#home-contact .container .contact_list li .contact_item .view {
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

#home-contact .container .contact_list li .contact_item .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-section {
  display: none;	
}	
}
/* 追記ここまで */
