﻿


/*
#fakeloader{
    display:none;
}
*/

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body {
    overflow: hidden;
    line-height: 2;
    font-size: 18px;
}

.svg_box{
    display:none;
}
#foot_banner a{
    color:#fff;
}
#page-top a{
    background-color:#ff7ea4!important;
}

#foot_banner2 {
    z-index: 99;
    width: 280px;
    right: 380px;
    bottom: 10px;
}
#foot_banner2 a{
    font-size: 16px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 45px;
}


/*--top page---------------------------
-------------------------------------*/

.catch {
    width: 37vw;
    max-width: 700px;
    top: 18%;
    left: 2%;
    z-index: 5;
}
.main_imgwrap{
    background:url(./Dup/img/moyou1.png) no-repeat;
    background-size:300px;
    background-position:top 10px left;
}
.main_img1{
    width: calc(70% - 10px);
    margin:10px 0 0 auto;
    border-radius:20px 0 0 20px;
    overflow:hidden;
}


.main_img2 {
    width: calc(30% - 10px);
    margin-left: 0;
    margin-right: auto;
    margin-bottom: -5%;
    border-radius:0 20px 20px 0;
    overflow:hidden;
    z-index:2;
}

#intro_bg,
#info{
    background:url(./Dup/img/moyou1.png) no-repeat;
    background-size:300px;
    background-position:top left;
    transform: scale(-1, 1);
    background-color:#fff;
}
.intro_wrap,
.info_box{
    transform: scale(-1, 1);
}
.intro_no{
    font-size: 3rem;
    margin-left: -8%;
}

.n_item{
    width: 300px;    
    bottom: -55px;
    left: 12%;
}
.top_cms_box .cms_title{
    text-align:center;
}
.top_cms_box .cms_title h2,
.top_cms_box .cms_title p{
    writing-mode: vertical-rl;
    display: inline-block;
}

.con_box.box1 .con_txt li{
    padding-left:35px;
    position:relative;
    margin-bottom:5px;
    line-height:1.8;
}
.con_box.box1 .con_txt li::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(./Dup/img/check.png) no-repeat;
    background-size: 20px;
    top: 3px;
    left: 0;
}

#top_cms{
    background:url(./Dup/img/moyou2.png) repeat;
    background-size:130px;
    background-color: #f9f6f4;
}
.cms_item {
    width: 250px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -160px;
    z-index: 2;
    left: 3%;
}

/*--under page---------------------------
-------------------------------------*/
#page_title{
    background-repeat:repeat!important;
    background-size:130px;
}

.v_type3 .cate_box {
    border: 1px solid #249191;
    border-radius: 20px;
}
.v_type3 .box_title1{color: #249191;}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header{
    padding-bottom:0;
}
.drawer-nav{
    padding-top:100px;
}
.drawer-hamburger {
    display: inline-block;
    left:0;
}
.main_imgwrap,#intro_bg, #info{
    background-size: 150px;
}
.catch {
    width: 51vw;
    top: 17%;
    left: 0%;
}
.n_item {
    width: 250px;
    bottom: -46px;
    left: auto;
    right: 5%;
}
.top_cms_box .cms_title h2, .top_cms_box .cms_title p {
    writing-mode: horizontal-tb;
    display: block;
}
.top_cms_box .cms_title h2, .top_cms_box .cms_title p {
    writing-mode: horizontal-tb;
    display: block;
}
#contents .con_box .con_item1{
    width:200px;
    height:200px;
}
#top_cms,#page_title{
    background-size: 90px;
}
.cms_item {
    width: 200px;
    height: 250px;
    top: -127px;
}
#cms_2-g .cate_title {
    font-size: 2em;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header{
    padding-bottom:10px;
}
.catch {
    width: 79vw;
    top: 43%;
    left: 1%;
}
.main_img2 {
    width: 65%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    z-index: 2;
}
.main_img1 {
    width: 100%;
    margin: 10px auto;
    border-radius: 0;
    overflow: hidden;
}
.intro_no {
    font-size: 2rem;
}
.n_item {
    width: 190px;
    bottom: -52px;
    left: auto;
    right: 2%;
}
.con_box.box1 .con_txt li{
    font-size:1rem;
}
.cms_item {
    width: 160px;
    height: 200px;
}
#contents .con_box .con_item1 {
    width: 150px;
    height: 150px;
}
#cms_2-g .cate_title {
    font-size: 1.5em;
}
#foot_banner2 {
    width: 160px;
    right: 195px;
}
#foot_banner2 a{
    font-size: 13px;
    padding:10px;
}
}




