/* ///////////////////////////////////////////////////////////////////
サイトマップ
/////////////////////////////////////////////////////////////////// */

.sitemap{
    width: 90%;
    margin: 0 auto 3%;
    padding: 0 2%;
    display: inline-block;
}

.sitemap h3{
    font-family: '游ゴシック';
    font-weight: bold;
    margin: 2% 0 ;
    padding: 0 0 3px 1%;
    font-size: 18px;
    border-bottom: solid 2px #cd483f;
}

.sitemap ul{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.sitemap ul li{
    display: block;
    line-height: 2.5;
}

.sitemap ul li::before{
    content: "・";
}

.sitemap ul li a:hover{
    transition-duration: 0.2s;
    color: #cd483f;
}

/* ///////////////////////////////////////////////////////////////////
料金表
/////////////////////////////////////////////////////////////////// */

#price .first{
    font-size: 100%;
    margin: 2% auto 3%;
    width: 90%
}

#price .title{
    width: 95%;
    margin: 1% auto 2%;
    border: solid 1px;    
}

#price .title .name{
    width: 100%;
    padding: 3% 0;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px
}

#price .title .name h3{
    font-size: 110%;
    letter-spacing: 2px;
    margin: 0;
    color: #fff
}

#price .title .money{
    width: 100%;
    text-align: center;
    padding: 2% 0
}

#price .title .money span{
    display: inline-block;
    width: 100%;
    font-weight: bold;
    vertical-align: top
}

#price .title .money p{
    display: inline-block;
    width: 100%;
    font-size: 110%;
    margin: 0;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0
}

#price .title .money font{
    font-size: 80%
}

#price h4{
    margin: 5% 0 2%;
    font-size: 120%;
    padding: 0 0 0 3%;
    border-left: solid 15px;
}

#price .content{
    width: 95%;
    margin: 0 auto;
}

#price .content li{
    width: 46%;
    text-align: center;
    margin: 0 2% 2%;
    font-size: 16px;
    padding: 1% 0;
    font-weight: bold;
}

#price .point{
    width: 95%;
    margin: 0 auto;
}

#price .point li{
    display: block;
    font-size: 15px;
    margin: 0 0 3% ;
    padding: 0 0 0 6%;
    position: relative;
}

#price .point li::before{
    content: "※";
    position: absolute;
    left: 0;
}

#price .link a{
    display: inline-block;
    width: 90%;
    margin: 5% auto 10% 5%;
    padding: 0 0 1%;
    font-size: 110%;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #000
}

#price .link a::after {
  position: absolute;
  content: '';
  bottom: -3px;
  right: -5px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent;
  border-bottom: solid 15px;
}

#price .link a::before {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 0px;
  width: 100%;
  border-bottom: solid 3px;
}

#price .link a:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
}

#price .link a:hover::after{
    right: -10px;
    transition-duration: 0.5s;
}

#price .link a:hover::before{
    right: -10px;
    transition-duration: 0.5s;
}



#price .price-hp .title .name{
    background: #2ca9e1ff;
}

#price .price-hp h4{
    border-left: solid 15px #2ca9e1ff
}

#price .price-hp .content li{
    background: #2ca9e1ff;
    color: #fff
}


#price .price-hp .content li.etc{
    text-align: left;
    background: #fff;
    color: #2ca9e1ff;
}

#price .price-hp .link a::after{
    color: #2ca9e1ff
}

#price .price-hp .link a::before{
    color: #2ca9e1ff
}



#price .price-seo .title .name{
    background: #e49e60ff;
}

#price .price-seo h4{
    border-left: solid 15px #e49e60ff
}

#price .price-seo .link a::after{
    color: #e49e60ff
}

#price .price-seo .link a::before{
    color: #e49e60ff
}



#price .price-web .title .name{
    background: #87c97fff;
}

#price .price-web h4{
    border-left: solid 15px #87c97fff
}

#price .price-web .content li{
    background: #87c97fff;
    color: #fff
}

#price .price-web .content li.etc{
    text-align: left;
    background: #fff;
    color: #87c97fff;
}

#price .price-web .link a::after{
    color: #87c97fff
}

#price .price-web .link a::before{
    color: #87c97fff
}


/* ///////////////////////////////////////////////////////////////////
リンク集
/////////////////////////////////////////////////////////////////// */

.link h3{
    font-size: 120%;
    letter-spacing: 2px;
    margin: 2% auto;
    width: 90%;
    padding: 0 0 0 3%;
    border-left: solid 10px #cd483f
}

.link ul{
    width: 95%;
    margin: 0 auto 5%;
}

.link li{
    display: table;
    padding: 2% 0;
    width: 100%;
}

.link li a{
    font-size: 16px
}

.link li::before{
    content: "・";
    margin: 0 1% 0 0;
    display: table-cell;
    width: 2%
}

.link.sp li::before{
    content: none;
}

.link li a:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
}

/* ///////////////////////////////////////////////////////////////////
お試しプラン
/////////////////////////////////////////////////////////////////// */

#web.trial .intro .left{
    text-align: left;
}

#web.trial .expl img{
    width: 95%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto 3%;
}

#web.trial .expl span{
    font-family: "游明朝";
    font-weight: bold;
    font-size: 130%;
    color:#cd483f;
    text-align: center;
    width: 100%;
    display: block;
}

#web.trial .expl p{
    width: 90%;
    display: block;
    margin: 0 auto;
}

#web.trial .trial-content ul{
    display: block;
    width: 80%;
    margin: 5% auto;
    text-align: center;
    font-weight: bold;
    font-family: "游ゴシック";
}

#web.trial .trial-content .side{
    width: 100%;
    padding: 2% 0;
    margin: 0;
    display: inline-block;
}

#web.trial .trial-content .left{
    background-color: #FFE5D6;
    color: #E15300;
    border-top: solid 2px #E15300;
    border-bottom: solid 2px #E15300;
}

#web.trial .trial-content .right{
    background-color: #E6ECFF;
    color: #00259E;
    border-top: solid 2px #00259E;
    border-bottom: solid 2px #00259E;
}

#web.trial .trial-content .center{
    padding: 2% 0;
}

#web.trial .trial-content p{
    width: 90%;
    margin: 2% auto 0;
    font-size: 110%;
    padding-left: 3%;
    font-weight: bold;
    display: table
}

#web.trial .trial-content p::before{
    content: "✓";
    display: table-cell;
    width: 6%
}

#web.trial .trial-content a{
    width: 90%;
    margin: 5% auto 8%;
    display: block;
    text-align: center;
    padding: 2%;
    font-size: 110%;
    font-weight: bold;
    border:solid 1px #cd483f;
    color: #cd483f;
}

#web.trial .trial-content a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-left: 8%;
    z-index:10
}

#web.trial .trial-content a:hover{
    background: #cd483f;
    color: #fff;
    transition: 0.5s
}

/* ///////////////////////////////////////////////////////////////////
基本理念
/////////////////////////////////////////////////////////////////// */

.philo .rikai{
    width: 30%;
    max-width: 110px;
    display: block;
    margin: 5% auto 0;
    text-align: center;
    height: 110px;
    background: #cd483f;
    overflow: hidden;
    border-radius: 100px
}

.philo span{
    font-size: 200%;
    display: block;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 35px 0 0;
    color: #fff;
    font-family: sans-serif
}

.philo ul{
    text-align: center;
    width: 80%;
    margin: 5% auto;
}

.philo ul li{
    width: 40%;
    max-width: 110px;
    margin: 0 5%;
    text-align: center;
    height: 110px;
    overflow: hidden;
    border-radius: 100px
}

.philo ul li.chowa{
    background: #028760
}

.philo ul li.enman{
    background: #4d5aaf
}

.philo-list ul{
    width: 95%;
    margin: 10% auto 0;
}

.philo-list ul li{
    display: block;
}

.philo-list span{
    font-size: 160%;
    font-weight: bold;
    font-family: '游明朝';
    margin: 5% 0 0 ;
    display: block;
    letter-spacing: 3px;
    padding:  0 0 0 2%;
    position: relative
}

.philo-list span::after{
    position: absolute;
    content: "";
    width: 40%;
    height: 15px;
    left: 0;
    bottom: 0
}

.philo-list p{
    font-size: 110%;
    font-family: "";
    margin: 1% 0 0 3%;
    line-height: 1.7;
}

.philo-list .rikai::after{
    background: #cd483f;
    opacity: 0.3;
}

.philo-list .chowa::after{
    background: #028760;
    opacity: 0.3;
}

.philo-list .enman::after{
    background: #4d5aaf;
    opacity: 0.3;
}

/* ///////////////////////////////////////////////////////////////////
事務所案内
/////////////////////////////////////////////////////////////////// */

.company table{
    width: 98%;
    margin: 0 auto
}

.company table td{
    padding: 2% 0;
    border-bottom: solid 1px #aaa
}

.company table .wrap-1{
    text-align: center;
    font-weight: bold;
    width: 30%;
    font-size: 130%
}

.company table .name{
    width: 70%;
    font-size: 120%
}

.company table .name li{
    display: block;
    padding: 1% 0
}

.company table .name li::before{
    content: "・";
    margin-right: 5px
}

.company table tr:nth-child(odd) td {
	background: #eee;
}

.company iframe{
    border: none;
    display: block;
    width: 90%;
    height: 250px;
}

/* ///////////////////////////////////////////////////////////////////
アクセスマップ
/////////////////////////////////////////////////////////////////// */

.access span{
    font-size: 200%;
    font-weight: bold;
    font-family: "游ゴシック";
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10%;
}

/* ///////////////////////////////////////////////////////////////////
新しいお知らせ
/////////////////////////////////////////////////////////////////// */

.news{
    margin: 0;
}

.news ul{
    width: 95%;
    margin: 0 auto 3%;
    padding: 0 0 5%;
    border-bottom: solid #aaa 1px;
}

.news ul .img{
    width: 40%;
    vertical-align: middle;
}

.news ul .img img{
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 200px;
}

.news ul .text{
    vertical-align: middle;
    width: 60%;
    font-family: "游ゴシック";
}

.news ul .text .date{
    margin: 0 0 3% 2%;
    font-weight: bold;
    font-size: 70%;
}

.news ul .text .sub{
    margin: 0 0 0 1%;
    font-size: 80%;
}

.news ul .text h3{
    margin: 0;
    font-size: 16px;
    position: relative;
}

.news ul .text h3 a{
    display: block;
}

.news ul .text h3 a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin: 0 0 0 2%;
}

.news-page{
    margin: 0 auto;
}

.news-page ul{
    display: inline-block;
    width: 43%;
    text-align: center;
    padding: 4% 3%;
    vertical-align: top;
    margin: 2% 0 ;
    border-right: solid #aaa 1px;
    position: relative;
}

.news-page ul::after{
    content: "";
    position: absolute;
    border-bottom: solid 1px #aaa;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    bottom:-5%
}

.news-page ul li{
    display: block;
}

.news-page ul li img{
    width: 100%;
    object-fit: cover;
    height: 100px;
}

.news-page ul li p.date{
    font-size: 10px;
    margin: 1%;
}

.news-page ul li h3{
    font-size: 12px;
    margin: 1% 0 2%;
}

.news-page ul li a:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
}

/* ///////////////////////////////////////////////////////////////////
ムービーギャラリー
/////////////////////////////////////////////////////////////////// */
.movie ul{
    text-align: center;
}

.movie li{
    border-bottom: solid 1px #aaa;
}

.movie p{
    font-size: 1rem;
    margin: 1% 0;
}

.movie h3{
    font-size: 1.2rem;
    margin: 2% 0 ;
}


/* ///////////////////////////////////////////////////////////////////
フォトギャラリー
/////////////////////////////////////////////////////////////////// */

.photo{
    margin: 0 0 10%;
}

.photo ul{
    width: 100%;
    margin: 5% auto ;
    display: block;
    text-align: left;
}

.photo ul li{
    width: 45%;
    margin: 0 2%;
    background-image: url(../../images/bg-paper.jpg);
    background-size:cover ;
    padding: 2% 0;
    box-shadow: 5px 5px 5px #aaa;
    transition-duration: 0.3s;
    position: relative;
    text-align: center;
}

.photo ul li img{
    width: 90%;
}

.photo ul li img.icon{
    display: none;
}

.photo ul li .date{
    margin: 0;
    font-size: 10px;
}

.photo ul li h3{
    margin: 3% 0 0;
    font-family: "游ゴシック";
    font-size: 12px;
}

.photo ul li .link{
    border: solid 1px #cd483fff;
    width: 80%;
    margin: 5px auto;

}

.photo ul li .link a{
    font-family: "游ゴシック";
    font-weight: bold;
    font-size: 12px;
    color: #cd483fff;
    display: block;
    padding: 3px 0;
}

.photo ul li .link a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 5%;
    vertical-align: middle;
}

.photo ul li .iframe{
    width: 90%;
    height: 250px;
}

.photo .link-m{
    width: 70%;
    margin: 2% auto;
    text-align: center
}

.photo .link-m a{
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 3% 0 2%;
    position: relative;
    border:solid #cd483f 1px;
    color: #cd483f;
    font-family: 'UD Digi Kyokasho NK-B';
    font-weight: bold
}

.photo .link-m a:hover{
    background: #cd483f;
    color: #fff;
    transition-duration: 0.3s;
}

.photo .link-m a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    position: absolute;
    right: 8%;
}




/* ///////////////////////////////////////////////////////////////////
ムービーギャラリー
/////////////////////////////////////////////////////////////////// */

.movie ul{
    text-align: center;
}

.movie li.box{
    width: 90%;
    margin: 0 0 5%;
    padding: 5% 0;
}

/* ///////////////////////////////////////////////////////////////////
対応エリア
/////////////////////////////////////////////////////////////////// */

.area .wrap-1{
    width: 90%;
    margin:0 auto 2%;
    padding: 2% 0;
    border-bottom: solid 1px #aaa;
}

.area .wrap-1 h3{
    margin: 0 0 0 1%;
    font-size: 16px;
    color: #fff;
    background: #bb5548;
    display: inline-block;
    padding: 3px 2%;
    font-family: "游ゴシック";
}

.area .wrap-1 .link{
    display: block;
    margin: 3% 0;
}

.area .wrap-1 .link a{
    display: inline-block;
    font-size: 16px;
    font-family: "游ゴシック";
    font-weight: bold;
    padding: 0 4%;
    position: relative;
}

.area .wrap-1 .link a:hover{
    transition-duration: 0.2s;
    opacity: 0.6;
    text-decoration: underline;
}

.area .wrap-1 .link a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    position: absolute;
    left: 0;
}

.area .wrap-1 p{
    margin: 1% 0;
}


/* ///////////////////////////////////////////////////////////////////
プライバシーポリシー
/////////////////////////////////////////////////////////////////// */

.policy{
    margin: 0 0 10%;
}

.policy p{
    width: 95%;
    margin: 0 auto;
}

/* ///////////////////////////////////////////////////////////////////
お問い合わせフォーム
/////////////////////////////////////////////////////////////////// */

#contact .wrap-1{
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0 3%;
}

#contact .wrap-1 span{
    font-size: 150%;
    font-family: "游明朝";
    font-weight: bold;
    letter-spacing: 2px;
    color: #ec4100;
    margin: 0 0 3%;
    display: inline-block
}

#contact .wrap-1 p{
    font-family: "";
    font-size: 100%;
    margin: 0;
    line-height: 1.8
}

#contact .caution{
    display: block;
    width: 90%;
    margin: 2% auto 0;
    font-size: 90%
}


#contact .form-group{
    width: 95%;
    border-collapse: collapse;
    margin: 0 auto;
    border-bottom: solid 1px #d9d9d9
}

#contact .form-group .gray{
	background: #f8f8f8;
}

#contact .form-group td{
    border-top: solid 1px #d9d9d9;
    letter-spacing: 1.2px;
    padding: 3% 0
}

#contact .name{
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1.5;
    width: 40%;
    padding: 0 1em;
    text-align: center;
    font-size: .8rem
}

#contact .name font{
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 110%
}

#contact .form-group .name span{
    color: red;
    font-size: 70%;
    font-weight: 500;
}


#contact .form-control{
    line-height: 2;
    margin: 0;
    padding: 0 15px;
    border:solid 1px #c8c8c8c8;
}

#contact .form-control.form-2{
    width: 80%;
    margin: 0
}

#contact .form-control.form-3{
    padding: 10px 15px;
    width: 80%
}

#contact .form-content-1 ul li{
    margin-right: 4%
}

#contact .form-content-2 select{
    width: 90%;
    text-align: center;
    padding: 1% 2%;
    margin: 0 3% 0
}


#contact .bottom-text{
    text-align: center;
    line-height: 2;
    letter-spacing: 2px;
    font-size:110%;
}

#contact .bottom-text span{
    font-weight: bold;
    color: #c18a4d;
}


#contact .last{
    text-align: center;
    margin: 5% 0 0;
    font-size: 120%;
    font-weight: bold;
    color: #cd483f
}

.contact-btn{
    display: block;
    width: 80%;
    padding: 1% 0;
    box-shadow: 1px 1px 3px gray;
    border: none;
    margin: 3% auto 5%;
    font-size: 130%;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    background: #bb5548;
    cursor: pointer;
    font-family: '游ゴシック'
}

.contact-btn:hover{
    box-shadow: none;
    border: none;
    transition-duration: 0.3s;
    transform: translateY(3px);
    opacity: .6
}


#contact .left-link{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 0% 2% ;
    margin: 0 auto;
    width: 80%;
}

#contact .left-link::before{
    position: absolute;
  content: '';
  bottom: -3px;
  right: 0px;
  width: 100%;
  border-bottom: solid 3px #e49e60ff;
}

#contact .left-link::after{
    position: absolute;
  content: '';
  bottom: -3px;
  right: -5px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent;
  border-bottom: solid 15px #e49e60ff;
}

#contact .left-link:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
}

#contact .left-link:hover::after{
    right: -17px;
    transition-duration: 0.5s;
}

#contact .left-link:hover::before{
    right: -15px;
    transition-duration: 0.5s;
}


.alert-success{
    font-size:230%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: red;
    padding: 5% 0;
    margin-bottom: 1em
}

.alert-danger{
    font-size:230%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: blue;
    padding: 5% 0;
    margin-bottom: 1em
}

/* ///////////////////////////////////////////////////////////////////
サンクスページ
/////////////////////////////////////////////////////////////////// */
.thanks h1{
    background-color: #bb5548;
    color: #fff;
    padding: 2% 0 2.1%;
    font-size: 2rem;
}

.thanks p{
    font-size: 1.1rem;
    font-weight: 500;
}