﻿

.linkStyle{
    color:#3e6560;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

/*
#return_top,
.fix_bnr{
    position:absolute;
}
*/

/*--all page---------------------------
-------------------------------------*/
#body{
    overflow:hidden;
}
#wrap{
    background-image:url(./Dup/img/flw.png),url(./Dup/img/flw2.png),url(./Dup/img/bg.jpg);
    background-repeat:no-repeat,no-repeat,no-repeat;
    background-attachment:fixed,fixed,fixed;
    background-size:auto 100%,auto 100%,cover;
    background-position:top left,top right,top left;
}
header.scr_header{
    backdrop-filter: blur(4px);
}
header.scr_header #logo {
    max-width: 120px;
}
footer{
    background-color: rgba(228,199,137,0.1)!important;
    backdrop-filter: blur(4px);
}
.nav_menu_more:first-of-type a .icon:before{
    display:none;
}

#logo{
    opacity:0;
}
header.scr_header #logo{
    opacity:1;
}
.overlay{
    background: linear-gradient(135deg, rgba(245,190,151,0.9) , rgba(238,174,57,0.8) )!important;
}
.overlay .nav_menu_more a{
    background-color: #f3891b!important;
}
.overlay .nav_menu_more a:hover{
    color:white;
}
.fix_bnr{
    right:30px;
    z-index:3;
}
.fix_bnr a{
    font-size: 1.1rem;
    padding-left: 20px;
    padding-right: 20px;
}

/*--top page---------------------------
-------------------------------------*/
#top_pc_nav li a{
    text-shadow: 1px 1px 5px #333;
}
#main_img:before{
    background-color: rgba(70,70,70,0.1);
}
.num{
    opacity:1;
    text-shadow: 0 0 10px white;
}
#contents2 h3,
#contents2 .con_txt{
    text-shadow: 0 0 10px white;
}
#contents3 .con_box {
    margin: 0 30%;
    padding: 4% 7%;
}
#contents3 .con_box:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.rev_box{
    margin-top: -100px;
    position: relative;
}
.rev_title{
    color:#3e6560;
    width: 400px;
    margin: auto;
    background-color: #f4f0e7;
}
.rev_title h3{
    font-size:3rem;
    line-height: 1.2;
}
#top_cms .line-l:before{
    display:none;
}
#top_cms .cms_title{
    text-align: center;
}
#top_cms .more_btn{
    background-color:#eeae39;
    color:white;
}
#top_cms .more_btn:hover{
    opacity:0.7;
}
#top_cms .more_btn:before,
#top_cms .more_btn:after{
    display:none;
}

#info_contact .con_img:before{
    background-color: rgba(166,154,144,0.5);
}

/*--under page---------------------------
-------------------------------------*/

/*FAQ page*/
#cms_5-b .qa_type1 .cate_box {
	border: 1px solid #eeae39;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_txt1 {
	display: block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 90px;
	padding-top:10px;
}
.qa_type1 .cate_box .box_txt1::before {
	content: "A.";
	position: absolute;
	left: -32px;
	top: 10px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_item {
	display: none;
	border-top: 1px solid #fff3df;
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#wrap{
    background-image: url(./Dup/img/flw2.png),url(./Dup/img/bg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-attachment: fixed,fixed;
    background-size: auto 100%,cover;
    background-position: top right,top left;
}
header.scr_header #logo{
    max-width: 100px;
}
#contents3 .con_box {
    margin: 0 20%;
}
.rev_box {
    margin-top: -50px
}
.rev_title h3 {
    font-size: 2rem;
}
.page_title_box h2{
    letter-spacing: 1px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
.fix_bnr {
    right: 15px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header.scr_header #logo {
    max-width: 90px;
}
#contents3 .con_box {
    margin: 0 5%;
    padding: 10% 8%;
}
.rev_title{
    width:300px;
}
.rev_title p,
.rev_box1 p{
    letter-spacing: 1px;
}
.rev_box .hannari{
    line-height: 1.5;
}
#contents3 .con_box:before{
    border-top: 15px solid rgba(255,255,255,0.9);
}
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 5px;
}
.qa_type1 .cate_box .arrow{
    left: -5px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	margin-left: 75px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em
}
.fix_bnr {
    right: 10px;
}
#copyright{
    padding-bottom:70px;
}
}

/* ---------- iPhone X ---------- */
@media screen and (max-width: 375px){
#page_title .page_title_box{
    width: 70%;
}    
    
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
.fix_bnr a,
.rev_more a{
    padding-top:15px;
}
.qa_type1 .cate_box .arrow{
    top:45%;
}
#contact_tel a{
    padding-top:35px;
}
}


