/*
Theme name:asahi-contact
Author:NAKAGAKI
Description:original theme
Version:1.0
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500&display=swap');

html{
	margin: 0!important;
}

body{
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	  display: block;
	  margin: 0 auto;
	  font-weight: 500;
	  line-height: 1.8;
	  position: relative;
	  /*overflow-x: hidden;*/
	  letter-spacing: 0.033em;
}

.enfont{
	font-family: 'Montserrat', sans-serif;
}

.wrap2{
	width: 1240px;
	box-sizing: border-box;
	padding:0 20px;
	margin: 0 auto;
}

.slick-track{
	margin-left:0!important;
}

.ms-edit-frontend{
	display:none!important;
}

.caution-span{
	font-size:15px;
	color:black;
}

.slick-slide a p{
	margin-top:0;
	margin-bottom:0;
}

.slick-slide a{
	position:relative;
	transition:0.4s;
}

.slick-slide:hover{
	opacity:1!important;
}

.slick-slide a:hover{
	opacity:0.6!important;
}

.overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 9999999;
}

.btn_area {
width: 650px;
height: 325px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
position: relative;
z-index: 999999999999999999999;
}

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


.btn_area .ttl {
font-weight: bold
}
.btn_area p {
padding: 15px
}

.btn_area button {
	position: absolute;
display: block;
box-sizing: border-box;
width: 50px;
height: 50px;
top: -65px;
right: -15px;
margin-left: auto;
background: white;
color: #333;
border-radius: 50%;
font-size: 29px;
border: none;
padding: 0;
}

.btn_area button i{
	padding-bottom: 2px;
}


.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
      transform: translate(0,50px);
    transition: all 1.2s;
}

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

.load {
    -webkit-animation: spin 13s linear infinite;
    -moz-animation: spin 13s linear infinite;
    -ms-animation: spin 13s linear infinite;
    -o-animation: spin 13s linear infinite;
    animation: spin 13s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(360deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(360deg);}
	100% {-moz-transform: rotate(0deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(360deg);}
	100% {-ms-transform: rotate(0deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(360deg);}
	100% {-o-transform: rotate(0deg);}
}
@keyframes spin {
	0% {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}

header{
	display: block;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	top:50px;
	z-index:999999;
}

.thbox{
	position: relative;
	transition: 0.5s;
	height: auto;
	width: 100%;
	z-index: 999;
}


.thab{
	background: rgba(255,255,255,0.6);
	height:auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	transition: 0.5s;
}

.thab p{
	position: absolute;
	font-size: 13px;
	margin: 0;
	word-break: break-all;
	opacity: 0;
	top: 35%;
	transition: 0.5s;
	color: #111;
	line-height: 1.3;
	font-weight: bold;
}

.real a{
	transition: 0.5s;
}

.real a:hover .thab{
	opacity: 1;
}

.real a:hover .thab p{
	opacity: 1;
}


/*スライダー部分*/
.sliderbox{
	position: absolute;
	width: 35%;
	background: white;
	height: auto;
	padding: 20px 0;
	bottom: -200px;
	right: 0;
	z-index: 2;
	box-sizing: border-box;
}

.camtitle{
	margin:0 0 10px;
	font-weight: 100;
	font-size: 37px;
	color: #905303;
	padding-left: 50px;
}

.regular_3{
	position: relative;
}

.prev-arrow{
	position: absolute;
	left: 245px;
	top: -48px;
}

.prev-arrow:hover , .next-arrow:hover{
	cursor: pointer;
}

.slick-disabled:hover{
	cursor: inherit!important;
}

.next-arrow{
	position: absolute;
	left: 355px;
	top: -48px;
}

.slick-disabled{
	opacity: 0;
}

.slick-counter{
	position: absolute;
	top: -55px;
	left: 285px;
	font-size: 15px;
	color: #905303;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-left: 50px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
	width:100%;
	max-width:100%;
	height:150px;
	object-fit:contain;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity:1
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slick-arrow:before{
	content:""!important;
}



.rightmenu{
	position: fixed;
	right: 0;
	top: 32%;
	z-index: 10;
}

.r-menu1{
	display: block;
	color: white;
	background-image:url(img/reserve.png);
	background-size: cover;
	background-position: center;
	text-align: center;
	width: 105px;
	padding: 0;
	text-decoration: none;
	transition: 0.3s;
}

.r-menu1:hover{
	opacity: 0.7;
}

.r-menu1 i{
	font-size: 34px;
	padding-top: 14px;
}

.r1{
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	padding-top: 7px;
	line-height: 1.3;
}

.r-icon1{
	display:block;
	width: 30px;
	margin:0 auto 7px;
	padding-top: 15px;
}

.r1.size2{
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0em;
}

.r2{
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 12px;
}

.r-menu2 .r2{
	padding-bottom: 15px;
}

.r-menu2{
	margin-top: 25px;
	display: block;
	color: white;
	background: #905303;
	text-align: center;
	width: 105px;
	text-decoration: none;
	transition: 0.3s;
}

.r-menu2:hover{
	opacity: 0.7;
}

.r-menu2 i{
	font-size: 34px;
	padding-top: 17px;
}


.r-menu3{
	display: block;
	width: 105px;
	height:105px;
	background-position:center;
	background-size:cover;
	background-image:url(img/insta.png);
	margin-top: 25px;
	text-align: center;
	color:black;
	transition: 0.5s;
}

.r-menu3:hover{
	opacity:0.7;
}

.r-menu3 i{
	font-size: 34px;
}

.productsize{
	height: auto!important;
}

.probox{
	display: flex;
	margin-top: 85px;
	flex-wrap: wrap;
}

.real{
	width: 25%;
	box-sizing: border-box;
	padding: 0 30px 0;
	position: relative;
	margin-bottom: 80px;
}

.real a{
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.real a:hover{
	opacity: 0.6;
}

.re-link img{
	max-width: 100%;
	height: 180px;
	object-fit:contain;
	position: relative;
	z-index: -1;
}

.producttitle2{
	margin-top: 22px;
	font-size: 17px;
	margin-bottom: 0;
	line-height: 1.4;
}

.volume{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.content{
	margin-top: 40px;
	margin-bottom: 110px;
}

.content p{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
}

.content-sub{
	position: absolute;
	bottom: 0;
	height: 40px;
}

.content-sub p{
	margin: 0;
	font-size: 11px;
}

.smblock , .mpright2{
	display: none;
}

.smnavi{
	display: none!important;
}

.flex-control-paging li a{
	width: 8px!important;
	height: 8px!important;
}

.menuflex{
	display: flex;
	width: 97%;
	height: 100px;
	background: white;
	margin: 0 auto;
	box-sizing: border-box;
	justify-content: space-around;
	padding: 0 15px;
	box-shadow: 0 0 8px #CCC;
}

.ml1{
	padding-right: 25px;
}

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

.ml2{
	padding-left: 20px;
}

header h1{
	margin: 0;
	padding-top: 24px;
}

header img{
	max-width: 100%;
}

.spin{
	position:relative;
}

.spin:after{
	content: '';
	position: absolute;
	width: 68px;
	height: 68px;
	top: 40%;
	left: 41%;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	background: white;

	z-index: 99;
}

    #spin{
      transition: all 500ms 0s ease;
    }
    .active {
      transform: rotate(0.5turn);
    }


button{
	border: none!important;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 650px;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: -15px;
  top: -65px;
  width: 50px;
  height: 50px;
  background: white;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.close-btn i {
	padding-top: 9px;
  font-size: 30px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

.menushort{
	display: block;
	margin: 34px 0;
/*	width: 170px;*/
	box-sizing: border-box;
		-webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
border-right: 1px solid #DDCDBB;
position: relative;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.menushort.long1{
	padding:0 8px;
}

.menushort a:after{
	content: "";
	position: absolute;
	left: 47%;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background:#905303;
	transition: all .4s ease;
	z-index: -1;
	opacity: 0;
}

.menushort a:hover:after{
	opacity: 1;
	transform: translateY(-19px);
}

button:hover{
	cursor: pointer;
}

.menushort a{
	display: block;
	width:170px;
	text-align: center;
	text-decoration: none;
	color:#000;
	font-size: 18px;
	position: relative;
transform: skewX(-150deg);
z-index: 1;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

#metaslider-id-44{
	width: 100%;
}

#metaslider-id-44 li{
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 25px;
}

#metaslider-id-44 li img{
	max-width:100% ;
	width: 92%!important;
	height: 980px;
	object-fit: cover;
	margin: 0 auto!important;
	box-sizing: border-box;
}

.metaslider .flexslider{
	position: relative!important;
}

.metaslider .flex-control-nav{
	position: absolute;
	left: 0!important;
	text-align: left;
	bottom: 0!important;
	box-sizing: border-box;
}

.flex-control-nav li{
	display: block!important;
	margin: 30px 0!important;
}

.flex-control-nav li:last-child{
	margin-bottom: 15px!important;
}

.mainv{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	bottom: 30px;
}

.abo1{
	position: absolute;
	right: 17%;
	top: 250px;
}

.abo2{
	position: absolute;
	left: 10%;
	top: 600px;
}

.tellink{
	display: block;
	font-weight: 500;
	text-decoration: none;
	font-size: 30px;
	text-align: center;
	margin-top: 24px;
	line-height: 1.2;
	color: #905303;
	letter-spacing: 0.13em;
}

.tellink i{
	font-size: 21px;
	padding-right: 4px;
}

.teltime{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding-left: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.newsbox{
	margin-top: 100px;
	padding: 160px 0 120px;
	width: 100%;
	background: #F7E3C0;
	position: relative;
	z-index: 1;
}


.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1200px;
  margin: 0 auto;
  background-color: #EBE7E3;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 80px;
  background-color:white;
  line-height: 80px;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.3s ease;
}

.proitem{
  width: calc(100%/2);
  height: 80px;
  line-height: 80px;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.3s ease;
}

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

.proitem:hover {
  opacity: 0.8;
  cursor: pointer;
}

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

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  height: 100%;
  height: 430px;
  box-sizing: border-box;
  padding: 35px 75px;
  clear: both;
  position: relative;
  transition: 0.5s;
}

.ssfs{
	display: block;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content ,
#oneday:checked ~ #oneday_content ,
#twoweek:checked ~ #twoweek_content ,
#onemonth:checked ~ #onemonth_content ,
#circle:checked ~ #circle_content ,
#astigmatism:checked ~ #astigmatism_content ,
#pair:checked ~ #pair_content ,
#hard:checked ~ #hard_content ,
#care:checked ~ #care_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color:#EBE7E3;
  border-left: 7px solid #A1702F;
  box-sizing: border-box;
}

.labeltext{
	font-size: 13px;
	margin: 0;
	position: relative;
	bottom:3px;
}

.entitle{
	font-size: 33px;
	font-weight: 100;
	color: #905303;
	padding-left: 25px;
	padding-right: 20px;
	position: relative;
	top: 3px;
}

.blogflex{
	display: flex;
	flex-wrap: wrap;
}

.blogbox{
	box-sizing: border-box;
	width: 100%;
}


.artlink{
	text-decoration: none;
	display: flex;
	margin: 55px 0;
	color: black;
	transition: 0.3s;
}

.artlink:hover{
	opacity: 0.6;
}

.artleft{
	padding-right: 10px;
	box-sizing:border-box;
	width:47%;
}

.artright{
	padding-left: 10px;
	box-sizing:border-box;
	width:53%;
}

.date{
	font-size: 13px;
	margin-top: 0;
}

.tab_flex{
	display:flex;
	width: 1290px;
	justify-content: center;
	margin:0 auto;
}

.tab_item-left{
	width: 50%;
	background: #EBE7E3;
	position:relative;
	padding-bottom: 50px;
}

.tab_item-right{
	width: 50%;
	background: white;
	position:relative;
	padding-bottom: 50px;
}

.labeltext{
	padding:17px 0;
}

.labeltext:before{
	content: '';
	width: 9px;
	height: 100%;
	background:#A1702F;
	position: absolute;
	left: 0;
	top: 0;
}


.item__area{
	width: 100%;
	box-sizing:border-box;
	padding:0 90px;
}

.white__dammy{
	box-sizing:border-box;
	border:1px solid #C6C6C6;
}

.blog-title{
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 0;
}

.img-area img{
	width: 200px;
	max-width:100%;
	height: 120px;
	object-fit: cover;
}

.abolink{
	width: 100%;
	object-fit: cover;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.tab_flex .abolink div{
	position: absolute;
	bottom: -34px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
}

.abolink div a{
	background: #905303;
	text-align: center;
	display: block;
	width: 320px;
	margin: 0 auto;
	max-width: 100%;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
	border: 3px solid #905303;
	padding: 16px 0;
}

.abolink div a:hover{
	border: 3px solid #905303;
	background: white;
	color:#905303;
}

.abolink div a i{
	position: relative;
	left: 18px;
	top: 1px;
}

.aboutus{
	display: block;
	margin-top: 120px;
	width: 100%;
	position: relative;
}

.aboutbox{
	width: 1290px;
	margin: 0 auto;
}

.sectitle{
	font-size: 60px;
	font-weight: 100;
	color: #905303;
	width: 282px;
	margin: 0;
	line-height: 1.2;
}

.secsub{
	width: 282px;
	text-align: center;
	margin: 0;
}

.aubox{
	width: 1000px;
	box-sizing: border-box;
	margin-top: 67px;
	padding: 110px 100px;
	background-color: #E8E2D0;
}

.autitle h3{
	font-size: 31px;
	margin: 0;
	line-height: 1.4;
	font-weight: 500;
}

.aut2{
	font-size: 15px;
	font-weight: 400;
	color:#905303;
	margin-top:2px;
	margin-bottom:85px;
}

.auinfo{
	font-size: 15px;
	line-height: 2.1;
	padding-right: 160px;
}

.ab-abs{
	position: absolute;
	right: 0;
	top: 100px;
	width: 38%;
}

.leftsec{
	margin-top: 280px;
	position: relative;
}

.leftsec2{
	margin-top: 200px;
}

.leftsec:before{
	content: '';
	width: 85%;
	height:520px;
	position: absolute;
	left: 0;
	background-color: #F5EEC4;
}

.lfflex{
	display: flex;
	width: 1290px;
	margin: 0 auto;
	position: relative;
}



.lfleft{
	width: 490px;
	box-sizing: border-box;
	padding-right: 45px;
}

.lfleft img{
	position: relative;
	width: 440px;
	bottom: 110px;
}

.lfright{
	width: 100%;
	box-sizing: border-box;
	padding-left: 45px;
}

.lefttitle{
	font-size: 60px;
	font-weight: 100;
	margin-top:60px ;
	margin-bottom: 0;
	color: #905303;
	line-height: 1.2;
}

.leftsub{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 40px;
}

.leftinfo{
	padding-right: 180px;
	font-size: 15px;
}

.leftlink{
	background: #905303;
    text-align: center;
    display: block;
    width: 320px;
    margin-top: 40px;
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 0;
	transition: 0.5s;
	border: 3px solid #905303;    
}

.leftlink:hover{
	border: 3px solid #905303;
	background: white;
	color:#905303;	
}

.leftlink i{
    position: relative;
    left: 18px;
    top: 1px;	
}

.protitle{
	margin-top: 140px;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 100;
	text-align: center;
	line-height: 1.2;
	color: #905303;
}

	.proitem .procheck{
		margin: 0;
	}

.prosub{
	margin: 0;
	text-align: center;
	font-size: 20px;
}

.proflex{
	display: flex;
	width: 1290px;
	flex-wrap: wrap;
	margin: 75px auto 65px;
}

.productbox{
	width: 25%;
	height:270px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 2px solid #E0E0E0;
}

.pr1 , .pr2 , .pr3 , .pr5 , .pr6 , .pr7{
	border-right:2px solid #E0E0E0;
}

.pr5 , .pr6 , .pr7 , .pr8{
	border-bottom: none;
}

.productbox img{
	max-width: 80%;
	margin: 0 auto;
}

.productbox a{
	transition: 0.3s;
}

.productbox a:hover{
	opacity: 0.6;
}

.pr1 img{
	position: relative;
	top: 40px;
}

.pr2 img{
	position: relative;
	top: 7px;
}

.pr3 img{
	position: relative;
	top: 15px;
}

.pr4 img{
	position: relative;
	top: 27px;
}

.pr5 img{
	position: relative;
	top: 50px;
}

.pr6 img{
	position: relative;
	top: 50px;
}

.pr7 img{
	position: relative;
	top: 45px;
}

.pr8 img{
	position: relative;
	top: 0;
	max-width: 65%;
}

.productbox a{
	display: block;
	padding: 17px 0;
	height: 290px;
	box-sizing: border-box;
}

.productbox p{
	position: absolute;
	margin: 0;
	width: 100%;
	text-align: center;
	bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.productlink{
    background: #905303;
    text-align: center;
    display: block;
    width: 320px;
    margin:0 auto 150px;
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 0;
    transition: 0.5s;
    border: 3px solid #905303;	
}

.productlink:hover{
	border: 3px solid #905303;
	background: white;
	color:#905303;	
}

.productlink i{
position: relative;
    left: 18px;
    top: 1px;	
}

footer{
	background-image: url(img/footerbg.png);
	background-size: contain;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 70px;
	color: white;
	position: relative;
}

.fflex{
	width: 1290px;
	display: flex;
	margin: 0 auto;
}

.fleft{
	width: 50%;
	padding-right: 85px;
	box-sizing: border-box;
}

.fright{
	width: 50%;
	padding-left: 85px;
	box-sizing: border-box;
}

.fl1{
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	padding-left: 30px;
	margin-bottom: 12px;
}

.fl2{
	display: inline-block;
	margin-bottom: 35px;
}

.fl3 , .fl4 , .fl5 , .fl6{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.fl3 a{
	padding-left: 17px;
	color: white;
	transition: 0.5s;
}

.fl3 a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.fl3 a i{
	padding-right: 5px;
}

.ftel{
	margin-top: 25px;
}

.ftel1{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding-left: 30px;
	letter-spacing:0.13em;
}

.ftel2{
	font-size: 30px;
	font-weight: 500;
	margin: 0;
	line-height: 1.3;	
	letter-spacing:0.13em;
}

.ftel2 i{
	font-size: 20px;
	padding-right: 7px;
}

.fleftbox1{
	padding-bottom: 95px;
	border-bottom: 1px solid white;
}

.flb1{
	font-size: 23px;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 25px;
}

.flb2 , .flb3 , .flb4{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.flb5{
	margin-top: 45px;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
}

.fright iframe{
	width: 100%;
	height: 330px;
}

.copy{
	position: absolute;
	right: 15px;
	bottom: 70px;
	font-size: 11px;
	writing-mode: vertical-rl;
}

.uplink{
	position: absolute;
	bottom: 70px;
	right: 8%;
}

.uplink a{
	display: block;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: black;
}

.uplink a img{
	display: block;
	margin: 0 auto;
	transition: 0.3s;
}

.uplink a:hover img{
	transform: translate(0,-8px);
}

.pagev1{
	width: 92%;
	background-image: url(img/melsplan-mv.png);
	height: 600px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
}


.titlesec{
	margin: 100px 0;
}

.pagetitle{
	text-align: center;
	font-size: 60px;
	font-weight: 100;
	color:#905303 ;
	margin: 0;
	line-height: 1.2;
}

.pagesubtitle{
	font-size: 20px;
	text-align: center;
	margin: 0;
}

.mpimg{
	display: block;
	margin: 0 auto 47px;
}

.mptext1{
	font-size: 31px;
	margin: 0;
	text-align: center;
	line-height: 1.4;
}

.mpen{
	font-size: 15px;
	text-align: center;
	margin: 0;
	color: #905303;
}

.mptext2{
	font-size: 14px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 110px;
}

.feasec{
	position: relative;
	width: 100%;
	height: 1000px;
}

.mpright{
	position: absolute;
	right: 0;
	width: 45%;
	height: 699px;
	object-fit: cover;
	top:130px;
	z-index: 1;
}

.leftbg{
	position: absolute;
	left: 0;
	width: 80%;
	height: 950px;
	background: #F5F2EF;
	z-index: -1;
}

.featurebox{
	width: 1200px;
	margin: 0 auto;
}

.fealeft{
	width: 48%;
}

.featitle{
	margin-top: 0;
	margin-bottom: 90px;
	padding-top: 100px;
	font-size: 24px;
	width: 245px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	border-bottom:1px solid black;
}

.feanumber{
	position: relative;
	list-style: none;
	padding-left: 65px;
	margin-bottom: 50px;
	font-size: 25px;
	color: #915505;
	line-height: 1.35;
}

.feanumber .small{
	font-size: 18px;

}

.feanumber .block{
	display: block;
}

.fn1:before{
	content: '';
	position: absolute;
	left: -15px;
	top: 9px;
	width: 52px;
	height: 51px;
	background-image: url(img/number1.png);
	background-size: cover;
}

.fn2:before{
	content: '';
	position: absolute;
	left: -15px;
	top: 9px;
	width: 52px;
	height: 51px;
	background-image: url(img/number2.png);
	background-size: cover;
}

.fn3:before{
	content: '';
	position: absolute;
	left: -15px;
	top: 9px;
	width: 52px;
	height: 51px;
	background-image: url(img/number3.png);
	background-size: cover;
}

.fn4:before{
	content: '';
	position: absolute;
	left: -15px;
	top: 9px;
	width: 52px;
	height: 51px;
	background-image: url(img/number4.png);
	background-size: cover;
}

.fn5:before{
	content: '';
	position: absolute;
	left: -15px;
	top: 9px;
	width: 52px;
	height: 51px;
	background-image: url(img/number5.png);
	background-size: cover;
}

.rice{
	font-size: 15px;
	margin: 0;
	position: relative;
	left: -15px;
}

.servicesec{
	margin-top: 108px;
}

.servicetitle{
	display: block;
	margin: 0 auto 70px;
	line-height: 1.4;
	font-size: 24px;
	width: 245px;
	text-align: center;
	font-weight: 500;
	border-bottom:1px solid black;	
}

.servicebox{
	position: relative;
	width: 100%;
	background:#FDF7EA;
	padding-bottom: 135px;
}

.sbtop{
	width: 390px;
	display: block;
	background: #1B2D52;
	margin: 0 auto;
	color: white;
	padding: 3px 0;
	font-size: 30px;
	text-align: center;
	position: relative;
	bottom: 30px;
}

.sesmall{
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 0;
}

.serviceflex{
	margin: 56px auto 0;
	display: flex;
	width: 1000px;
	max-width: 100%;
}

.sef1 , .sef2 , .sef3{
	width: 33.33%;
}

.sef1{
	background: white;
	position: relative;
	text-align: center;
}

.sef1:after{
	content: '';
	position: absolute;
	right: -30px;
	top:25%;
	width: 0;
height: 0;
z-index: 2;
border-style: solid;
border-width: 30px 0 30px 30px;
border-color: transparent transparent transparent white;
}

.seftext1{
	font-size: 25px;
	color: #915505;
	margin: 21px 0 5px;
}

.seftext2{
	font-size: 15px;
	margin-top: 0;
	padding-bottom: 7px;
}

.sef2{
	background: #EADFD5;
	position: relative;
	text-align: center;
}

.sef2:after{
	content: '';
	position: absolute;
	right: -30px;
	top:25%;
	width: 0;
height: 0;
z-index: 2;
border-style: solid;
border-width: 30px 0 30px 30px;
border-color: transparent transparent transparent #EADFD5;
}

.sef3{
	background: #E3C89D;
	position: relative;
	text-align: center;
}

.sefsub{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 15px;
}

.qatitle{
	margin: 90px auto 0;
	font-size: 32px;
	text-align: center;
	color: #915505;
	width: 560px;
	display: block;
	line-height: 1.3;
	background: linear-gradient(transparent 70%, #FFFCBA 70%);
}

.qaflex{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 65px auto 0;
}

.qabox{
	width:557px;
	display: block;
	margin:15px auto;
	background: white;
	padding:45px 38px;
	box-sizing: border-box;
}

.qtext{
	font-size: 20px;
	position: relative;
	padding-left: 60px;
	line-height: 1.6;
	margin: 0;
	height: 65px;
}

.qtext:before{
	content: "";
	position: absolute;
	left: 0;
	width: 38px;
	height: 55px;
	background-image: url(img/qimg.png);
	background-size: cover;
}

.fqimg{
	display: block;
	margin: 40px auto;
}

.atext{
	font-size: 16px;
	padding-left: 60px;
	position: relative;
}

.atext:before{
	content: "";
	position: absolute;
	left: 0;
	width: 32px;
	height: 55px;
	background-image: url(img/aimg.png);
	background-size: cover;
}

.qabox img{
	width: 175px;
}

/*.fqi2{
	margin-bottom: 52px;
}

.fqi3{
	margin-bottom: 51px;
}

.fqi4{
	margin-bottom: 44px;
}
*/
.ss2{
	margin-top: 140px;
}

.sbt2{
	width: 707px;
}

/*.fqi5{
	margin-bottom: 43px;
}

.fqi6{
	margin-bottom: 44px;
}

.fqi7{
	margin-bottom: 43px;
}

.fqi8{
	margin-bottom: 54px;
}*/

.linkbox{
	margin-top: 80px;
	text-align: center;
}

.melslink{
	display: block;
	position: relative;
	background: #905303;
	color: white;
	box-sizing: border-box;
	border: 3px solid #905303;
	width: 480px;
	margin: 0 auto;
	padding: 26px 0;
	font-weight: bold;
	text-decoration: none;
	transition: 0.4s;
}

.melslink:hover{
	opacity: 0.6;
}

.melslink:after{
	content: "";
	width: 17px;
	height: 15px;
	position: absolute;
	right: 30px;
	top:31px;
	background-image: url(img/icon.png);
	background-size: :cover;
}

.melslinksub{
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 0;
}

.caution{
	display: block;
	width: 1200px;
	margin: 80px auto 55px;
	text-align: left;
}

.telbox{
	display: block;
	width: 1300px;
	margin: 0 auto 227px;
	background: #F5F2EF;
	box-sizing: border-box;
	padding: 75px;
}

.tel1{
	margin: 0;
	text-align: center;
	font-size: 24px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #905303;
}

.tel1 .telblock{
	display: block;
}

.tbtel{
	display: block;
	font-size: 48px;
	text-align: center;
	padding-top:0;
	margin-top: 0;
	margin-bottom: 13px;
	text-decoration: none;
	color:#905303 ;
	line-height: 1.4;
}

.tbtel i{
	font-size: 30px;
	position: relative;
	left: -10px;
	bottom: 2px;
}

.teltime2{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17px;
}

.pagev2{
	width: 92%;
	background-image: url(img/guide-mv.png);
	height: 600px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
}

.guidesec1{
	display: flex;
	width: 1300px;
	margin: 78px auto 70px;
}

.guideleft{
	width: 607px;
	box-sizing: border-box;
	padding:0 56px 78px;
	position: relative;
	background: #F5F2EF;
}

.abotitle{
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	color: #915505;
	position: relative;
	bottom: 20px;
	width: 430px;
	line-height: 1.4;
	border-bottom: 2px solid #915505;
	font-weight: 500;
}

.abot2{
	width: 240px;
}

.guide1{
	font-size: 14px;
	margin-top: 40px;
}

.guide2{
	background: white;
	width: 120px;
	color: #915505;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 43px;
}

.checkbox{
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 48px;
	padding-left: 90px;
	box-sizing: border-box;
}

.guideleft .checkbox:last-child{
	margin-bottom: 0;
}

.chb1:before{
	content: '';
	position: absolute;
	left: 0;
	width: 65px;
	height: 65px;
	background-image: url(img/check1.png);
	background-size: cover;
}

.chb2:before{
	content: '';
	position: absolute;
	left: 0;
	width: 65px;
	height: 65px;
	background-image: url(img/check2.png);
	background-size: cover;
}

.chb3:before{
	content: '';
	position: absolute;
	left: 0;
	width: 65px;
	height: 65px;
	background-image: url(img/check3.png);
	background-size: cover;
}

.chb4:before{
	content: '';
	position: absolute;
	left: 0;
	width: 65px;
	height: 65px;
	background-image: url(img/check4.png);
	background-size: cover;
}

.ch1{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.4;
	color: #915505;
}

.ch2{
	font-size: 14px;
	margin: 0;
}

.guideright{
	width: 607px;
	margin-left: auto;
	box-sizing: border-box;
	padding:0 56px 78px;
	position: relative;
	background: #F5F2EF;
}

.damage{
	display: block;
	margin: 55px auto 36px;
	width: 290px;
	background: white;
	color: #915505;
	text-align: center;
}

.damagebox{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 0;
	text-align: center;
}

.da1{
	width: 50%;
	padding:20px 10px;
	box-sizing: border-box;
	border-right: 1px dashed #DDDAD6;
}

.da2{
	width: 50%;
	padding:20px 10px;
	box-sizing: border-box;
}


.da3{
	width: 50%;
	padding:20px 10px;
	box-sizing: border-box;
	border-right: 1px dashed #DDDAD6;
	border-top: 1px dashed #DDDAD6;
}


.da4{
	width: 50%;
	padding:20px 10px;
	box-sizing: border-box;
	
	border-top: 1px dashed #DDDAD6;
}


.dt1{
	font-size: 30px;
	color: #915505;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.5;
}

.dt2{
	font-size: 14px;
	margin: 0;
}

.guide3{
	margin-top: 47px;
	margin-bottom: 0;
	font-size: 14px;
}

.guideplus{
	width: 1300px;
	display: block;
	margin: 0 auto;
	background: #F5F2EF;
}

.gptitle{
		display: block;
		text-align: center;
    margin: 0 auto;
    font-size: 24px;
    color: #915505;
    position: relative;
    bottom: 20px;
    width: 430px;
    line-height: 1.4;
    border-bottom: 2px solid #915505;
    font-weight: 500;
}

.gpflex{
	display: flex;
	padding:40px 52px 70px;
	width: 100%;
	box-sizing: border-box;
}

.gpleft{
	width: 50%;
	display: flex;
}

.gpright{
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
}

.gpl1{
	width: 33.33%;
	padding: 0 7px;
	box-sizing: border-box;
}

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

.gptext1{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
	text-align: center;
	color: #915505;
}

.gptext2{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	text-align: center;
	color: #915505;
}

.gpr1{
	margin-top: 0;
	width: 228px;
	max-width: 95%;
	color: #915505;
	background: white;
	text-align: center;
}

.gpr2{
	font-size: 20px;
	margin: 15px 0;
	color: #915505;
}

.gpr3{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}




.flowbox{
	width: 1300px;
	display: block;
	margin: 135px auto 120px;
	background: #FDF7EA;
	padding: 0 105px 105px;
	box-sizing: border-box;
}

.flowtitle{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	width: 217px;
	line-height: 1.4;
	border-bottom: 1px solid #915505;
	color: #915505;
	margin: 0 auto;
	position: relative;
	bottom: 15px;
}

.flowsub{
	font-size: 14px;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 75px;
}

.flowflex{
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #DDDAD6;
}

.flowleft{
	width: 450px;
	padding-right: 15px;
	display: flex;
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
}

.flowright{
	width: 100%;
}

.stepimg{
	width: 34px;
	height: 64px;
}

.fltext{
	font-size: 25px;
	padding-top: 12px;
	margin:0 25px;
	margin-right: 0;
	color: #915505;
}

.boimg{
	position: absolute;
	right: 20px;
	width: 30px;
	height: 40px;
	padding-top: 15px;
}

.flowright p{
	margin-top:22px;
	margin-bottom: 0;
	font-size: 15px;
}

.flowbox .flowflex:last-child{
	margin-bottom: 0;
}

.faqsec{
	margin-bottom: 180px;
}

.wrap{
	width: 1300px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

.qa-list dl {
	color:black;
    position: relative;
    margin:0;
    margin-bottom:40px;
    cursor: pointer;
    background:#E8E2D0 ;
    transition: .5s;
}

.qa-list .qalast{
	 border-bottom:2px solid #0C55A7;
}


.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 30px;
    right: 25px;
    display: block;
    width:20px;
    height: 20px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 1px solid #915505;
    border-right: 1px solid #915505;
    transition: .5s;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding-top:27px;
    padding-bottom:27px;
    padding-left: 100px;
    padding-right:70px;
    font-size:20px;
    font-weight:500;
}

.qa-list dl dt:before{
	position: absolute;
	content: "";
	width: 35px;
	height: 52px;
	left: 25px;
	top: 15px;
	background-image: url(img/qimg2.png);
	background-size: cover;
} 


.qa-list dl dd {
    position: relative;
    margin: 0;
    padding-top:35px;
    padding-bottom:27px;
    padding-left: 100px;
    padding-right:70px;    
    font-size:16px;
    font-weight:400;
}

.qatext1:before{
	content: "";
	position: absolute;
	left:-69px;
	top: -4px;
	width: 30px;
	height: 52px;
	background-image: url(img/aimg2.png);
	background-size: cover;
}

.qa-list dl dd .faq2{
	margin-bottom:20px;
}

dd .column-1{
	width:25%;
	font-size:15px;
	font-weight:bold;
	padding:18px 13px!important;
}

dd .column-2{
	width:75%;
	font-size:15px;
	font-weight:500;
	padding:18px 13px!important;
}

dd caption{
	visibility: hidden;
	height:0;
}

.qatext1{
	position: relative;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 30px;
}

.qatext2{
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 30px;
}

.pagev3{
	width: 92%;
	background-image: url(img/news-mv.png);
	height: 600px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
}


.newssec{
	display: flex;
	width: 1300px;
	box-sizing: border-box;
	margin:0 auto 200px;
	flex-wrap: wrap;
}


.newsleft{
	width: 68%;
	box-sizing: border-box;
	background: #F5F2EF;
	padding: 76px 80px 30px;
}

.newsright{
	width: 32%;
	box-sizing: border-box;
}

.newsarea a{
	display: flex;
	width: 100%;
	margin-bottom:50px;
	padding-bottom: 50px;
	text-decoration: none;
	color: black;
	transition: 0.5s;
	border-bottom: 1px solid #DDDAD6;
}

.newsarea a:hover{
	opacity: 0.7;
}

.newsimg-area img{
	width: 233px;
	height: 233px;
	object-fit: cover;
}

.artnewsleft{
	width: 233px;
	box-sizing: border-box;
}

.artnewsright{
	width: 100%;
	box-sizing: border-box;
	padding-left: 45px;
}

.newsdate{
	font-size: 15px;
	margin: 0;
}

.newscategory{
	width: 120px;
	background: white;
	color: #905303;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}

.newsblog-title{
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.excerpt{
	font-size: 15px;
	margin: 0;
	line-height: 1.7;
}

.navi-box{
	display: block;
	width: 100%;
	margin: 100px auto 0;
	text-align: center;
}

.wp-pagenavi span{
	width: 25px!important;
	font-weight: bold;
	padding: 0!important;
	font-size: 18px;
	color: #905303;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	margin: 0 12px!important;
	border: none!important;
	border-bottom:2px solid  #905303!important;
}

.wp-pagenavi a{
	width: 25px!important;
	font-weight: bold;
	padding: 0!important;
	display: inline-block;
	margin: 0 12px!important;	
	font-size: 18px;
	color: #905303;
	text-align: center;
	opacity: 0.6;
	transition: 0.5s;
	border: none!important;
}

.wp-pagenavi a:hover{
	opacity: 1.0;
}

.wp-pagenavi .nextpostslink{
	margin-left: 24px!important;
}

.wp-pagenavi .previouspostslink{
	margin-right: 24px!important;
}

.menu{
	list-style: none;
	margin: 0;
	padding-left:110px;
}

.menu ul{
	list-style: none;
	padding-left: 0;
}

.widgettitle{
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 48px;
	color:#905303;
	line-height: 1.3;
	font-weight: 500;
	display:inline-block;
	border-bottom: 1px solid #905303;
}

.menu ul li a{
	display: block;
	border-bottom: 1px solid #DDDAD6;
	text-decoration: none;
	color: black;
	line-height: 1.6;
	font-size: 18px;
	padding: 18px 0;
	transition: 0.3s;
}

.menu ul li a:hover{
	opacity: 0.5;
}

#categories-3 .widgettitle{
	margin-top: 105px;
}

.menu ul .cat-item a{
	display: inline-block;
	border-bottom: none;
	padding-right: 7px;
	padding: 13px 0;
	transition: 0.3s;
} 

.menu ul .cat-item a:hover{
	opacity: 0.5;
}

.sns{
	margin-top: 125px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 110px;
}

.inlink{
	display: inline-block;
	margin-left: 110px;
	font-size: 26px;
	color: black;
	transition: 0.5s;
}

.inlink:hover{
	color:#905303 ;
}

.singledate{
	margin-top: 0;
	margin-bottom: 15px;
}

.singletitle{
	font-size: 26px;
	font-weight: 500;
	margin: 0;
}

.menushort.long1{
	padding: 0;
}

.singlebox2{
	margin-top: 38px;
}

.singlebox p{
	font-size: 15px;
}

.singlebox img{
	max-width:100%;
	height: auto;
	margin: 30px 0;
	object-fit: cover;
}

.singleleft{
	padding-bottom: 76px;
}

.navbox{
	width: 68%;
}


.navcenter{
	display: flex;
	width: 100%;
	margin: 100px auto 0;	
}

.singleleft{
	width: 68%;

}

.singlebox{
	box-sizing: border-box;
	background: #F5F2EF;
	padding: 76px 80px 30px;	
}

.singlesec{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;	
}


.pre{
	width: 40%;
}

.pre a{
	color:#905303;
	font-size: 18px;
	text-decoration: none;
}

.pre a i{
	padding-right: 5px;
	transition: 0.3s;
}

.pre a:hover i{
	transform: translate(-8px,0);
}

.all{
	width: 20%;
	text-align: center;
}

.all a{
	color: black;
	font-size: 18px;
	text-decoration: none;
	transition: 0.3s;
}

.all a:hover{
	color: #905303;
}

.next{
	width: 40%;
	text-align: right;
}

.next a{
	color:#905303;
	font-size: 18px;
	text-decoration: none;
}

.next a i{
	padding-left: 5px;
	transition: 0.3s;
}

.next a:hover i{
	transform: translate(8px,0);
}

.pagev4{
	width: 92%;
	background-image: url(img/product-mv.png);
	height: 600px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
}

.tabbox{
	display: block;
	margin: 0 auto 50px;
	width: 1300px;
}


.proitem{
	width: calc(92%/4);
	position: relative;
	left: 4%;
	text-align: center;
	box-sizing: border-box;
}

.procheck{
	color:#DDCDBB;
	transition: 0.5s;
}

.tabbox input:checked + .proitem .procheck{
	color: #925708;
}

.pc1 , .pc2 , .pc3{
	border-right:2px solid #E0E0E0;
}

.pc1 , .pc2 , .pc3 , .pc4{
	border-bottom:2px solid #E0E0E0!important;
}

.pc5 , .pc6 , .pc7{
	border-right:2px solid #E0E0E0;
}

.procon{
	padding:150px 0 120px;
}


.producttitle{
	display: block;
	font-size: 35px;
	margin: 0 auto;
	text-align: center;
	color: #915505;
	font-weight: 500;
	border-bottom: 1px solid #915505;
	width: 95px;
	line-height: 1.4;
}

.productsub{
	text-align: center;
	font-size: 17px;
	margin: 0;
	padding-top: 7px;
}

.headercol3{
	width:96px;
	z-index: 999999;
}

.smpre{
	display:none;
}

.menu_button{
 width:55px;
 height:55px;
 outline: none;
 border: none;
 font-size: 20px;
 margin-left:auto;
 margin-top:0;
 box-sizing: border-box;
 display:block;
 position: fixed;
 top:0;
 right:0;
z-index:9999999999999;
}

.menu_button .menu_icon01 {
  display: block;
  text-align:center;
  padding-top:20px;
  cursor: pointer;
  transition: .7s;
}
.menu_button .menu_icon01 span {
  display: block;
  width: 30px;
  height: 2px;
  margin:0 auto;
  text-align:center;
  background: #905303;
  margin-bottom: 8px;
  transition: .7s;
}

.menu_button.open .menu_icon01 span{
	float: left;
	position: relative;
	right: 10px;
	bottom:-1px;
}

.pdt2{
	width: 145px;
}

.pdt3{
	width: 160px;
}

.pdt4{
	width: 270px;
}

.pdt5{
	width: 155px;
}

.pdt6{
	width: 175px;
}

.pdt7{
	width: 240px;
}

.pdt8{
	width: 180px;
}
.ftel a{
	text-decoration: none;
	color: white;
}


/*ハンバーガーメニュー*/

.pcnone{
	display: none;
}

#nav{
  position: fixed;
  overflow-x: hidden!important;
  height: 100%;
  width: 100%;
  right: -100%;
  top: 0;
  background: #905303;
  transition: .7s;
  padding-top:120px;
  z-index:999;
}

.in{
  transform: translateX(-100%); 
  
}

.menu_button.open .menu_icon01{
  transform: rotate(-45deg);
}
.menu_button.open .menu_icon01 .bar1 {
  transform: rotate(0deg)translateX(3px) translateY(4px);
}
.menu_button.open .menu_icon01 .bar2 {
  opacity: 0;
}
.menu_button.open .menu_icon01 .bar3 {
 transform: rotate(-90deg) translateX(5px)translateY(4px);

}

.menu_button .menu_icon02 {
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.menu_button .menu_icon02 span {
  display: block;
  width: 30px;
  height: 2px;
  background: #707070;
  margin-bottom: 4px;
  transition: all 0.4s ease-out;
}
.menu_button.open .menu_icon02 .bar1 {
  transform: translateY(10px) rotate(135deg);
}
.menu_button.open .menu_icon02 .bar2 {
 opacity: 0;
 transform:translateX(-100px);
}
.menu_button.open .menu_icon02 .bar3 {
 transform:  translateY(-6px)
 rotate(45deg);
}

.menu_button .menu_icon03 {
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.menu_button .menu_icon03 span {
  display: block;
  width: 30px;
  height: 2px;
  background: #707070;
  margin-bottom: 4px;
  transition: all 0.4s ease-out;
}
.menu_button.open .menu_icon03 .bar1 {
  transform: translateY(10px) rotate(45deg);
}
.menu_button.open .menu_icon03 .bar2 {
 opacity: 0;
 width:150px;
 transform: translateX(-60px)
}
.menu_button.open .menu_icon03 .bar3 {
 transform: translateY(-6px)
 rotate(135deg);
 }

.re-flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 230px;
	margin-bottom: 130px;
}

.re-flex a{
	display: block;
	color: white;
	text-decoration: none;
	padding:56px 0;
	transition: 0.4s;
}

.re-flex .re-left a{
	display: flex;
	padding:30px 40px;
	transition: 0.4s;
}

.re-flex a:hover{
	opacity: 0.6;
}

.re-left{
	width: 46%;
	background: #083F97;
	color: white;


	color: white;
	box-sizing: border-box;
	position: relative;
}

.re-right{
	width: 46%;
	position: relative;
	background: #E50012;
	color: white;
	text-align: center;
	box-sizing: border-box;
}

.re-right p{
	font-size: 22px;
	font-weight: bold;
	margin:0;
}

.re-right p img{
	margin-left:18px;
}

.rl-left{
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	border-right:1px solid white;
}

.rl-right{
	width: 67%;
	box-sizing: border-box;
	padding-left: 40px;
}

.rl-right p{
	margin:5px 0;
	font-size: 22px;
	font-weight: bold;
}

.rl-right p img{
	margin-left: 18px;
}


.big{
	width: 38px;
}

.rll-text{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top:0;
}

.pa-header{
	display: flex;
}

.ph-left{
	width: 20%;
	position: relative;
	background: #E06053;
	font-size: 24px;
	font-weight: bold;
}

.ph-left:after{
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 51px 0 0 15px;
border-color: transparent transparent transparent #E06053;	
}

.ph-left p{
	color: white;
	text-align: center;
	margin:4px 0;
}

.ph-right{
	width: 80%;
	background:#FFDE52;

}

.present-area{
	border: 3px solid #E06053;
	margin-bottom: 170px;
}

.ph-right p{
	text-align: center;
	font-size: 17px;
	margin:10px 0;
}

.pre-main{
	background: #FDF7EA;
	box-sizing: border-box;
	box-sizing: border-box;
	padding:0 40px;

}

.pm-1{
	font-size: 20px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 45px;
}

.hukidashi{
	width: 644px;
	display: block;
	margin:0 auto 15px;
}

.gift-flex{
	display: flex;
	width: 790px;
	margin:0 auto;
}

.gf-left{
	width: 57%;
}

.gf-right{
	width: 43%;
	box-sizing: border-box;
	padding-left: 25px;
}

.gf-left p{
	margin: 0;
	font-size: 58px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.1;
	background:linear-gradient(transparent 65%, #F2B1AB 65%);
}

.gf-left p span{
	font-size: 115px;
}

.gf-right p{
	font-size: 40px;
	font-weight: bold;
	margin:7px 0;
	font-weight: bold;
	letter-spacing: 0;
	margin-left: auto;
	line-height: 1.6;
}

.g-caution{
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 30px;
	padding-bottom: 20px;
	width:980px;
	max-width:100%;
	margin:30px auto 0;
}

.plus-img{
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -76px;	
    width: 44px;
}

.abo{
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -45px;
    font-size: 14px!important;
    font-weight: 500!important;
    width: 100%;
    margin: 0;
    color: black;
    text-align: center;
}

.wrap2{
	max-width: 100%;
}

.dot{
	position: relative;
}

.dot:after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: black;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -9px;	
}

header .icon1{
	width:7px;
	display:inline-block;
	margin-right: 8px;
	position:relative;
	top: 2px;
}

header .icon2{
	width:12px;
	display:inline-block;
	margin-right: 6px;
	position:relative;
	top: 4px;
}

header .icon3{
	width:16px;
	display:inline-block;
	margin-right: 7px;
	position:relative;
	top: 3px;
}

header .icon4{
	width:21px;
	display:inline-block;
	margin-right: 7px;
	position:relative;
	top: -1px;
}

header .icon5{
	width:12px;
	display:inline-block;
	margin-right: 7px;
	position:relative;
	top: 3px;
}

.menushort a{
	font-size: 16px;
}

.pp_1{
	font-size: 16px;
	margin:0 0 18px;
	font-weight: 500;
}

.park_img{
	width: 460px;
	max-width: 100%;
	display:block;
	margin-bottom: 50px;
}

.pp_1 i{
	margin-right: 5px;
}


/*追加CSS*/

.information__area{
	position:absolute;
	right: 37%;
	bottom: -202px;
	width: 45%;
	height: 276px;
	overflow-y: auto;
	padding:15px 60px;
	box-sizing: border-box;
	border:5px solid #A1702F;
	background: white;
	z-index: 10;
}

.information__area h2{
	padding-left: 0;
	margin-bottom: 13px;
}

.info__contentarea{
	display:block;
}

.info__row1{
	display:flex;
	align-items: center;
	margin-bottom: 30px;
}

.info__row1 p{
	margin: 0;
	margin-right: 40px;
	font-size: 16px;
}

.info__row1  h3{
	font-size: 22px;
	margin: 0;
	font-weight: 500;
}

.info__content p , .info__content li{
	font-size: 15px;
	margin:2px 0;
}

.info__content img{
	max-width:100%;
}

.info__content a{
	color:black;
	transition: 0.4s;
}

.info__content a:hover{
	opacity: 0.6;
}








/*↓　レスポンシブ　↓*/

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

	.ml1{
		width: 22%;
		padding-right: 0;
	}

	.menulist{
		width: 62%;
		box-sizing: border-box;
		padding: 0 10px;
		justify-content: space-between;
	}

	.menushort.long1{
		width: 22%;
	}

	.menushort{
		width: 19.5%;
		height: 25px;
		margin:39px 0;
	}

	.menushort a{
		width:100%;
		font-size: 14px;
	}

	.ml2{
		width: 20%;
		margin-left: auto;
		text-align: right;
	}

	.uplink{
		right: 4%;
	}

	.copy{
		right: 5px;
		margin: 0;
	}

	.tellink{
		font-size: 27px;
		letter-spacing: 0.11em;
	}

	.menushort a:hover:after{
		top: 4px;
	}

	
}

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

	.ml1{
		width: 21%;
	}


	
	.rl-left{
		width: 30%;
	}

	.rl-right{
		width: 70%;
		padding-left: 30px;
	}

	.rl-right p{
		font-size: 20px;
		margin:10px 0;
	}

	.real{
		padding: 0 18px;
	}

	.gpwrap{
		width: 100%;
		box-sizing: border-box;
		padding: 0 70px;
	}

	.guideplus{
		width: 100%;
		box-sizing: border-box;
	}

	.gpflex{
		padding: 40px 30px 65px;
	}

	.gpright{
		padding-left: 30px;
	}

	.information__area{
		bottom: -183px;
		width: 50%;
		padding:15px 20px;
	}

	.sliderbox{
		bottom: -180px;
		width: 35%;
	}

	.sliderArea{
		padding-left: 25px;
	}

	.r-menu1 , .r-menu2 , .r-menu3{
		width: 95px;
	}
	
	.r-menu3{
		height:95px
}

	.r-menu1 i , .r-menu2 i{
		padding-top: 10px;
		font-size: 26px;
	}

	.r-icon1{
		display:block;
		width: 26px;
		margin:0 auto 6px;
		padding-top: 15px;
	}

	.r1.size2{
		font-size: 13px;
		line-height: 1.3;
		letter-spacing: 0em;
	}

	.r-menu2 i{
		padding-top: 12px;
	}

	.r2{
		padding-bottom: 10px;
	}

	.r1{
		font-size: 14px;
		padding-top: 5px;
	}

	.r-menu3 i{
		font-size: 29px;
	}

	.tabbox{
		margin-bottom: 130px;
	}

	.featurebox{
		width: 100%;
		padding:0 70px;
		box-sizing: border-box;
	}

	.qaflex{
		width: 100%;
		padding:0 70px;
		box-sizing: border-box;		
	}

	.serviceflex{
		width: 100%;
		padding: 0 140px;
		box-sizing: border-box;
	}

	.caution{
		width: 100%;
		padding:0 70px;
		box-sizing: border-box;			
	}

	.qabox{
		width: 48%;
	}

	.telbox{
		width: 100%;
		padding:55px 35px;
		margin-bottom: 180px;
	}

	.telwrap{
		width: 100%;
		padding:0 70px;
		box-sizing: border-box;		
	}

	.abotitle{
		font-size: 18px;
		width: 325px;
	}

	.abot2{
		width: 195px;
	}

	.leftsec:before{
		width: 90%;
	}

	.lfflex{
		width: 100%;
		padding:0 70px;
		box-sizing: border-box;
	}

	.lfleft{
		width: 40%;
		padding-right: 30px;
	}

	.guidesec1{
		width: 100%;
		padding:0 65px;
		box-sizing: border-box;		
	}

	.tb-wrap{
		width: 100%;
		padding:0 70px;
		box-sizing: border-box;
	}

	.flowbox{
		width: 100%;
		padding-left: 35px;
		padding-right: 35px;
	}

	.wrap{
		width: 100%;
		padding:0 70px ;
	}

	.guideleft , .guideright{
		width: 48%;
		display: block;
		margin: 0 auto;
		padding: 0 30px 65px;
	}

	.lfright{
		width: 50%;
		padding-left: 30px;
	}

	.lfleft img{
		max-width: 100%;
		height: 520px;
		object-fit: cover;
	}

	.leftinfo{
		padding-right:0;
	}

	.aboutbox{
		width: 100%;
		padding: 0 70px;
		box-sizing: border-box;
	}

	.ab-abs{
		width: 43%;
	}

	.aubox{
		width:75%;
	}

	.proflex{
		width: 100%;
		padding: 0 70px;
		box-sizing: border-box;
	}

	.fflex{
		width: 100%;
		padding: 0 70px;
		box-sizing: border-box;
	}

	.fleft{
		width: 43%;
		padding-right: 35px;
	}

	.fright{
		width: 57%;
		padding-left: 35px;
		padding-right: 50px;
	}

	.uplink{
		right: 50px;
	}

	.newsbox{
		box-sizing: border-box;
		padding: 120px 70px;
	}

	.tab_flex{
		width: 100%;
	}

	.tabs{
		width: 100%;
		box-sizing: border-box;
	}

	.item__area{
		padding:0 20px;
	}

	.tab_content{
		padding: 35px 20px 15px;
	}

.blogflex .blogbox:nth-child(odd) {
    padding-right: 15px;
}

.blogflex .blogbox:nth-child(even) {
    padding-left: 15px;
}

	.artleft{
		padding-right: 7px;
	}

	.artright{
		padding-left: 7px;
	}

	.autitle{
		padding-right: 100px;
	}

	.aubox{
		padding:110px 65px;
	}

	.ab-abs{
		height: 400px;
		object-fit: cover;
	}

	.auinfo{
		padding-right: 115px;
	}

	.fl3 a{
		display: block;
		padding-left: 0;
		padding-bottom: 15px;
		width: 100px;
	}

	.menuflex{
		width: 98%;
	}

	#metaslider-id-44 li img{
		height: 840px;
		width: 94%!important;
	}

	#metaslider-id-44 li{
		padding-left: 18px;
	}

	header{
		top: 35px;
	}

	header h1{
		padding-top: 10px;
	}

	.menuflex{
		height: 80px;
		padding: 0 10px;
	}

	.menushort a{
		font-size: 13px;
		padding: 0 3px;
	}

	.tellink{
		font-size: 20px;
		letter-spacing: 0.08em;
		margin-top: 19px;
	}

	.menushort{
		margin: 27px 0;
	}

	.tellink i{
		font-size: 16px;
	}

	.teltime{
		font-size: 11px;
		letter-spacing: 0.07em;
		margin-top: 2px;
		padding-left: 12px;
	}

	.menulist{
		padding:0 10px;
		width: 64%;
	}

	header .icon1{
		width: 6px;
		margin-right: 6px;
	}

	header .icon2{
		width: 10px;
		margin-right: 5px;
	}

	header .icon3{
		width: 13px;
		margin-right: 5px;
		top: 2px;
	}

	header .icon4{
		width: 17px;
		margin-right: 5px;
	}

	header .icon5{
		width: 10px;
		margin-right: 5px;
	}

	.ml2{
		width: 20%;
		padding-left: 0;
	}

	.tabs{
		padding-bottom: 0;
	}

	.tab_content{
		height: auto;
	}

	.pagev3{
		width: 94%;
	}

	.pagev2{
		width: 94%;
	}

	.pagev1{
		width: 94%;
	}

	.pagev4{
		width: 94%;
	}

	.newssec{
		width: 100%;
		padding:0 70px;
	}

	.newsleft{
		padding: 50px 35px 5px;
	}

	.singlebox{
		padding: 50px 35px 30px;
	}

	.artnewsright{
		padding-left: 30px;
	}

	.menu{
		padding-left: 50px;
	}

	.sns{
		padding-left: 50px;
	}

	.inlink{
		margin-left: 50px;
	}

	.procon{
		padding: 150px 0 0;
	}

	.productsizing{
		width: 100%;
		padding:0  40px 0;
		box-sizing: border-box;
	}

.menushort a:after{
	content: "";
	position: absolute;
	left: 48%;
	top: -10px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}	

.menushort a:after{
	top: 6px;
}

.menushort a:hover:after{
	opacity: 1;
	transform: translateY(-15px);
}

.re-left , .re-right{
	width: 48.5%;
}

.re-flex .re-left a{
	padding:30px 20px ;
}

	.ph-right p{
		font-size: 15px;
	}



}



	#nav{
		padding:120px 60px 0;
		box-sizing: border-box;
	}

	.navmenu a{
		font-size: 28px;
		display: block;
		color: white;
		text-decoration: none;
		margin-bottom: 10px;
		width: 220px;
	}

	.instaicon i{
		font-size: 33px;
	}

	.telbo{
		border-top: 1px solid white;
		text-align: center;
		padding-top: 35px;
		margin-top:35px;	
	}

	.telbo a{
		text-decoration: none;
		color: white;
		font-size: 42px;
		line-height: 1.3;
		transition: 0.3s;
	}

	.talbo a:hover{
		opacity: 0.6;
	}

	.telbo a i{
		font-size: 30px;
		position: relative;
		padding-right: 3px;
	}

	.telsubtext{
		margin: 0;
		color: white;
		line-height: 1.3;
		padding-left: 15px;
	}

	.smalllink{
		display: flex;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	.navmenu .smalllink a{
		width: auto!important;
		display: block;
		margin-right: 25px;
		font-size: 17px;
	}

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

	.sp_space{
		width: 100%;
		padding:0 35px;
		box-sizing:border-box;
	}

	.autitle{
		padding-right: 0;
	}

	.ph-left:after{
		display: none;
	}

	.re-flex{
		display: block;
	}

	.re-left, .re-right{
		width: 100%;
	}

	.gift-flex{
		max-width: 100%;
	}

	.pa-header{
		display: block;
	}

	.ph-left{
		width: 100%;
	}

	.ph-right{
		width: 100%;
	}

	.plus-img{
		left: 10%;
	}

	.ph-left p{
		margin-top: 0;
		margin: 0;
	}

	.ph-right p{
		margin: 0;
		padding:0 15px;
	}

	.gift-flex{
		display: block;
	}

	.re-left{
		margin-bottom: 100px;
	}

	.rl-right p{
		text-align: center;
	}

	.pm-1{
		font-size: 18px;
	}

	.hukidashi{
		max-width: 100%;
	}

	.gift-flex{
		display: block;
	}

	.gpwrap{
		padding: 0 35px;
	}

	.gpflex{
		display: block;
	}

	.gpleft{
		width: 100%;
	}

	.gf-left{
		width: 100%;
	}

	.gf-right{
		width: 100%;
		padding: 0;
	}

	.gf-left p span{
		font-size: 100px;
	}

	.gf-left p{
		font-size: 58px;
		width: 390px;
		text-align: center;
		display: block;
		margin:0 auto;
	}

	.gf-right p{
		font-size: 35px;
		text-align: center;
	}

	.gf-right p br{
		display: none;
	}

	.gpright{
		padding-left: 0;
		width: 100%;
		margin-top: 50px;
	}


	.popup-inner{
		box-sizing: border-box;
		max-width: 95%;
	}

	.qaflex{
		padding: 0 35px;
	}

	.serviceflex{
		padding: 0 35px;
	}

	.telwrap , .caution{
		padding: 0 35px;
	}

	.singlebox .singledate{
		font-size: 13px;
	}

	.pre a , .all a , .next a{
		font-size: 14px;
	}

	.singletitle{
		font-size: 22px;
	}

	.singlebox2{
		margin-top: 45px;
	}

	.singlebox p{
		font-size: 14px;
	}

	.singlebox img{
		margin: 25px 0;
	}

	.menu ul li a{
		font-size: 16px;
		padding: 15px 0;
	}

	#categories-3 .widgettitle{
		margin-top: 80px;
	}

	.sns{
		margin-top: 80px;
	}

	.pagev3 , .pagev2 , .pagev1 , .pagev4{
		width: 100%;
		height: 480px;
	}

	.mpimg{
		width: 280px;
		height: auto;
	}

	.mpright{
		display: none;
	}

	.leftbg{
		display: none;
	}

	.featurebox{
		padding: 0;
		background: #F5F2EF;
		margin-bottom: 40px;
	}

	.fealeft{
		width: 100%;
		padding:0 35px 70px;
		box-sizing: border-box;
		
	}

	.servicetitle{
		font-size: 20px;
		width: 200px;
	}

	.sbtop{
		font-size: 25px;
		width: 350px;
		bottom: 25px;
	}

	.seftext1{
		font-size: 22px;
	}

	.seftext2{
		font-size: 13px;
	}

	.sbt2{
		width: 430px;
	}

	.qtext{
		font-size: 17px;
		height: auto;
		padding-left: 53px;
	}

	.atext{
		font-size: 14px;
		padding-left: 53px;
	}

	.caution p{
		font-size: 14px;
	}

	.qabox{
		padding: 35px 20px;
	}

/* 	.qabox img{
		width: 150px;
	}	 */

	.feasec{
		height: auto;
	}

	.qtext:before {
		width: 31px;
		height: 44px;
		top: -7px;
	}

	.atext:before{
		width: 25px;
		height: 44px;
	}

	.tel1{
		font-size: 19px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.tbtel{
		font-size: 38px;
	}

	.tbtel i{
		font-size: 24px;
	}

	.teltime2{
		font-size: 14px;
	}

	.qatitle{
		font-size: 26px;
		width: 470px;
	}

	.mpright2{
		display: block;
		width: 100%;
		height: 420px;
		object-fit: cover;
	}

	.widgettitle{
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 35px;
	}

	.servicesec{
		padding-top: 0;
		margin-top: 120px;
	}

	.feanumber{
		font-size: 21px;
		padding-left: 55px;
		margin-bottom: 40px;
	}

	.feanumber .small {
    font-size: 15px;
	}

	.feanumber:before{
		top: 3px;
	}

	.featitle{
		font-size: 20px;
		width: 200px;
		padding-top: 70px;
		margin-bottom: 70px;
	}

	.titlesec{
		margin-bottom: 65px;
	}

	.newsimg-area img{
		width: 175px;
		height: 175px;
	}

	.newsdate{
		font-size: 12px;
		font-weight: bold;
	}

	.newssec{
		padding: 0 35px;
	}

	.newscategory{
		width: auto;
		padding: 0 15px;
		font-size: 12px;
		font-weight: bold;
	}

	.newsblog-title{
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.excerpt{
		font-size: 14px;
	}

	.pagetitle{
		font-size: 48px;
	}

	.mptext1{
		font-size: 24px;
	}

	.guidesec1{
		padding: 0 35px;
		display: block;
	}

	.guideleft, .guideright{
		width: 100%;
	}

	.guideright{
		margin-top: 100px;
	}

	.abotitle{
		width: 430px;
		font-size: 24px;
	}

	.tb-wrap{
		padding: 0 35px;
	}

	.wrap{
		padding: 0 35px;
	}

	.titlesec2{
		padding: 0 35px;
	}

	.abot2{
		width: 240px;
	}
	.mpen{
		font-size: 12px;
	}

	.pagesubtitle{
		font-size: 16px;
	}

	#nav{
		padding:120px 60px 60px;
		box-sizing: border-box;
	}

	.navmenu a{
		font-size: 28px;
		display: block;
		color: white;
		text-decoration: none;
		margin-bottom: 10px;
		transition: 0.3s;
	}

	.navmenu a:hover{
		opacity: 0.6;
	}

	.instaicon i{
		font-size: 33px;
	}

	.telbo{
		border-top: 1px solid white;
		text-align: center;
		padding-top: 35px;
		margin-top:35px;	
	}

	.telbo a{
		text-decoration: none;
		color: white;
		font-size: 42px;
		line-height: 1.3;
		transition: 0.3s;
	}

	.telbo a i{
		font-size: 30px;
		position: relative;
		padding-right: 3px;
	}

	.telsubtext{
		margin: 0;
		color: white;
		line-height: 1.3;
		padding-left: 15px;
	}



	.menulist , .ml2{
		display: none;
	}

	header{
		top: 0;
	}

	.menuflex{
		width: 100%;
		height: 70px;
		display: flex;
		box-shadow: none;
		justify-content:inherit;
	}

	.pcnone{
		display: block;
	}
	.ml1{
		width: 50%;
	}

	.pcnone{
		width: 50%;
	}

	.headercol3{
		width: auto;
	}

	.menu_button{
		display: block;
		position: relative;
		margin-left:auto;
	}

.menu_button .menu_icon01{
		padding-top: 29px;
}	

	header h1{
		padding-top: 6px;
	}

	#metaslider-id-44 li img{
		width: 100%!important;
	}

	.flex-control-nav{
		display: none;
	}

#metaslider-id-44 li{
	padding-left: 0;
}	

	.newsbox{
		padding: 100px 35px;
	}

	.aboutbox{
		padding: 0 35px;
	}

	.lfflex{
		padding: 0 35px;
	}

	.proflex{
		padding: 0 35px;
	}

	.fflex{
		padding: 0 35px;
	}
	
	.fleft{
		width: 50%;
	}

	.fright{
		width: 50%;
		padding-right: 0;
	}

	.img-area img{
		width: 160px;
		height: 96px;
	}

	.date{
		font-size: 11px;
		margin-bottom: 0;
	}

	.blog-title{
		font-size: 14px;
		margin-top: 7px;
	}

	.sectitle{
		font-size: 48px;
		width: 230px;
	}

	.secsub{
		font-size: 14px;
		width: 230px;
	}

	.aubox{
		padding-top: 330px;
		padding-bottom:80px;
		width: 90%;
	}

	.ab-abs{
		height: 330px;
		width: 60%;
	}

	.aut2{
		margin-bottom: 35px;
	}

	.auinfo{
		padding-right: 0;
	}

	.lefttitle{
		font-size: 48px;
	}

	.leftsub{
		font-size: 16px;
		margin-bottom: 30px;
	}

	.leftinfo{
		font-size: 14px;
	}

	.protitle{
		font-size: 48px;
	}

	.prosub{
		font-size: 16px;
	}

	.mainv{
		padding-top: 50px;
	}

	.abo1{
		top: 150px;
		right: 10%;
	}

	.load{
		width: 270px;
		height: 270px;
	}

	.spin:after{
		width: 48px;
		height: 48px;
		left: 42%;
	}

	.abo2{
		left: 8%;
		top: 600px;
	}

.leftsec:before {
    width: 95%;
}	

	.lfleft{
		width: 45%;
		padding-right: 22px;
	}

	.lfright{
		width: 55%;
		padding-left: 22px;
	}

	.leftinfo{
		padding-right: 60px;
	}

	.leftlink{
		width: 280px;
		font-size: 15px;
	}

	.leftsec:before{
		height: 490px;
	}

	.autitle h3{
		font-size: 26px;
	}

	.aut2{
		font-size: 14px;
	}

	.auinfo{
		font-size: 14px;
	}

	.abolink div a{
		width: 220px;
		font-size: 15px;
		padding:12px 0;
	}

	.newsbox{
		padding: 120px 35px 75px;
	}

	.sliderbox{
		width: 45%;
	}

	.information__area{
		right: 48%;

	}

	.info__row1 p{
		font-size: 11px;
		margin-right:20px;
	}

	.info__content p , .info__content li{
		font-size: 13px;
	}

	.info__row1 h3{
		font-size: 16px;
	}

	.tab_flex .abolink div{
		bottom: -28px;
	}

	.tab_item-right , .tab_item-left{
		padding-bottom: 0px;
	}

	.fflex{
		display: block;
		padding: 0;
	}

	.fleft{
		width: 100%;
		padding-right: 35px;
		padding-left: 35px;
	}

	.fright{
		width: 100%;
		padding-left: 0;
	}

	footer{
		padding:60px 0 0;
	}

	.uplink{

	}

	.fright iframe{
		height: 400px;
		position: relative;
		top: 10px;
	}

	.flb5{
		margin-bottom: 150px;
	}

	.uplink{
		bottom: 430px;
	}

	.copy{
		display: none;
	}

	.fl3 a{
		display: inline-block;
		padding-left: 15px;
	}

	.ftel2 i{
		position: relative;
		bottom: 1px;
	}

	.fleftbox1{
		padding-bottom: 25px;
	}

	.flb1{
		margin-top: 25px;
	}

	.wp-block-image{
		margin-left: 0;
		margin-right: 0;
	}

	.productsizing{
		padding: 0 10px;
	}

	.real{
		padding: 0 15px;
	}

	.procon{
		padding-top: 100px;
	}

	.productbox{
		height: 240px;
	}

	.productbox img{
		max-width: 88%;
	}

	.productbox a{
		height: 260px;
	}

	.pr8 img{
		max-width: 70%;
	}










	
}

.sp_tab{
	display:none!important;
}

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

	.information__area{
		position:relative;
		left: 0;
		top: 0;
		margin-bottom:0px;
		width: 100%;
		height: auto;
		padding:40px 20px;
		z-index: 3;
		overflow: inherit;
	}

	.newsbox{
		margin-top: 210px!important;
	}

	.sliderbox{
		bottom: -220px!important;
	}

	.information__area h2{
		margin-bottom: 15px;
	}

	.info__row1{
		margin-bottom: 15px;
	}

	.info__row1{
		display:block;
	}

	.info__row1 h3{
		font-size: 15px;
	}

	.info__content p , .info__content li{
		font-size: 15px;
	}

	.sliderbox{
		bottom: -250px!important;
	}

	.newsbox{
		margin-top: 250px!important;
	}

	.mainv .metaslider .flexslider{
		margin-bottom: 0;
	}

	.sp_space{
		width: 100%;
		padding:0 20px;
		box-sizing:border-box;
	}	

	.pc_tab{
		display:none!important;
	}

	.sp_tab{
		display:block!important;
	}	

	.labeltext:before{
		display: none;
	}

	.blogflex .blogbox:last-child a{
		margin-bottom: 0;
	}

	.labeltext{
		padding: 0;
	}

	.artlink{
		margin:25px 0;
	}

	.abolink div a{
		position:relative;
		top: 28px;
	}

	footer{
		background-image: url(img/footerbg-sp.png);
		background-size: contain;
	}

	.gpwrap{
		padding: 0 20px;
	}

	.gptitle{
		font-size: 18px;
		width: 330px;
	}

	.gpflex{
		padding: 30px 10px 65px;
	}




.slick-counter{
	top: -41px;
	right: 70px;
	font-size: 15px;
}

	.popup-inner{
		padding: 0;
		max-width: 98%;
	}

	.close-btn{
		width: 35px;
		height: 35px;
		right: 0px;
		top: -50px;
		background: white;
		border-radius: 50%;
	}

	.close-btn i{
		padding-top: 7px;
		font-size: 21px;
	}

	.btn_area{
		background: none;
		height: auto;
		width: 98%;
	}

	.btn_area button{
		width: 35px;
		height: 35px;
		top: -50px;
		right: 0;
		font-size: 21px;
	}
	
	.slick-slide img{
		height:125px;
}


	.btn_area img{
		max-width: 97%;
	}

	.rightmenu{
		top: 30%;
	}

	.r-menu1, .r-menu2, .r-menu3 {
    width: 80px;
}

	.r-menu1 i, .r-menu2 i {
    padding-top: 12px;
    font-size: 22px;
}

	.r-icon1{
		display:block;
		width: 21px;
		margin:0 auto 5px;
		padding-top: 12px;
	}

	.r1.size2{
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: 0em;
	}

	.r-menu3{
		margin-top: 25px;
		height:80px;
	}

	.r1{
		font-size: 12px;
		padding-top: 2px;
	}

	.mainv{
		padding-top: 45px;
	}

	.caution , .telwrap{
		padding: 0 20px;
	}

	.titlesec2 , .tb-wrap{
		padding: 0 20px;
	}

	.guidesec1{
		padding: 0 20px;
	}

	.mptext1{
		font-size: 20px;
		line-height:1.6 ;
	}

	.guideleft, .guideright{
		padding: 0 10px 65px;
	}

	.flowbox{
		padding-left: 10px;
		padding-right: 10px;
	}

	.guide1{
		margin-top: 30px;
		letter-spacing: 0;
	}

	.dt1{
		font-size: 25px;
	}

	.guide2{
		margin-top: 50px;
		font-size: 13px;
		width: 100px;
	}

	.mpen{
		font-size: 9px;
	}

	.mptext1 span{
		display: block;
	}

	.mptext2{
		margin-bottom: 85px;
	}

	.abotitle{
		font-size: 18px;
		width: 330px;
		bottom: 15px;
	}

	.abot2{
		width: 210px;
	}

	.newssec{
		padding:0 20px;
		display: block;
		margin-bottom: 150px;
	}

	.navcenter{
		margin-top: 50px;
	}

	.singleleft{
		width: 100%;
	}

	.newscategory{
		margin-left: 5px;
	}

	.newsdate span{
		margin-right: 10px;
	}

	.newsleft{
		padding: 50px 10px 5px;
	}

	.singlebox{
		padding: 50px 10px 35px;
	}

	#categories-3 .widgettitle{
		margin-top: 45px;
	}

	.sns{
		margin-top: 45px;
	}

	#categories-3 ul li{
		font-size: 14px;
	}

	.menu ul li a{
		font-size: 14px;
		padding: 12px 0;
	}

	.widgettitle{
		margin-bottom: 23px;
		font-size: 20px;
	}

	.pcnavi{
		display: none;
	}

	.smnavi{
		display: block!important;
		margin: 30px 0 70px;
	}

	.sectitle{
		width: 100%;
		text-align: center;
	}

	.newsleft{
		width: 100%;
	}

	.newsright{
		width: 100%;
	}

	.sns{
		padding-left: 0;
	}

	.inlink{
		margin-left: 0;
	}

	.menu{
		padding-left: 0;
	}

	.navmenu .smalllink a{
		margin-right: 20px;
		font-size: 14px;
		margin-bottom: 7px;
	}

	.secsub{
		width: 100%;
		margin-bottom: 130px;
	}

	.ab-abs{
		top: 140px;
	}

	.blogflex{
		display: block;
	}

	.blogbox{
		width: 100%;
		padding: 0;
	}

	.blogflex .blogbox:nth-child(even){
		padding: 0;
	}

	.blogflex .blogbox:nth-child(odd){
		padding: 0;
	}

	.tab_content{
		padding-bottom: 0;
	}

	.load{
		width: 205px;
		height: 205px;
	}

	.spin:after{
		width: 40px;
		height: 40px;
		left: 41%;
	}

	.abo2 img{
		width: 300px;
	}

	#metaslider-id-44 li img{
		height: 740px;
	}

	.lfflex{
		display: block;
	}

	.lfleft{
		width: 100%;
		padding: 0;
	}

	.leftsec:before {
		width: 100%;
	}

	.lfleft img{
		width: 100%;
		height: 300px;
		bottom: 150px;
	}

	.lfright{
		width: 100%;
		padding: 0;
		position: relative;
		bottom: 110px;
	}

	.lefttitle{
		margin-top: 0;
	}

	.leftsec:before{
		height: 500px;
	}

	.leftsec2{
		margin-top: 250px;
	}

	.leftinfo{
		padding-right: 0;
	}

	.leftsub{
		font-size: 14px;
		margin-bottom: 20px;
	}

	.leftlink{
		margin: 40px auto 0;
	}

	.aubox{
		width: 93%;
		padding-top: 305px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.aboutbox{
		padding-left: 0;
		padding-right: 0;
	}

	.newsbox{
		padding: 60px 20px 75px;
		margin-top: 180px;
	}

	.sliderbox{
		width: 100%;
		bottom: -200px;
		padding: 25px 0;
	}

	.ab-abs{
		width: 75%;
	}

	.aboutus{
		margin-top: 70px;
	}

	.protitle{
		margin-top: 40px;
	}

	.ml1{
		width: 75%;
	}

	.pcnone{
		width: 25%;
	}

	.labeltext{
		font-size: 11px;
	}

	.entitle{
		font-size: 26px;
		padding-left: 18px;
		padding-right: 10px;
	}

	.productbox{
		width: 50%;
	}


	.pr6 , .pr2{
		border-right: none;
	}

	.pr5, .pr6{
		border-bottom: 2px solid #E0E0E0;
	}

	.lfflex{
		padding: 0 20px;
	}

	.proflex{
		padding: 0 20px;
	}

	.tab_content{
		padding: 20px 8px 0;
	}
	
	.artleft{
		width:28%;
	}
	
	.artright{
		width:72%;
}

	.fl2{
		margin-bottom: 20px;
	}

	.fleft{
		padding-left: 20px;
		padding-right: 20px;
	}

	#nav{
		padding-left: 35px;
		padding-right: 35px;
	}

	.navmenu a{
		font-size: 22px;
	}

	.flowflex{
		display: block;
	}

	.boimg{
		position: relative;
		padding-top: 18px;
	}

	.fltext{
		margin-right: 40px;
	}

	.flowright p{
		margin-top: 13px;
	}

	.qa-list dl dt{
		font-size: 17px;
		padding-left: 75px;
		padding-top: 22px;
	}

	.qa-list dl dt:before{
		width: 27px;
		height: 42px;
	}

	.qa-list dl::after{
		width: 16px;
		height: 16px;
		top: 28px;
	}

	.qa-list dl dd{
		padding-left: 75px;
		font-size: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.qatext1{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.qatext1:before{
		width: 27px;
		height: 47px;
		left: -50px;
	}

	.faqsec{
		margin-bottom: 150px;
	}

	.wrap{
		padding: 0 20px;
	}

	.fealeft{
		padding: 0 20px 60px;
	}

	.featitle{
		font-size: 16px;
		margin:40px auto 35px;
		padding-top: 0;
	}

	.feanumber{
		font-size: 15px;
		margin-bottom: 30px;
	}

	.feanumber .small{
		font-size: 10px;
	}

	.feanumber:before{
		width: 31px;
		height: 30px;
		left: 0px;
	}

	.rice{
		font-size: 12px;
		left: 0;
		text-align: center;
	}
	
	.caution-span{
		font-size:12px;
}

	.servicesec{
		margin-top: 40px;
	}

	.sbtop{
		font-size: 16px;
		width: 250px;
		bottom: 20px;
		padding: 8px 0;
	}

	.sesmall{
		font-size: 14px;
	}

	.serviceflex{
		display: block;
		padding: 0 20px;
	}

	.sef1, .sef2, .sef3{
		width: 100%;
	}

	.seftext1{
		margin: 0;
		font-size: 17px;
		padding-top: 24px;
		line-height: 1.4;
	}

	.seftext2{
		margin: 0;
		font-size: 15px;
		padding-bottom: 11px;
	}

	.sef1:after{
  width: 0;
  height: 0;
  top: 85px;  
  bottom: 0;
  left: 46%;

  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  text-align: center;
 }

	.sef2:after{
  width: 0;
  height: 0;
  top: 85px;  
  bottom: 0;
  left: 46%;

  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EADFD5;
  text-align: center;
 }

 .qatitle{
 	font-size: 20px;
 	width: 375px;
 }

 .qaflex{
 	margin-top: 40px;
 	display: block;
 }

 .qabox{
 	width: 100%;
 	margin-bottom: 45px;
 }

 .qaflex{
 	padding: 0 20px;
 }

 .qtext:before {
    width: 18px;
    height: 25px;
    top: -3px;
}

	.qtext{
		font-size: 14px;
		padding-left: 40px;
	}

	.atext:before {
    width: 15px;
    height: 25px;
	}

	.atext{
		font-size: 13px;
		padding-left: 40px;
	}

	.fqimg{
		margin: 30px auto;
	}
	
	.qabox img {
		width: 150px;
	}

	.servicebox{
		padding-bottom: 60px;
	}

	.ss2{
		margin-top: 110px;
	}

	.sbt2{
		width: 280px;
	}

	.sesmall{
		text-align: left;
		padding: 0 20px;
	}

	.melslink{
		font-size: 13px;
		font-weight: bold;
		max-width: 95%;
		width: 370px;
		padding: 15px 0;
	}

	.melslink:after{
			top: 18px;
	}	

	.melslinksub{
		margin-top: 15px;
	}

	.tel1{
		font-size: 16px;
	}

	.tbtel{
		font-size: 33px;
	}

	.teltime2{
		font-size: 12px;
		margin-top: 6px;
	}

	.telbox{
		margin-bottom: 150px;
	}

	.sefsub{
		padding: 0 20px;
		box-sizing: border-box;
	}

	.proitem{
		    width: calc(95%/4);
	}

	.procon{
		padding-top: 70px;
	}

	.producttitle{
		font-size: 23px;
	}

	.productsub{
		font-size: 11px;
	}

	.productsizing{
		padding: 0;
	}

	.real{
		width: 33.33%;
		padding: 0 10px;
	}

	.proitem .procheck{
		font-size: 13px;
	}

	.proitem{
		height: 50px;
		line-height: 50px;
	}

	.producttitle2{
		margin-top:0;
		font-size: 14px;
	}

	.volume{
		font-size: 12px;
	}

	.content{
		margin-top: 35px;
		margin-bottom: 45px;
	}

	.content p{
		font-size: 12px;
	}

	.tabbox{
		margin-bottom: 90px;
	}

	.camtitle{
		font-size: 31px;
		margin-bottom: 10px;
	}

	.prev-arrow{
		top: -35px;
		right: 135px;
	}

	.next-arrow{
		top: -35px;
		right: 25px;
	}

	.pdt2{
		width: 110px;
	}

	.pdt3{
		width: 120px;
	}

	.pdt4{
		width: 185px;
	}

	.pdt5{
		width: 110px;
	}

	.pdt6{
		width: 120px;
	}

	.pdt7{
		width: 170px;
	}

	.pdt8{
		width: 130px;
	}

	.gpr1{
		font-size: 13px;
		width: 185px;
	}

	.gpr2{
		font-size: 16px;
		margin: 10px 0;
	}

	.pr8 img{
		max-width: 60%;
	}

	.gf-left p span{
		font-size: 80px;
	}

	.gf-left p{
		font-size: 50px;
		width: 340px;
	}




}

.tel__fix{
	display:none;
}

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

	.info__row1 p{
		font-size: 13px;
		margin-right: 0;
	}

	.op_visible{
		transition: 0.4s;
		visibility:hidden;
		opacity: 0;
	}

	.info__row1 p{
		margin-bottom: 0;
	}

	.info__row1 h3{
		font-size: 16px;
	}

	.info__content p , .info__content li{
		font-size: 14px;
	}

	.op_visible.active2{
		visibility: inherit;
		opacity: 1;
		transition: 0.4s;
	}

	.information__area{
		padding:30px 15px;
	}

	.slick-counter{
		display:none!important;
	}

	footer{
		margin-bottom: 60px;
	}

	.tel__fix{
		display:flex;
		height:60px;
		background: #F5EEC4;
		text-decoration: none;
		color:#905303;
		position:fixed;
		left: 0;
		bottom:60px;
		z-index:20;
		width: 100%;
		justify-content: center;
		align-items: center;
		font-size:26px;
		font-weight: 500;
		letter-spacing: 0.08em;
	}

	.tel__fix span{
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0.03em;
		line-height: 1.5;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	}

	.tel__fix img{
		width: 19px;
		margin-left: 5vw;
		margin-right: 3vw;
	}
	

	.re-flex .re-left a{
		padding:30px 10px;
	}

	.present-area{
		margin-bottom: 120px;
	}

	.big{
		width: 30px;
	}

	.plus-img{
		left: 15%;
		width: 36px;
		top: -65px;
	}

	.gf-left p span{
		font-size: 50px;
	}

	.gf-right p{
		font-size: 28px;
	}

	.g-caution{
		font-size: 12px;
		margin-top: 20px;
	}

	.gf-left p{
		font-size: 38px;
		width: 255px;
	}

	.pm-1{
		font-size: 16px;
	}

	.pre-main{
		padding:0 15px;
	}

	.ph-left{
		font-size: 20px;
	}

	.ph-right p{
		font-size: 14px;
		padding:5px 15px;
	}

	.re-left{
		margin-bottom: 80px;
	}

	.re-flex a{
		padding:45px 0;
	}

	.abo{
		font-size: 12px!important;
		bottom: -45px;
	}

	.rl-right p img{
		position: relative;
		top: 2px;
	}

	.re-flex{
		margin-top: 70px;
	}

	.re-right p{
		font-size: 18px;
	}

	.rl-right{
		padding-left: 25px;
	}

	.rl-right p{
		font-size: 15px;
		text-align: left;
	}

	.rll-text{
		font-size: 11px;
	}
	
	.slick-slide img{
		height:100px;
}
	
.re-link img{
	max-width: 100%;
	height: 140px;
	object-fit:contain;
	position: relative;
	z-index: -1;
}	


	.gpwrap{
		padding: 0;
	}

	.gpflex{
		padding: 30px 20px 65px;
	}

	.gptitle{
		font-size: 17px;
		width: 320px;
	}

	.gpl1{
		width: 100%;
		padding: 0 3px;
	}

	.gptext1{
		font-size: 12px;
		margin-top: 2px;
	}

	.gpright{
		marign-top: 40px;
	}

	.camtitle{
		font-size: 23px;
		padding-left: 20px;
	}

	.sliderArea{
		padding-left: 5px;
	}

	.popup-inner{
		padding:0;
		padding-bottom: 0;
		max-width: 98%;
	}

	.close-btn{
		right: 0px;
		top: -45px;
		width: 35px;
		height: 35px;
		background: white;
		border-radius: 50%;
	}

	.close-btn i{
		font-size: 20px;
		padding-top:8px;
	}	

	.qa-list dl dt:before {
    width: 19px;
    height: 28px;
    left: 15px;
}

.qa-list dl::after{
	width: 14px;
	height: 14px;
	top: 24px;
	right: 18px;
}

	.qa-list dl dt{
		font-size: 14px;
		padding-top:18px;
		padding-bottom: 18px;
		padding-left: 55px;
		padding-right: 55px;
	}

	.qa-list dl dd{
		padding-left: 55px;
		padding-right: 55px;
		padding-top: 10px;
	}

	.flowsub{
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.qatext1{
		font-size: 14px;
		margin-bottom: 25px;
	}

	.qa-list dl {
		margin-bottom: 25px;
	}

	.qatext2{
		font-size: 12px;
		line-height: 2;
		margin-bottom: 15px;
	}

	.qatext1:before{
		width: 16px;
		height: 28px;
		left: -38px;
	}

	.guidesec1{
		padding: 0;
	}

	.chb1:before , .chb2:before ,
	.chb3:before , .chb4:before{
		width: 52px;
		height: 52px;
	}

	.checkbox{
		margin-bottom: 20px;
	}

	.ch1{
		font-size: 15px;
		margin-bottom: 8px;
	}

	.ch2{
		font-size: 13px;
	}

	.dt1{
		font-size: 19px;
	}

	.dt2{
		font-size: 13px;
	}

	.tb-wrap{
		padding: 0;
	}

	.stepimg{
		width: 24px;
		height: 45px;
	}

	.fltext{
		font-size: 16px;
	}

	.boimg{
		width: 21px;
		height:28px;
		padding-top: 15px;
	}

	.flowbox{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}

	.wrap{
		padding:0 20px;
	}

	.flowright p{
		font-size: 13px;
		margin-top: 15px;
		line-height: 1.9;
	}

	.checkbox{
		padding-left: 75px;
	}

	.guide2{
		margin-bottom: 30px;
	}

	.guideleft, .guideright {
	    padding: 0 20px 65px;
	}	

	.singleleft{
		padding-bottom: 70px;
	}

	.pre a, .all a, .next a {
    font-size: 11px;
}

	.pre , .next{
		width: 37%;
	}

	.all{
		width: 26%;
	}

	.navcenter{
		margin-top: 35px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.pagev3 , .pagev2 , .pagev1 , .pagev4{
		height: 350px;
	}

	.titlesec{
		margin-top: 35px;
		margin-bottom: 45px;
	}

	.pagetitle{
		font-size: 33px;
	}

	.pagesubtitle{
		font-size: 11px;
	}

	.newsdate{
		font-size: 10px;
	}

	.newssec{
		padding: 0;
		margin-bottom: 88px;
	}

	.newscategory{
		font-size: 10px;
		padding: 0 12px;
	}

	.excerpt{
		font-size: 12px;
		line-height: 1.8;
	}

	.newsblog-title{
		margin-top: 5px;
		font-size: 15px;
		margin-bottom: 15px;
	}

	.wp-pagenavi span , .wp-pagenavi a{
		font-size: 14px;
		width: 19px!important;
		margin:0 8px!important;
	}

	.wp-pagenavi .nextpostslink {
	    margin-left: 15px!important;
	}	

	.newsleft{
		padding: 50px 20px 25px;
	}

	.singlebox{
		padding: 40px 20px 40px;
	}

	.newsright{
		padding: 0 20px;
	}

	.newsarea a{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.artnewsright{
		padding-left: 25px;
	}

	.artnewsleft{
		width: 112px;
	}

	.newsimg-area img{
		width: 112px;
		height: 112px;
	}

	.leftlink{
		max-width: 95%;
	}

	header .menuflex{
		padding: 0 12px;
	}

	header h1 img{
		width: 250px;
	}

	header h1{
		padding-top: 4px;
	}

	.ml1{
		width: 82%;
	}

	.pcnone{
		width: 18%;
	}

	.menu_button{
		width: 35px;
	}

	.abo1{
		right: 12%;
	}

	.abo2{
		left: 30px;
		top: 500px;
	}

	.abo2 img{
		width: 223px;
	}

	.load{
		width: 195px;
		height: 195px;
	}

	.spin:after{
		width: 38px;
		height: 38px;
		top: 39%;
	}

	#metaslider-id-44 li img{
		height: 635px;
		object-fit: cover;
	}

	.tab_content{
		padding: 20px 27px 0;
	}

	.artlink{
		display: block;
	}

	.artleft{
		display: none;
	}
	
	.artright{
		width:100%;
	}

	.date{
		font-size: 10px;
	}

	.artright{
		padding-left: 0;
	}

	.entitle{
		font-size: 20px;
		padding-left: 10px;
		padding-right: 7px;
	}

	.abolink div a{
		width: 270px;
		font-size: 13px;
		max-width: 95%;
	}

	.aboutus{
		margin-top: 50px;
	}

	.sectitle{
		font-size: 33px;
	}

	.secsub{
		font-size: 11px;
	}

	.ab-abs{
		width: 78%;
		top: 125px;
		height: 230px;
	}

	.aubox{
		padding-top: 210px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.autitle h3{
		font-size: 22px;
	}

	.aut2{
		font-size: 9px;
	}

	.lfleft img{
		height: 180px;
		bottom: 90px;
	}

	.lfright{
		bottom: 60px;
	}

	.leftlink{
		width: 270px;
		font-size: 13px;
	}

	.lefttitle{
		font-size: 33px;
		width: 100px;
		text-align: center;
	}

	.leftsub{
		font-size: 11px;
		width: 100px;
		text-align: center;
		margin-bottom: 25px;
	}

	.lt1{
		width: 170px;
	}

	.lt2{
		width: 170px;
	}

	.protitle{
		margin-top: 110px;
		font-size: 33px;
	}

	.prosub{
		font-size: 11px;
	}

	.proflex{
		margin-top: 60px;
	}

	.productbox img{
		text-align: center;
	}

	.productlink{
		width: 270px;
		font-size: 13px;
		margin-bottom: 88px;
	}

	.fl3 a{
		display: block;
		padding-left: 0;
	}

	.fright iframe{
		height: 350px;
		margin-bottom: 60px;
	}

	.uplink {
	    right: 30px;
	    bottom: 440px;
	}

	.flb5{
		margin-bottom: 90px;
		margin-top: 25px;
	}

	.fl1{
		font-size: 9px;
	}

	.fl2 img{
		max-width: 97%;
	}

	.fl3, .fl4, .fl5, .fl6{
		font-size: 12px;
	}

	.flb1{
		font-size: 20px;
	}

	.ftel1{
		font-size: 11px;
	}

	.ftel2{
		font-size: 26px;
	}

	.productbox{
		height: 180px;
	}

	.productbox a{
		height: 180px;
	}

	.productbox p{
		font-size: 11px;
		bottom: 7px;
	}

	.productbox img{
		max-width: 93%;
	}

	.leftsec{
		margin-top: 225px;
	}

	#nav{
		padding-left: 30px;
		padding-right: 30px;
	}

	.navmenu a{
		font-size: 17px;
		margin-bottom: 13px;
	}

	.telbo a{
		font-size: 30px;
		color: white!important;
	}

	.telbo a i{
		font-size: 22px;
		bottom: 2px;
		top: 0;
	}

	.telsubtext{
		font-size: 13px;
		padding-left: 25px;
	}

	.instaicon i{
		font-size: 25px;
	}

	.smblock{
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 60px;
		z-index: 20;
	}

	.bottom1{
		background-image:url(img/reserve.png);
		background-size: :cover;
		height: 60px;
		width: 41%;
	}

	.bottom2{
		background: #905303;
		height: 60px;
		width: 41%;
	}

	.bottom3{
		width: 18%;
		background: black;
		height: 60px;
	}

	.smblock a{
		display: block;
		color: white;
		height: 60px;
		text-decoration: none;
	}

	.sbtext1{
		margin: 0;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		padding-top: 10px;
		position: relative;
		right: 2px;
	}

	.sbtext1.small{
		line-height: 1.2;
		font-size: 12px;
		text-align: left;
		padding-left: 15vw;
		padding-top: 10px;
		padding-bottom: 3px;
	}

	.smblock a{
		position:relative;
	}

	.abo-icon{
		position:absolute;
		left:5.5vw;
		top: 13px;
		font-size: 21px;
	}

	.sbtext1.small i{
		right: 25px;
	}

	.sbtext2.pl-0{
		padding-left: 0;
	}

	.sbtext2{
		text-align: center;
		font-weight: bold;
		font-size: 10px;
		margin: 0;
		padding-left: 9px;
		line-height: 1.3;
	}

	.sbweb{
		padding-left: 13px;
	}

	.sbtext1 i{
		font-size: 20px;
		position: relative;
		right: 12px;
		top: 2px;
	}

	.map{
		line-height: 60px;
		font-size: 29px;
		text-align: center;
	}

	.mpimg{
		width: 160px;
		margin-bottom: 23px;
	}

	.mptext2{
		margin-top:35px ;
		margin-bottom: 46px;
	}

	.mpright2{
		height: 230px;
	}

	.feanumber{
		padding-left: 50px;
	}

	.servicetitle{
		font-size: 16px;
		margin-bottom: 50px;
		width: 175px;
	}

	.sef1:after , .sef2:after{
		left: 44%;
	}

	.sefsub{
		font-size: 14px;
	}

	.ssfs{
		display: inline-block;
	}	

	.qatitle{
		margin-top: 70px;
		font-size: 18px;
		width: 335px;
		max-width: 100%;
	}

	.qabox{
		padding: 30px 15px;
	}

	.melslink:after{
		right: 13px;
	}

	.melslinksub{
		font-size: 12px;
	}

	.telbox{
		padding: 55px 15px;
		margin-bottom: 100px;
	}

	.tel1{
		font-size: 15px;
	}

	.abotitle{
		font-size: 17px;
		width: 320px;
		max-width: 100%;
	}

	.damage{
		width: 270px;
		max-width: 100%;
	}

	.abot2{
		width: 200px;
	}

	.real{
		width: 50%;
		padding: 0 15px;
		margin-bottom: 50px;
	}

	.thab p{
		top: 25%;
	}

	.procon{
		padding: 70px 0 0;
	}

	.proitem .procheck{
		margin: 0;
		box-sizing: border-box;
	}

	.proitem {
    width: calc(94%/3);
}

.pc6 , .pc5{
	border-bottom: 2px solid #E0E0E0;
}

.pc4{
	border-right: 2px solid #E0E0E0;
	border-top: 2px solid #E0E0E0;
	height: 52px;
}

.pc8{
	border-right: 2px solid #E0E0E0;
}

.procon{
	padding-top: 60px;
}

.probox{
	margin-top: 45px;
}

.pc3 , .pc6{
	border-right: none!important;
}

	.rightmenu{
		display: none;
	}

	.uplink a img{
		width: 38px;
	}

	.uplink a{
		font-size: 11px;
	}

	.slick-counter{
		font-size: 13px;
		top: -38px;
		right: 51px;
	}

	.next-arrow {
    top: -35px;
    right: 20px;
}

	.prev-arrow {
    top: -35px;
    right: 100px;
}

.flowtitle{
	font-size: 17px;
	width: 175px;
}

.uplink a:hover img{
	transform: none;
}

.pr8 img{
	max-width: 72%;
}
	
	.sliderbox{
		padding-bottom:25px;
}

.dot:after{
	width: 4px;
	height: 4px;
}
	

	
}


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

	.load{
		width: 155px;
		height: 155px;
	}

	.spin:after{
		width: 33px;
		height: 33px;
		top: 38%;
		left: 39%;
	}


}

.wp-pagenavi .extend{
	border-bottom:0!important;
}





.link__flex{
	max-width: 100%;
	width:520px;
	display:flex;
	justify-content: space-between;
}

.link__flex a{
	width: 240px;
	max-width: 48%;
	display:flex;
	align-items: center;
	justify-content: center;
	color:white;
	background: #905303;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	padding:17px 0;
}

.link__flex a.lf1 img{
	width: 20px;
	display:block;
	margin-left: 12px;
}

.link__flex a.lf2 img{
	width: 8px;
	display:block;
	margin-left: 20px;
}

@media screen and (max-width: 440px){
.link__flex a{
font-size:15px;
padding:13px 0;
}

}

/*20240918*/

.pagev2.type2{
	background-image: url('img/plus/pageV.png');
}

.co__sec1{
	background: #F8E3C0;
	width: 100%;
	padding:208px 0 180px;
	margin-bottom: 120px;
	letter-spacing: -0.02em;
}

.co__wrap{
	width: 1040px;
	max-width: 100%;
	display:block;
	margin:0 auto;
	padding:0 20px;
	box-sizing: border-box;
}

.coupon{
	position:relative;
	background: white;
	border-radius: 20px;
	border:3px solid #905303;
	width: 100%;
	box-sizing: border-box;
	padding:110px 60px 95px;
	padding-right: 60px;
}

.c__text1{
	position:absolute;
	left: 50%;
	top: -42px;
	color:white;
	background:#905303;
	padding:20px 40px;
	margin: 0;
	white-space: nowrap;
	font-size: 24px;
	font-weight: bold;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

.c__text2{
	font-size: 44px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
}

.c__text2 span{
	font-size: 16px;
	font-weight: 500;
}

.c__text3{
	display:flex;
	align-items: center;
}

.c__text3 img{
	width: 212px;
	display:block;
	margin-right: 40px;
}

.c__text3 p{
	font-size: 72px;
	margin: 0;
	line-height: 1.1;
	font-weight: bold;
	color:#905303;
}

.c__text3 p span{
	font-size: 180px;
	letter-spacing: 0;

}

.c__text3 p span span{
	font-size: 132px;
}

.c__text4{
	font-size: 56px;
	font-weight: bold;
	color:#905303;
	margin: 0;
	line-height: 1.4;
}

.c__text4 span{
	display:inline-block;
	border:1px solid #905303;
	padding:0 27px;
	margin-right: 5px;
}

.c-caution{
	display:flex;
	margin-top: 35px;
}

.c-caution p{
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.circle{
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background:#F6EEC4;
	position:absolute;
	right: -50px;
	top: 45px;
}

.circle p{
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color:#905303;
	line-height: 1.5;
}

.type2.co__sec1{
	background: rgba(29,163,74,0.15);
}

.type2 .coupon{
	border-color:#1DA34A;
}

.type2 .c__text1{
	background: #1DA34A;
}

.type2 .circle p{
	color:#1DA34A;
}

.type2 .c__text3 p{
	color:#1DA34A;
}

.type2 .c__text4{
	color:#1DA34A;
}

.type2 .c__text4 span{
	border-color:#1DA34A;
}


.type3.co__sec1{
	background: #F6EEC4;
}

.type3 .coupon{
	border-color:#05B3E0;
}

.type3 .c__text1{
	background:#05B3E0;
	min-width: 660px;
	text-align: center;	
	box-sizing: border-box;
}

.type3 .circle p{
	color:#05B3E0;
}

.type3 .c__text3 p{
	color:#05B3E0;
}

.type3 .c__text4{
	color:#05B3E0;
}

.type3 .c__text4 span{
	border-color:#05B3E0;
}

.type3 .circle{
	background: #FFEE54;
}

.co__sec1.type3{
	margin-bottom: 200px;
}

.c__title1{
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	color: #905303;
	margin:100px 0 15px;
}

.c__title2{
	text-align:center;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

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

	.coupon{
		padding:90px 0 70px;
		padding-left:40px;
		padding-right: 80px;
	}

	.c__text1{
		font-size: 20px;
		padding:18px 40px;
		top: -36px;
	}

	.circle{
		width: 180px;
		height: 180px;
		right: 55px;
		top: 40px;
	}

	.circle p{
		font-size: 19px;
	}

	.c__text2{
		font-size: 38px;
	}

	.c__text2 span{
		font-size: 15px;
	}

	.c__text3 img{
		width: 170px;
	}

	.c__text3 p span{
		font-size: 140px;
	}

	.c__text3 p span span{
		font-size: 100px;
	}

	.c__text3 p{
		font-size: 57px;
	}

	.c__text4{
		font-size: 45px;
	}

	.type3 .c__text1{
		min-width: 440px;
	}


}

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

	.c__title1{
		font-size: 26px;
	}

	.c__title2{
		font-size: 18px;
	}

	.c__text1{
		font-size: 18px;
	}

	.coupon{
		padding-left: 20px;
		padding-right: 20px;
	}

	.c__text2{
		font-size: 28px;
	}

	.c__text3 img{
		width: 140px;
	}

	.c__text3 p{
		font-size: 46px;
	}

	.c__text3 p span{
		font-size: 110px;
	}

	.c__text3 p span span{
		font-size: 85px;
	}

	.c__text4{
		font-size: 36px;
	}

	.circle{
		width: 150px;
		height: 150px;
	}

	.circle p{
		font-size: 17px;
	}

	.c-caution p{
		font-size: 15px;
	}



}

.csp{
	display:none;
}

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

	.c__title1{
		font-size: 20px;
		margin-top: 60px;
	}

	.c__title2{
		font-size: 16px;
	}

	.csp{
		display:block;
	}

	.co__sec1{
		padding:130px 0 80px;
		margin-bottom: 80px;
	}

	.co__sec1.type3{
		margin-bottom: 140px;
	}

	.c-caution{
		display:block;
	}

	.c-caution p{
		padding: 0;
		width: 100%;
		margin:0 0 20px;
	}

	.c__text3 img{
		width: 100px;
		margin-right: 25px;
	}

	.c__text3 p span{
		font-size: 88px;
	}

	.c__text3 p span span{
		font-size: 70px;
	}

	.c__text3 p{
		font-size: 38px;
	}

	.c__text4 span{
		padding:0 15px;
	}

	.c__text4 span{
		font-size: 27px;
	}

	.circle p{
		font-size: 14px;
	}

	.circle{
		width: 120px;
		height: 120px;
	}

	.c__text1{
		font-size: 16px;
		padding:14px 25px;
		top: -28px;
	}

	.type3 .c__text1{
		min-width: 310px;
	}

	.type2 .c__text1{
		top: -43px;
	}

	.c__text1{
		text-align: center;
	}


}

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

	.c__title1{
		font-size: 19px;
		margin-top: 40px;
	}

	.c__title2{
		font-size: 15px;
	}

	.c__text1{
		font-size: 14px;
		padding:10px;
		top: -22px;
	}

	.circle{
		right: -20px;
		top: 30px;
	}

	.c__text3{
		display:block;
	}

	.c__text3 img{
		width:80px;
		display:block;
		margin:20px auto 0;
	}

	.c__text3 p{
		font-size: 30px;
	}

	.coupon{
		padding-right: 20px;
		padding-top: 54px;
		padding-bottom: 35px;
	}

	.c__text3 p span{
		font-size: 79px;
	}

	.c__text4 span{
		margin-right:9vw;
	}

	.c__text4{
		font-size:34px;
		margin-top: 5px;
	}

	.c-caution p{
		font-size: 14px;
	}

	.type3 .c__text1{
		min-width:270px;
	}

	.co__sec1.type3{
		margin-bottom: 100px;
	}

	.co__sec1{
		padding:100px 0 60px;
	}
	
	.c__text2{
		font-size:26px;
	}
	
	.circle{
		width:110px;
		height:110px;
	}
	
	.circle p{
		font-size:12px;
	}

}




