@charset "UTF-8";

/* 共通部分 ======================================================================================================*/
body{
    font-family: "Noto Sans JP", "sans-serif";
    max-width: 1080px;
    background-color: #fafafa;
    margin: 0 auto;
    color: #222;
}
.container{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 4%;
}
/* ヘッダー ===================================================================================================*/
.header{
    display: block;
    background: radial-gradient(#f5c56b, #f7a309);
    color: #222;
    width: 1080px;
    height: 80px;
    position: fixed;
    z-index: 1;
    align-items: center;
}
.header-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 350px;
    margin-left: 40px;
    position: absolute;
    top: 18%;
    left: 0;
}
.header-nav{
    display: flex;
    font-size: 1rem; 
    padding-inline-start: 0;
    position: absolute;
    top: 30%;
    right: 0;
    margin-right: 30px;
    align-items: center;
}
.header-nav li{
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.header-nav li a{
    color: #222;
    position: relative;
}
.header-nav li a:hover{
    color: #fafafa;
    transition: all .5s;
}
.header-nav li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 80%;
    height: 2px;
    color: #222;
    z-index: 2;
    transition: all .5s;
    transform: scale(0,1);
    transform-origin: center top;
}
.header-nav li a:hover::after{
    transform: scale(1,1);
}
.has-child:hover::before{
    color: #444;
}
.has-child ul{
    position: absolute;
	right: -10px;
	top: 28px;
	z-index: 4;
    background:#ffaa00;
	width:140px;
    /*はじめは非表示*/
	visibility: hidden;
    /*アニメーション設定*/
	transition: all 1s;
    padding: 5px;
    border-radius: 10px;
}
/*hoverしたら表示*/
.has-child:hover > ul,
.has-child ul li:hover > ul,
.has-child:active > ul,
.has-child ul li:active > ul{
  visibility: visible;
  opacity: .9;
}
/*ナビゲーションaタグの形状*/
.has-child ul li a{
	color: #222;
	border-bottom:solid 1px #444;
}
.has-child ul li:last-child a{
	border-bottom:none;
}
.has-child ul li a:hover,
.has-child ul li a:active{
	color: #fafafa;
    transition: all .5s;
}

/* トップページ ===================================================================================================*/
#slider {
    width: 100%;
    height: 750px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.company-img{
    background-image: url(../images/snow.png) , url(../images/content14.jpg);
    background-size: 3px 3px, cover;
    background-position: 0 0, bottom;
    height: 170px;
}
.product-img{
    background-image: url(../images/snow.png) , url(../images/content13.jpg);
    background-size: 3px 3px, cover;
    background-position: 0 0, center;
    height: 170px;
}
.main-bar{
    height: 100px;
    background: radial-gradient(#f5c56b, #f7a309);
    text-align: center;
    padding: 15px 0px;
    margin-top: 50px;
    align-items: center;
}
.main-ttl{
    color: #222;
    font-size: 2.25rem;
    align-items: center;
    line-height: 1;
}

/*
.bnr_nagomi {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 0;
  max-width: 200px;
  width: 100%;
}
.bnr_nagomi figure {
  margin: 0;
}
*/

@media(max-width: 500px){
  .bnr_nagomi {
    display: block;
    position: static;
    max-width: 70%;
    margin: 0 auto;
    padding-top: 20px;
  }
}

/* 会社について ===================================================================================================*/
.ttl{
    font-size: 1.75rem;
    margin: 10px 0;
}
span{
    font-size: 1.25rem;
}
.sub-ttl{
    font-size: 1rem;
    margin: 10px;
}
.sub-ttl .p01{
    padding-left: 6rem;
    text-indent: -6rem;
    margin-top: 0;
    margin-bottom: 0;
}
.sub-ttl .p02{
    padding-left: 1rem;
    text-indent: -1rem;
    margin-top: 0;
    margin-bottom: 0;
}
.text{
    font-size: 1.5rem;
    color: #bb7700 ;
    margin: 10px 5px 10px;
    text-align: center;
}
.contact-btn-box1{
    position: relative;
    margin-top: 70px;
}
.contact-btn1{
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 70px;
    background: #ff8800;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.contact-btn1 a{
    display: flex;
    align-items: center;
}
.contact-btn1:hover{
    opacity: 0.7;
}
.mail-icon1{
    width: 20px;
    height: 17px;
    margin: 10px 3px;
    align-items: center;
}
.contact-btn1 p{
    align-items: center;
    line-height: 1.2;
}

.contact-btn-box2{
    position: relative;
    margin-top: 70px;
}
.contact-btn2{
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 70px;
    color: #222;
    background: #ff8800;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.contact-btn2 a{
    display: flex;
    align-items: center;
}
.contact-btn2:hover{
    opacity: 0.7;
}
.contact-btn2 p{
    align-items: center;
    line-height: 1.2;
}
.mail-icon{
    width: 20px;
    height: 17px;
    margin: 10px 3px;
    align-items: center;
}
.top-btn{
    width: 40px;
    position: absolute;
    bottom: 13px;
    right: 10px;
}
.top-btn:hover{
    opacity: .7;
}
/* 会社概要 ===================================================================================================*/
.company-container{
    line-height: 1.25;
    width: 80%;
    border-collapse: collapse;
    margin: 0 auto;
}
.company-ttl{
    font-size: 1.25rem;
    margin: 7px 20px 3px;
}
.company-box{
    width: 100%;
}
.company-table1{
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 40px;
}
.company-table1 tr{
    height: 30px;
    align-items: center;
    border-bottom: 1px dotted #777;
    padding: 0 25px;
}
.company-table1 th{
    width: 15%;
    text-align: left;
    padding-left: 40px;
}
.company-table1 td{
    width: 50%;
    text-align: left;
}
.company-table1 tr:last-child{
    border-bottom: none;
}

.text_conte{
    text-indent: -5.75em;
    margin: 0;
    padding: 0;
    padding-left: 5.75em;
}
span.text_space{
    font-size: 1rem;
    letter-spacing: 3.25px;
}


.map-icon{
    width: 18px;
}
.company-table2{
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 40px;
}
.company-table2 tr{
    height: 30px;
    align-items: center;
    border-bottom: 1px dotted #777;
    padding: 0 25px;
}
.company-table2 th{
    width: 30%;
    text-align: left;
    padding-left: 20px;
}
.company-table2 td{
    width: 40%;
}
.company-table2 tr:last-child{
    border-bottom: none;
    width: 100%;
}
.company-table3{
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 40px;
}
.company-table3 tr{
    height: 30px;
    align-items: center;
    border-bottom: 1px dotted #777;
    padding: 0 25px;
}
.company-table3 th{
    width: 30%;
    text-align: left;
    padding-left: 20px;
}
.company-table3 td{
    width: 40%;
    text-align: left;
}
.company-table3 tr:last-child{
    border-bottom: none;
}

.company-table4{
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 40px;
}
.company-table4 tr{
    height: 30px;
    align-items: center;
    border-bottom: 1px dotted #777;
    padding: 0 25px;
}
.company-table4 th{
    width: 15%;
    text-align: right;
    padding-right: 20px;
}
.company-table4 td{
    width: 50%;
    text-align: left;
}
.company-table4 tr:last-child{
    border-bottom: none;
}
.contact-btn3{
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 270px;
    background: #ff8800;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.contact-btn3 a{
    display: flex;
    align-items: center;
}
.contact-btn3:hover{
    opacity: 0.7;
}
.mail-icon3{
    width: 20px;
    height: 17px;
    margin: 10px 3px;
    align-items: center;
}
.contact-btn3 p{
    align-items: center;
    line-height: 1.2;
}
/* 事業内容 ===================================================================================================*/
.product-container{
    width: 80%;
    border-collapse: collapse;
    margin: 0 auto;
}
.product-ttl{
    font-size: 1.5rem;
    margin: 4px 15px 2px;
}
.product-table1{
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 15px;
}
.product-table1 tr{
    height: 26px;
    align-items: center;
    border-bottom: 1px dotted #777;
    padding: 0 5px;
}
.product-table1 th{
    width: 12%;
    text-align: left;
    padding-left: 3px;
}
.product-table1 td{
    width: 89%;
}
.product-table1 tr:last-child{
    border-bottom: none;
}
.product-table2{
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 40px;
}
.product-table2 tr{
    height: 26px;
    align-items: center;
    border-bottom: 1px dotted #777;
    padding: 0 25px;
}
.product-table2 th{
    width: 30%;
    text-align: left;
    padding-left: 20px;
}
.product-table2 td{
    width: 50%;
    text-align: left;
}
.product-table2 tr:last-child{
    border-bottom: none;
}
.product-span{
    width: 100%;
}
.product-table3{
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 40px;
}
.product-table3 tr{
    height: 26px;
    align-items: center;
    border-bottom: 1px dotted #777;
    padding: 0 25px;
}
.product-table3 th{
    width: 30%;
    text-align: left;
    padding-left: 20px;
}
.product-table3 td{
    width: 40%;
    text-align: left;
}
.product-table3 tr:last-child{
    border-bottom: none;
}

.product-table4{
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 40px;
    margin-bottom: 5px;
}
.product-table4 tr{
    height: 26px;
    align-items: center;
    border-bottom: 1px dotted #777;
    padding: 0 25px;
}
.product-table4 th{
    width: 35%;
    text-align: left;
    padding-left: 20px;
}
.product-table4 td{
    width: 50%;
    text-align: left;
}
.product-table4 tr:last-child{
    border-bottom: none;
}

/* お問い合わせ ===================================================================================================*/
.contact-img{
    background-image: url(../images/snow.png) , url(../images/content14.jpg);
    background-size: 3px 3px, cover;
    background-position: 0 0, top;
    height: 250px;
}
.contact-img02{
    background-image: url(../images/snow.png) , url(../images/content15.jpg);
    background-size: 3px 3px, cover;
    background-position: 0 0, 50% 25%;
    height: 250px;
}
.contact-img03{
    background-image: url(../images/snow.png) , url(../images/content11.jpg);
    background-size: 3px 3px, cover;
    background-position: 0 0, 50% 25%;
    height: 250px;
}
.contact-img04{
    background-image: url(../images/snow.png) , url(../images/content12.jpg);
    background-size: 3px 3px, cover;
    background-position: 0 0, 50% 35%;
    height: 250px;
}
.info-text{
    font-size: 1.5rem;
}
.info-img{
    background-image: url(../images/snow.png) , url(../images/img10.jpg);
    background-size: 3px 3px, cover;
    background-position: 0 0, center;
    height: 50vh;
}
.ttl01{
    font-size: 2rem;
    width: 70%;
    text-align: center;
    border-width: 10px 0;
    border-style: double;
    border-color: #ff8800;
    margin: 30px;
    padding: 25px;
}
.contact-container{
    width: 90%;
    border-collapse: collapse;
    margin: 0 auto;
}
.contact-box{
    width: 100%;
}
.contact-table1{
    border: solid 1px #999;
    border-radius: 3px;
}
.contact-table1 tr{
    height: 30px;
    align-items: center;
    border-bottom: 1px dotted #999;
}
.contact-table1 th{
    width: 10%;
    text-align: left;
    vertical-align: top;
    padding-left: 30px;
    padding-top: 5px;
    background-color: #f7efa2;
}
.contact-table1 td{
    width: 40%;
    text-align: left;
    padding-left: 15px;
}
.contact-table1 tr:last-child{
    border-bottom: none;
}
.contact-box .p03{
    padding-left: 1rem;
    text-indent: -1rem;
    margin-top: 0;
    margin-bottom: 0;
}
.contact-btn4{
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 70px;
    background: #ff8800;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.contact-btn4 a{
    display: flex;
    align-items: center;
}
.contact-btn4:hover{
    opacity: 0.7;
}
.mail-icon3{
    width: 20px;
    height: 17px;
    margin: 10px 3px;
    align-items: center;
}
.contact-btn4 p{
    align-items: center;
    line-height: 1.2;
}

/* フォーム */
form p{
    margin: 5px;
}
input[type="text"],
input[type="email"],
textarea {
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
}
input:focus[type="text"],
input:focus[type="email"],
textarea:focus {
    background: #fff000;
    opacity: .7;
    border: 2px #ffaa00 double;
    border-radius: 5px;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 450px;
}
textarea {
    width: 100%;
    max-width: 700px;
    height: 8rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}
#powered{
    color: #fafafa;
}
input[type="submit"] {
    font-family: "Noto Sans JP", "sans-serif";
    border: none;
    cursor: pointer;
    line-height: 1;
    width: 80px;
    height: 40px;
    background-color: #ff8800;
    border-radius: 50px;
    color: #222;
    margin-left: 10px;
}
input[type="submit"]:hover{
    opacity: .7;
}
.privacy{
    color: #0000ff;
    border-bottom: #0000ff 1px solid;
}
#privacy p{
    margin: 0 auto;
    padding: 0 4%;
}
.privacy-ttl{
    font-size: 1.5rem;
    margin: 4px;
}

/* 応募フォーム ===================================================================================================*/
.apply-form input[type="text"] {
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 20%;
}
.apply-form input[type="date"] {
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 30%;
}
.apply-form select{
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 30%;
}
.apply-form input[name="field_6528104"]{
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 50%;
}
.apply-form input[name="field_6528104_mcon"]{
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 50%;
}


/* サンクスページ ===================================================================================================*/
.send-box{
    border-top: 10px double #bb7700;
    border-bottom: 10px double #bb7700;
    margin: 70px;
    padding: 50px;
}
.send-text{
    display: block;
    margin: 0 auto;
    font-size: 2rem;    
}
.thanks-text{
    margin: 20px auto;
    font-size: 1.5rem;
}
/* フッター ===================================================================================================*/
footer{
    height: 120px;
    background: radial-gradient(#f5c56b, #f7a309);
    text-align: center;
    padding: 23px 0px;
    margin-top: 20px;
}
footer p{
    color: #333;
    font-size: 20px;
}

/* タブレット ==================================================================================================
==============================================================================================================
==============================================================================================================
==============================================================================================================
==============================================================================================================*/
@media(max-width: 850px){
    .logo{
        width: 230px;
        margin: 10px;
    } 
    .header-nav{
        top: 35%;
        left: 23%;
    }
    
}
    
        

/* すまほ ===================================================================================================*/
/* ===================================================================================================*/
/* ===================================================================================================*/
/* ===================================================================================================*/
@media(max-width: 500px){
    html{
        font-size: 85%;
    }
    .container{
        margin: 0 4px;
        padding: 0;
    }
    .ttl01{
        font-size: 15px;
        padding: 10px;
    }
    span.text_space{
        font-size: .9rem;
        letter-spacing: 2.5px;
    }
/* ヘッダー ===================================================================================================*/
    .header{
        width: 100%;
        height: 50px;
    }
    .header-nav{
        width: 200px;
    }
    .logo{
        margin: 0 0 0 20px;
    } 
/*ハンバーガーメニュー  5-2-7 3本線が奥行きを持って回転して×に===========================================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 999;
	background:#fafafa;
	cursor: pointer;
    width: 35px;
    height:35px;
	border-radius: 5px;
}
/*ボタン内側*/
.openbtn .openbtn-area{
    transition: all .5s;
}
.openbtn span{
    display: inline-block;
    transition: all .5s;/*アニメーションの設定*/
    position: absolute;
    left: 8px;
    height: 3px;
    border-radius: 2px;
	background: #ffaa00;
  	width: 55%;
  }
.openbtn span:nth-of-type(1) {
	top:10px;	
}
.openbtn span:nth-of-type(2) {
	top:17px;
}
.openbtn span:nth-of-type(3) {
	top:24px;
}
/*activeクラスが付与されると
線と周りのエリアが回転して×になる*/
.openbtn.active .openbtn-area{
	transform: rotateY(-360deg);
}
.openbtn.active span:nth-of-type(1) {
    top: 10px;
    left: 7px;
    transform: translateY(6px) rotate(-135deg);
    width: 60%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 22px;
    left: 7px;
    transform: translateY(-6px) rotate(135deg);
    width: 60%;
}
/*==ナビゲーションCSS ===============*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 9;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width: 75%;
    height: 100vh;/*ナビの高さ*/
	background: radial-gradient(#f5c56b, #f7a309);
    /*動き*/
	transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}
/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 99;
    top:30%;
    left:45%;
    transform: translate(-50%,-30%);
    flex-direction: column;
}
/*リストのレイアウト設定*/
#g-nav li{
	list-style: none;
    text-align: center;
}
#g-nav li a{
	color: #fafafa;
	text-decoration: none;
	padding: 9px;
	display: block;
    font-size: 1.25rem;
}
#g-nav li ul{
    position: absolute;
    left: 120px;
    top: 260px;
    color: #999;
    width: 230px;
    padding-left: 60px;
    line-height: .75rem;
    background: none;
	visibility: visible;
}
.has-child ul li a{
    border-style: none;
}

/* トップページ ===================================================================================================*/
    #slider {
        height: 500px;
    }
    .main-bar{
        height: 50px;
        padding: 6px;
        margin-top: 20px;
    }
    .main-ttl{
        font-size: 1.25rem;
    }
/* 会社について ===================================================================================================*/        
    .ttl{
        font-size: 1.25rem;
    }
    .text{
        font-size: 1rem;
    }
    .contact-btn-box1{
        position: relative;
        margin-top: 70px;
    }
    .contact-btn1{
        display: flex;
        position: absolute;
        bottom: 10px;
        right: 50px;
        color: #222;
        background: #ff8800;
        width: 100px;
        height: 40px;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
    }
    .contact-btn1 p {
        font-size: .8rem;
    }
    .contact-btn-box2{
        position: relative;
        margin-top: 70px;
    }
    .contact-btn2{
        display: flex;
        position: absolute;
        bottom: 10px;
        right: 50px;
        color: #222;
        background: #ff8800;
        width: 100px;
        height: 40px;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
    }
    .contact-btn2 p {
        font-size: .8rem;
    }
    .top-btn{
        width: 30px;
        position: absolute;
        bottom: 13px;
        right: 10px;
    }
/* 会社概要 ===================================================================================================*/        
    .company-img{
        background-image: url(../images/snow.png) , url(../images/content14.jpg);
        background-size: 3px 3px, cover;
        background-position: 0 0, bottom;
        height: 120px;
    }
    .company-container{
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .company-table1{
        padding: 5px 10px;
        font-size: .9rem;
    }
    .company-table1 th{
        padding-left: 7px;
    }
    .company-table2{
        padding: 5px 15px;
        font-size: .8rem;
    }
    .company-table2 th{
        padding-left: 10px;
    }
    .company-table3{
        padding: 5px 15px;
        font-size: .9rem;
    }
    .company-table3 th{
        width: 40%;
        padding-left: 10px;
    }
    .company-table4{
        padding: 5px 15px;
        font-size: .85rem;
    }
    .company-table4 th{
        padding-left: 0;
    }
    .contact-btn3{
        display: flex;
        position: absolute;
        bottom: 10px;
        right: 160px;
        background: #ff8800;
        width: 100px;
        height: 40px;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
    }
    .contact-btn3 p {
        font-size: .8rem;
    }
    .map-icon{
        width: 12px;
    }
/* 事業内容 ===================================================================================================*/    
    .product-img{
        background-image: url(../images/snow.png) , url(../images/content13.jpg);
        background-size: 3px 3px, cover;
        background-position: 0 0, center;
        height: 120px;
    }
    .product-container{
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .product-table1{
        padding: 5px 10px;
    }
    .product-table1 th{
        padding-left: 7px;
        width: 23%;
    }
    .product-table2{
        padding: 5px 10px;
        font-size: .9rem;
    }
    .product-table2 th{
        width: 55%;
        padding-left: 3px;
    }
    .product-table3{
        padding: 5px 10px;
    }
    .product-table3 th{
        width: 15%;
        padding-left: 0;
    }
    .product-table3 .p04{
        padding-left: 1rem;
        text-indent: -1rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-table4{
        padding: 5px 10px;
        font-size: .85rem;
    }
    .product-table4 th{
        padding-left: 0px;
        width: 40%;
    }

    /* 問い合わせ ===================================================================================================*/
    .contact-img{
        background-image: url(../images/snow.png) , url(../images/content14.jpg);
        background-size: 3px 3px, cover;
        background-position: 0 0, top;
        height: 150px;
    }
    .contact-img02{
        background-image: url(../images/snow.png) , url(../images/content15.jpg);
        background-size: 3px 3px, cover;
        background-position: 0 0, 50% 10%;
        height: 150px;
    }
    .contact-img03{
        background-image: url(../images/snow.png) , url(../images/content11.jpg);
        background-size: 3px 3px, cover;
        background-position: 0 0, 50% 25%;
        height: 150px;
    }
    .contact-img04{
        background-image: url(../images/snow.png) , url(../images/content12.jpg);
        background-size: 3px 3px, cover;
        background-position: 0 0, 50% 35%;
        height: 150px;
    }
    .info-img{
        height: 30vh;
    }
    .contact-table1 th{
        width: 10%;
        text-align: left;
        vertical-align: top;
        padding-left: 10px;
        padding-top: 5px;
        background-color: #f7efa2;
        font-size: .8rem;
    }


/* 問い合わせ ===================================================================================================*/
.apply-form input[type="text"] {
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 35%;
}
.apply-form input[type="date"] {
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 40%;
}
.apply-form select{
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 40%;
}
.apply-form input[name="field_6535488"]{
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 50%;
}
.apply-form input[name="field_6535488_mcon"]{
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 50%;
}

.apply-form input[name="field_6528104"]{
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 70%;
}
.apply-form input[name="field_6528104_mcon"]{
    background: #fff666;
    opacity: .7;
    border: 1px #555 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin: 3px;
    width: 70%;
}
input[type="submit"] {
    font-size: 1rem;
    font-weight: normal;
}
    .privacy-ttl {
        font-size: 1.3rem;
    }    
    /* ページ下部 ===================================================================================================*/
    .contact-btn{
        width: 150px;
        height: 50px;
        align-items: center;
    }
    .mail-icon{
        width: 15px;
        height: 13px;
    }
    .contact-btn p{
        font-size: 1.25rem;
    }
    input[type="text"],
    input[type="email"] {
        width: 80%;
        max-width: 300px;
    }

/* フッター ===================================================================================================*/
    footer{
        height: 60px;
        padding: 10px;
    }
    footer p{
        font-size: 1rem;
        
    }
}

/* 印刷非表示 ===================================================================================================*/
    @media print{
    .no-print{
        display: none;
    }
    
}