@media screen and (min-width: 1200px){
/* ///////////////////////////////////////////////////////////////////
見出し
/////////////////////////////////////////////////////////////////// */

h2.alk{
    text-align: center;
    font-family: "游ゴシック";
    font-size: 1.7vw;
    letter-spacing: 2px;
    background-position: 56%;
    color: #cd483fff;
}

h2.alk p::after{
    position: absolute;
    content: "";
    width: 10%;
    height: 1px;
    background: #cd483fff;
    right: 0;
    left: 0;
    margin: auto;
    top:0
}

h2.alk p{
    margin: 5px 0 0;
    padding:  5px 0 0;
    font-family: "游明朝";
    font-size: 80%;
    letter-spacing: 1px;
     position: relative
}

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


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

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

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

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

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

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

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

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

#price .title .money{
    width: 57%;
    vertical-align: middle;
    padding: 0 0 0 2%
}

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

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

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

#price h4{
    margin: 3% 0 1% 10%;
    font-size: 140%;
    display: inline-block;
}

#price h4::before{
    content: "・";
}

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

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

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

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

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

#price .link a{
    display: inline-block;
    width: 35%;
    margin: 2% auto 0 60%;
    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 .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 .link a::after{
    color: #e49e60ff
}

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



#price .price-web .title .name{
    background: #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
}

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

#web.trial .intro{
    margin: 0 0 5%;
}

#web.trial .intro .left{
    text-align: left;
    width: 100%;
    margin:0;
    display: inline-block;
}

#web.trial .expl ul{
    text-align: center;
    margin: 0 0 5%;
}

#web.trial .expl li{
    vertical-align: middle;
}

#web.trial .expl .img{
    display: inline-block;
    width: 40%;
}

#web.trial .expl .img img{
    width: 90%;
}

#web.trial .expl .text{
    display: inline-block;
    width: 60%;
    text-align: left;
}

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

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

#web.trial .trial-content .side{
    width: 40%;
    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{
    width: 12%;
}

#web.trial .trial-content p{
    width: 60%;
    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: 30%;
    margin: 2% auto 5%;
    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{
    display: block;
    margin: 5% auto 0;
    text-align: center;
    background: #cd483f;
    border-radius: 100px;
    height: auto;
    padding: 6.5% 3%;
}

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

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

.philo ul li{
    margin: 0 10%;
    text-align: center;
    height: auto;
    overflow: hidden;
    border-radius: 100px;
    padding: 6.5% 3%;
}

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

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

.philo-list ul{
    width: 80%;
    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: 20%;
    height: 15px;
    left: 0;
    bottom: 0
}

.philo-list p{
    font-size: 100%;
    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: 90%;
    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: 350px;
}

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

.link-intro{
    text-align: center;
}

.link-intro h3{
    font-size: 150%;
    position: relative;
}

.link-intro h3::before{
    position: absolute;
    content: "";
    width: 20%;
    max-width: 250px;
    height: 10px;
    background: #cd483fff;
    opacity: 0.2;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0
}

.link-intro p{
    font-size: 110%
}

.link-intro .btn{
    display: block;
    width: 20%;
    max-width: 250px;
    margin: 3% auto;
}

.link-intro .btn a{
    border: solid 1px #cd483fff;
    font-size: 120%;
    color: #cd483fff;
    font-weight: bold;
    display: block;
    padding: 4% 0;
    font-family: 'UD Digi Kyokasho NK-B';
    position: relative;
    overflow: hidden;
    z-index: 10
}

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

.link-intro .btn a::before{
    position: absolute;
  top: 0;
  left: -3%;
  width: 103%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-95%);
  transform: translateX(-95%);
  background: #cd483f;
    border: solid 1px #cd483fff;
    z-index: -1
}

.link-intro .btn a:hover::before{
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.link-intro .btn a:hover{
    color: #fff;
    transition-duration: 0.5s;
}


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

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

.link li{
    display: block;
    padding: 1% 0;
}

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

.link li a::before{
    content: "・";
    margin: 0 1% 0 0
}

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

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

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


/* ///////////////////////////////////////////////////////////////////
最新のお知らせ
/////////////////////////////////////////////////////////////////// */

.news{
    margin: 0 0 5%;
}

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

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

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

.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: 14px;
}

.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 ul .text h3 a:hover {
    color: #aaa;
    text-decoration: none;
    opacity: 0.6;
    transition-duration: 0.3s;
}

.news ul a img:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
    transform: translateY(-3px);
}

.news-page{
    text-align: center;
    margin: 0 auto;
}

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


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

.news-page ul .img{
    width: 100%;
}

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

.news-page ul li p.date{
    font-size: 14px;
}

.news-page ul li h3{
    font-size: 16px;
}

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

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

.movie li{
    border-bottom: none;
    width: 45%;
    display: inline-block;
}

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

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

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

.photo ul{
    width: 90%;
    margin: 3% auto 5%;
    display: block;
    text-align: center;
}

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

.photo ul li img:hover{
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    transform: translateY(-5px);
    transition-duration: 0.5s;
    opacity: 0.7;
  }

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

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

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

.photo ul li h3 a:hover{
    transition-duration: 0.2s;
    color: #bb5548;
}

.photo ul li .icon{
    position: absolute;
    width: 12%;
    right: 0;
    top:-10px;
    border: none;
    display: block;
}

.photo .link-m{
    width: 40%;
    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%;
}


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

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

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

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

.area .wrap-1 .link a{
    display: inline-block;
    font-size: 16px;
    font-family: "游ゴシック";
    font-weight: bold;
    padding: 0 2%;
    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 p{
    width: 80%;
    margin: 0 auto 3%;
    line-height: 2
}

.policy ol{
    width: 80%;
    margin: 0 auto;
}

.policy ol li{
    font-size: 110%;
    letter-spacing: 2px;
    line-height: 2
}


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

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

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

#contact .wrap-1 p{
    font-family: "";
    font-size: 110%
}

#contact .caution{
    display: block;
    width: 80%;
    margin: 2% auto 0;
}


#contact .form-group{
    width: 90%;
    max-width: 1280px;
    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: 2.5;
    width: 40%;
    padding: 0 1em;
    text-align: center;
    font-size: 110%
}

#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: 30%;
    text-align: center;
    padding: 1% 2%
}


#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: 140%;
    font-weight: bold;
    letter-spacing: 2px;
    color: #cd483f
}

.contact-btn{
    display: block;
    width: 35%;
    padding: 1% 0;
    box-shadow: 1px 1px 3px gray;
    border: none;
    margin: 3% auto;
    font-size: 160%;
    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;
    letter-spacing: 2px;
    position: relative;
    padding: 0 2% 1%;
    margin: 0 0 5% auto;
    width: 50%;
}

#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 h1 .pc{
    display: none;
}

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

}