@charset "utf-8";

body {
    -webkit-text-size-adjust: 100%;
}

.container {
	margin: 20px auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1200px;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/************************************

@ header

************************************/

header {
    /*margin:15px 0 20px;*/
    height: 105px;
    border-bottom: 1px solid #4787c7;
}

.header-line {
  background-color:#4787c7;
  height: 10px;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-inner ul li {
  display: inline;
  margin-right: 20px;
}

.header-inner ul li a {
  text-decoration: none;
}


wrapper {
}

h1 {
  font-size: :20px;
  font-weight: 600;
  color:#4787c7;
  letter-spacing: 0.2em;
  width:300px;
}
/************************************

@ main

************************************/
main {
    width:1200px;
    margin:30px auto;
    border-bottom:1px solid #ddd;
    padding-bottom:40px;
}

main h2 {
  font-weight: 600;
  font-size:1.25em;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

main .contents {
    width:800px;
    margin:0 auto;
    float:left;
}

main .contents .inner-box {
    border-top:1px solid #ddd;
    padding-top:10px;
    margin-top:10px;
}

main .contents .inner-box p {
    line-height:1.8;
}

main .contents .inner-box h3 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  margin: 20px 0;
  font-weight: 600;
}

main .contents .inner-box h3:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

main .sidebar {
    width:300px;
    margin:0 auto;
    float:left;
    background: #F7F7F7;
    margin-left: 40px;
}

main .sidebar h3 {
  font-size:1.25em;
  padding:5px 0px;
  border-bottom: 3px solid #7db4e6;
  font-weight: 600;
  width:95%;
  margin:0 auto;
}

main .sidebar ul {
  width:95%;
  margin:5px auto;
}

main .sidebar ul li {
  padding:5px 0px;
}

main .sidebar ul li a {
  text-decoration: none;
  display: inline-block;
  transition: .3s;
position: relative;
}

main .sidebar ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #31aae2;
  transition: .3s;
  transform: translateX(-50%);
}

main .sidebar ul li a:hover::after {
  width: 100%;
}

.marker-pink {
background: linear-gradient(transparent 60%, #ffd6ff 0%);
}

/************************************

@ top

************************************/
#top {
    width: 100%;
/*    height: 598px;*/
/*    height:620px;*/
    margin: 0 auto;
    text-align:center;
    /*background-image:url("../img/top_bg.jpg");
    background-repeat: no-repeat;  */
}


/************************************

@ service

************************************/
#service {
    /*width: 100%;*/
    width: 1000px;
    margin: 0 auto;
}

#service h2 {
    font-size:26px;
    text-align:center;
    letter-spacing: 0.08em;
    margin:25px 0;
    color:#222;
}

#service h3 {
    font-size: 22px;
    line-height: 40px;
    color: #1c69c6;
    margin: 2px 2px 15px;
    font-weight: 600;
}

#service h3 img {
    width: 60px;
    height: 40px;
    margin-right: 10px;
}

#service p {
    /*text-align:center;*/
    font-size:14px;
}

#service p.service-ttl {
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
    font-style: normal;
    font-weight: 100;
    margin: 16px 0;
    color:#000;
}

.service-left {
    width: 431px;
    display:inline-block;
    float:left;
    margin:25px 0;
}
/*
.service-left p {
    font-size: 18px;
    text-align:left !important;
    width : 500px;
    margin:10px;
}
*/

.service-left p.time {
    text-align:right !important;
    margin:0;
    width:330px;
    display:inline-block;
}
/*
.service-left img {
    width:431px;
    height:325px;
    object-fit:contain;
}
*/
.service-right {
    width: 455px;
    display:inline-block;
    float:right;
    margin:25px 0;
}
/*
.service-right p {
    font-size: 18px;
    margin:10px;
    width : 500px;
    text-align:left !important;
}
*/


.service-right p.time {
    text-align:right !important;
    margin:0;
    width:330px;
    display:inline-block;
}

.service-right p span {
    color:#ff0000;
}
/*
.service-right img {
    width:431px;
    height:325px;
    object-fit:contain;
}
*/
.service-left p.txt-right,  .service-right p.txt-right{
    text-align:right;
}

.service-desc {
    height:70px;
    width:96%;
    margin: 10px auto 0;
}

.service-img {
    width:455px;
    height:257px;
    object-fit:contain;
}
.more-btn{
    text-align:center;
    margin:0;
}
.more-btn a{
    padding:6px 20px;
    display:inline-block;
    border:solid 1px #888;
    color:#222;
    font-size:11px;
    text-decoration:none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#service-inner {
    text-align:center;
}

.service-box {
    margin:30px 0;
    padding:20px 0;
    border-top:1px solid #ccc;
}

.service-image {
    float:left;
    width:48%;
    margin:0 1%;
}

.service-note {
    float:left;
    width:42%;
    padding-top:5%;
    margin:0 1% 0 5%;
    text-align:left;
}

.service-note p {
    line-height:1.3;
}

.service-note p.ttl {
    font-size:1.2em !important;
    padding-bottom:3%;
}

.service-note p.price {
    padding-top:3%;
}

.service-note p.price span {
    font-size:1.2em;
}

/************************************

@ infomation

************************************/
#infomation {
    width: 1000px;
    margin: 10px auto;
}

#infomation h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 20px;
    color: #1c69c6;
}

#infomation ul {
    padding:10px 0 20px;
}

#infomation li {
    width: 435px;
    display: table-cell;
    padding : 10px 30px;
    vertical-align: top;
}

/************************************

@contact

************************************/
#contact {
    width:800px;
    margin: 50px auto;
}

#contact h2 {
    font-size:26px;
    text-align:center;
    letter-spacing: 0.08em;
    margin:25px 0;
    color:#222;
}

#contact p {
/*    margin: 10px 0;*/
}

.form-elem-block {
    width: 720px;
    margin: 0 auto;
    padding: 0 0 35px;
}

.formtype-1 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px #DDD solid;
    background: #FAFAFA;
    color: #000000;
    margin: 0 0 8px;
}

.formtype-3 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px #ccc solid;
    min-height: 80px;
    width: 480px;
    max-width: 480px;
    font-size: 18px;
    margin: 0 0 8px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.input-form {
    float: left;
    width: 350px;
    padding: 10px;
    font-size: 14px;
}

.txt-block {
    margin: 0 0 15px;
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
}

.form-elem-ttl{
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    margin: 6px 25px 0 0;
    float: left;
    width: 120px;
    text-align: right;
}

.pink {
    color: #ff4a81;
}

.form-elem-value{
	line-height: 1.5;
    padding: 0;
    font-size: 18px;
    word-wrap: break-word;
    width: 495px;
    display: block;
    float: left;
}

.txt {
    padding: 0 0 2px;
    margin: 0 25px 0 0;
    line-height: 1.4;
    width: 190px;
    float: left;
    text-align: right;
    font-size: 15px;
}

#submit-btn {
    width: 320px;
    margin: 10px auto 20px;
    padding: 16px 0;
    line-height: 1.7;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    background: -moz-linear-gradient( center top, #31d3b6 5%, #26b59b 100% );
    background: -ms-linear-gradient( top, #31d3b6 5%, #26b59b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31d3b6', endColorstr='#26b59b');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #31d3b6), color-stop(100%, #26b59b) );
    background-color: #26b59b;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.btn-0 {
    color: #FFFFFF;
    width: 230px;
    font-size: 18px;
    display: block;
    margin: 0 auto 10px;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.7;
    background: #ff4a81;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}

.btn-1 {
    color: #111;
    background: #F0F0F0;
    font-size: 16px;
    display: block;
    width: 300px;
    margin: 0 auto 10px;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

/************************************

@company

************************************/
#company {
    margin: 50px auto;
}

#company-inner {
    width: 100%
    margin: 0 auto;
}


#company-note {
    width: 900px;
    margin: 0 auto 40px;
}

.company-note-sp {
    display:none;
}

.company-note-pc {
    display:block;
}

#company h2 {
    font-size: 26px;
    text-align: center;
    margin: 25px 0;
    color: #222;
}

#company-note p {
    /*text-align:right;*/
    color:#777;
}

#company-note table {
    border-collapse: separate;
    border-top: 1px solid #d6ceb4;
    color:#777;
    width:900px;
    margin: 20px 0;
}

#company-note table tr {
    vertical-align: top;
}

#company-note table tr th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d6ceb4;
    background-color: #faf8f5;
    width:200px !important;

    color: #777;
    /*color: #13131e;*/
    font-weight: bold;
    vertical-align: inherit;
    width: 9em;
    padding: 1rem;
}

#company-note table tr td {
    border-bottom: 1px solid #d6ceb4;
    vertical-align: inherit;
    padding: 1rem;
    padding: 1.2rem 1.5rem;
}


/************************************

@party

************************************/
#party {
    margin: 50px auto;
}

#party-inner {
    width: 100%
    margin: 0 auto;
}


#party-note {
    width: 900px;
    margin: 0 auto 40px;
}

#party h2 {
/*
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0;
    color: #26b59b;
*/
font-size: 26px;
    text-align: center;
    margin: 25px 0;
    color: #222;
}

#party h3 {
    font-size:18px;
    text-align:center;
    margin:20px 0;
    border-bottom:1px solid #26b59b;

}

#party-note p {
    /*text-align:right;*/
    color:#777;
}

#party-note ul li {
    color: #777;
}

#party-note table {
    border-collapse: separate;
    border-top: 1px solid #d6ceb4;
    color:#777;
    width:900px;
    margin: 20px 0;
}

#party-note table tr {
    vertical-align: top;
}

#party-note table tr th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d6ceb4;
    background-color: #faf8f5;
    width:200px !important;

    color: #777;
    /*color: #13131e;*/
    font-weight: bold;
    vertical-align: inherit;
    width: 9em;
    padding: 1rem;
}

#party-note table tr td {
    border-bottom: 1px solid #d6ceb4;
    vertical-align: inherit;
    padding: 1rem;
    padding: 1.2rem 1.5rem;
}

.flow {
   margin: 10px auto;
   width:700px;
}

.flow p.flow-ttl {
   font-size:21px;
   color:#26b59b !important;
}

.flow ul li {
   font-size:21px;
}


/************************************

@ access

************************************/
#access {
    padding: 20px 0;
}

#access-inner {
    width: 100%;
    margin: 0 auto;
}

#access-note {
    width: 1000px;
    margin: 0 auto 40px;
}

#access-note p {
    color:#777;
}

#access-note-map, #access-note-addr {
    display:inline-block;
}

#access-note-addr {
    vertical-align: top;
    margin:100px 20px 0;
}

#access h2 {
    font-size: 26px;
    text-align: center;
    margin: 25px 0 35px;
    color: #222;
}

#access-img {
    width: 400px;
    display:table-cell;
}

#access-img p {
    padding-top:10px;
    text-align:center;
}

#access-desc {
    width: 500px;
    display:table-cell;
    padding-left:60px;
    vertical-align:middle;
}

#access-desc p {
    line-height:1.8;
}

/************************************

@concept

************************************/
#concept {
    /*background-image: url("../img/concept/concept-bg.jpg");*/
    width: 980px;
    margin:50px auto;
    /*padding:30px;
    background-repeat: no-repeat;*/
}

#concept h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0;
    color: #1c69c6;
}

#concept p {
    color:#000;
    line-height:1.8em;

}

#concept li {
display: inline-block;
    margin: 30px 11px 20px;
    width:219px;
}

#concept li img {
    width:100%;
}

/************************************

@message

************************************/
#message {
    width: 100%;
    padding:50px 0;
    background-color: #f7f8fa;
}

#message-area {
    width: 980px;
    margin: 0 auto;
}

#message h2 {
    font-size: 26px;
    text-align: center;
    margin: 5px 0;
    color: #222;
}

#message p {
    line-height:1.6em;
    color:#796D55;
}

/************************************

@recruit

************************************/
#recruit {
    width: 100%;
    padding:50px 0;
    background-color: #f7f8fa;
}

#recruit-area {
    width: :980px;
    margin: 0 auto;
}

#recruit h2 {
    font-size: 26px;
    text-align: center;
    margin: 5px 0;
    color: #222;
}

#recruit p {
    line-height:1.6em;
    color:#796D55;
}

#recruit p.date {
    text-align:right;
    font-size:0.8em;
}

#recruit p.recruit-img {
    width:700px;
    margin:40px auto;
}

#recruit hr {
    border: none;
    border-bottom: 1px dotted #796D55;
    margin: 15px 0 20px;
}



/************************************

@blog

************************************/
#sidebar {
    width: 200px;
    margin:50px auto;
    display: table-cell;
}

#sidebar p {
    font-size: 0.8em;
    padding: 15px 0 10px;

}

#sidebar ul {
}

#sidebar ul li {
    font-size:0.8em;
    border-bottom:1px dotted #333;
    padding:5px 2px;
}

/************************************

@service

************************************/
#service {
    /*background-image: url("../img/concept/concept-bg.jpg");*/
    width: 980px;
    margin:50px auto;
    /*padding:30px;
    background-repeat: no-repeat;*/
}

#service h2 {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.08em;
    margin: 25px 0;
    color: #222;
}

#service p {
    color:#888888;
    line-height:1.8em;

}

#service li {
display: inline-block;
    margin: 30px 11px 20px;
    width:218px;
}

#service li img {
    width:100%;
}

/************************************

@menu

************************************/
#menu {
    width: 980px;
    margin:50px auto;
}

#menu h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0;
    color: #1c69c6;
}

#menu h3 {
    font-size: 22px;
    color:#796D55;
    text-align: center;
    margin: 25px 0 15px;
}

#menu p {
    color:#000;
    line-height:1.8em;

}

#menu p.menu-ttl {
     text-align: center;
     color:#796D55;
}

#menu li {
    display: inline-block;
    margin: 20px 11px;
    width:450px;
}

#menu li p.photo {
    width: 150px;
    display: inline-block;
}

#menu li p.menu {
    display: inline-block;
    vertical-align: top;
    width: 270px;
}

#menu li p span {
    text-align:right;
    display:inline-block;
    width:100%;
    color:#796D55;
}

/************************************

@english

************************************/
#english {
    /*background-image: url("../img/concept/concept-bg.jpg");*/
    width: 980px;
    margin:50px auto;
    /*padding:30px;
    background-repeat: no-repeat;*/
}

#english h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0;
    color: #1c69c6;
}

#english h2.time {
    margin:25px 0 0;
}

#english h3 {
    color: #1c69c6;
    font-size: 1.2em;
    font-weight: 600;
}

#english p {
    color:#000;
    line-height:1.8em;
}

#english p.open-time {
    color:#796D55;
    text-align:center;
}

#english li {
display: inline-block;
    margin: 30px 11px 20px;
    width:218px;
}

#english li img {
    width:100%;
}

/************************************

@form

************************************/
#form {
    width: 980px;
    margin:50px auto;
}

#form h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0;
    color: #1c69c6;
}

#form p {
    color:#000;
    line-height:1.8em;
}

#form li {
    display: inline-block;
    margin: 30px 11px 20px;
}



/************************************

@footer

************************************/
footer {

}

footer a {
    text-decoration: none;
}

footer .inner {
    width: 1200px;
    margin: 20px auto 30px;
}

footer .inner .inner-box1 {
    width:345px;
    display: inline-block;
    padding-right: 90px;
    /*text-align: right;*/
    /*padding-left: 390px;*/
}

footer .inner .inner-box1 p.company-ttl {
  font-weight: 600;
    color: #4787c7;
    letter-spacing: 0.2em;
    font-size:18px;
}

footer .inner .inner-box1 .company-addr {
    margin-top:20px;
}


footer .inner .inner-box1 ul {
}

footer .inner .inner-box1 ul li {
/*
    display: inline-block;
    padding: 30px 20px 10px;
    width:108px;
*/
    display: inline-block;
    padding: 0px 10px ;
    margin:20px 0;
    width: 99px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

footer .inner .inner-box1 ul li+li {
  border-left: 0;
  border-right: 1px solid #ccc;
}

footer .inner2 {
    background: #4787c7;
}

footer .inner2 p {
    font-size:12px;
    color: #FFF;
    text-align:center;
    padding: 15px;
}

footer .inner .inner-box2 {
  width:505px;
  display: inline-block;
    vertical-align: top;
}

footer .inner .inner-box2 ul li {
    display: inline-block;
    padding: 10px 15px ;
    vertical-align: top;
    width:200px;
}

footer .inner .inner-box2 ul li ul, footer .inner .inner-box2 ul li ul li {
    display: block;
    padding: 0px 10px 10px;
    margin:0;
}

footer .inner .inner-box2 ul li ul li.submenu {
    margin:0 0 0 10px;
}
/*--------------------------------------------------

@max-width 768px

--------------------------------------------------*/
@media screen and (max-width: 768px) {
    header {
        padding:5px 0;
        background:#fff;
        #background:#4787c7;
        height:60px;
    }

    h1 {
       padding-top: 0px;
    }

    .header-inner ul {
        display:none;
    }

    main {
    width: 98%;
    margin: 10px auto;
    }

    main .contents {
       width:98%;
       margin:0px auto;
    }

    main .contents .inner-box {
       width:98%;
       margin:10px auto;
    }

    main .sidebar {
       width:100%;
       margin:10px auto;
    }



    .container {
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }

    .header-contact {
        display:none;
    }

    /************************************

    @ top

    ************************************/
    #top {
        width: 100%;
        height:400px !important;
        margin: 0 auto;
        text-align:center;
        /*background-image:url("../img/top_bg.jpg");
        background-repeat: no-repeat;  */
    }

    #top-movie-info {
        top:135px !important;
    }

    #top-movie-text {
        font-size:2em !important;
    }


    /************************************

    @ service

    ************************************/
    #service {
        /*width: 100%;*/
        width: 95%;
        margin: 8% auto;
    }

    #service h2 {
        font-size:22px;
        text-align:center;
        letter-spacing: 0.08em;
        margin:3% 0;
        color:#222;
    }

    #service h3 {
        font-size: 22px;
        line-height: 30px;
        color: #1c69c6;
        margin: 2px 2px 10px;
        font-weight: 600;
    }

    #service h3 img {
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }

    #service p {
        /*text-align:center;*/
        font-size:14px;
    }

    .service-left {
        width: 100%;
        display:block;
        float:none;
        margin:25px 0;
    }
/*
    .service-left p {
        font-size: 16px;
        text-align:left !important;
        width : 500px;
        margin:10px;
    }
*/


    .service-left p.time {
        text-align:right !important;
        margin:0;
        width:35%;
        display:inline-block;
    }

    .service-left img {
        width:100%;
        height:auto;
        object-fit:contain;
    }

    .service-right {
        width: 100%;
        display:block;
        float:none;
        margin:25px 0;
    }
/*
    .service-right p {
        font-size: 18px;
        margin:10px;
        width : 500px;
        text-align:left !important;
    }
*/


    .service-right p.time {
        text-align:right !important;
        margin:0;
        width:35%;
        display:inline-block;
    }

    .service-right p span {
        color:#ff0000;
    }

    .service-right img {
        width:100%;
        height:auto;
        object-fit:contain;
    }
    .service-left p.txt-right,  .service-right p.txt-right{
        text-align:right;
    }

    .service-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .more-btn{
        text-align:center;
        margin:40px 0 20px !important;
    }
    .more-btn a{
        padding:6px 20px;
        display:inline-block;
        border:solid 1px #888;
        color:#222;
        font-size:11px;
        text-decoration:none;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

          #service-inner {
              text-align:center;
          }

          .service-box {
              margin:30px 0;
          }

          .service-image {
              float:left;
              width:98%;
              margin:0 1%;
          }

          .service-note {
              float:left;
              width:98%;
              padding-top:5%;
              margin:0 1%;
              text-align:left;
          }

          .service-note p {
              line-height:1.3;
          }

          .service-note p.ttl {
              font-size:1.2em !important;
              padding-bottom:3%;
          }

          .service-note p.price {
              padding-top:3%;
          }

          .service-note p.price span {
              font-size:1.2em;
          } 


    /************************************

    @ infomation

    ************************************/
    #infomation {
        width: 100%;
        margin: 10px auto;
    }

    #infomation h2 {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        margin: 20px 0 15px;
        color: #1c69c6;
    }

    #infomation ul {
        padding:0px 0 10px;
    }

    #infomation li {
        width: 95%;
        display: block;
        padding : 10px 2%;
        vertical-align: top;
    }

    #infomation li img {
        width:100%;
    }


    /************************************

    @party

    ************************************/
    #party {
        margin: 8% auto;
    }

    #party-inner {
        width: 100%
        margin: 0 auto;
    }


    #party-note {
        width: 90%;
        margin: 3% auto ;
    }

    #party h2 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin: 3% 0;
        color: #1c69c6;
    }

    #party h3 {
        font-size:18px;
        text-align:center;
        margin:3% 0;
        border-bottom:1px solid #26b59b;

    }

    #party-note p {
        /*text-align:right;*/
        color:#777;
        font-size:14px;
    }

    #party-note ul li {
        font-size:14px;
    }

    #party-note table {
        border-collapse: separate;
        border-top: 1px solid #d6ceb4;
        color:#777;
        width:100%;
    }

    #party-note table tr {
        vertical-align: top;
    }

    #party-note table tr th {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #d6ceb4;
        background-color: #faf8f5;
        color: #777;
        /*color: #13131e;*/
        font-weight: bold;
        vertical-align: inherit;
        width: 100% !important;
        padding: 0.5rem 0;
        display:block;
    }

    #party-note table tr td {
        border-bottom: 1px solid #d6ceb4;
        vertical-align: inherit;
        padding: 0.5rem 0;
        display:block;
    }

    .flow {
         margin: 10px 0;
         width:100%;
    }

    /************************************

    @ access

    ************************************/
    #access {
        padding:0px;

    }

    #access-inner {
        width: 100%;
        margin: 8% auto;
    }

    #access-note {
        width: 95%;
        margin: 0 auto 40px;
    }

    #access-note p {
        color:#777;
    }

    #access-note-map, #access-note-addr {
        display:block;
        text-align:center;
    }

    #access-note-addr {
        vertical-align: top;
        margin:10px 20px 0;
    }

    #access h2 {
        font-size: 22px;
        text-align: center;
        margin: 3% 0 4%;
        color: #222;
    }

    #access-img {
        width: 90%;
        display:table-cell;
    }

    #access-img p {
        padding-top:10px;
        text-align:center;
    }

    #access-desc {
        width: 500px;
        display:table-cell;
        padding-left:60px;
        vertical-align:middle;
    }

    #access-desc p {
        line-height:1.8;
    }

    /************************************

    @concept

    ************************************/
    #concept {
        width: 95%;
        margin:8% auto;
    }

    #concept h2 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin: 3% 0;
        color: #1c69c6;
    }

    #concept p {
        color:#000;
        line-height:1.6em;

    }

    #concept li {
        display: inline-block;
        margin: 5% 2% ;
        width:44%;
    }

    #concept li img {
        width:100%;
    }

    /************************************

    @message

    ************************************/
    #message {
        width: 100%;
        margin:4% auto;
        padding:25px 0;
    }

    #message-area {
    width: 90%;
    margin: 0 auto;
    }

    #message h2 {
        font-size: 22px;
        text-align: center;
        margin: 3% 0;
        color: #222;
    }

    #message p {
    line-height:1.6em;
    color:#796D55;
    }

    /************************************

    @information

    ************************************/
    #recruit {
        width: 100%;
        margin:4% auto;
        padding:25px 0;
    }

    #recruit h2 {
        font-size: 22px;
        text-align: center;
        margin: 3% 0;
        color: #222;
    }

    #recruit p {
        line-height:1.6em;
        color:#796D55;
    }

    #recruit p.date {
        text-align:right;
        font-size:0.8em;
    }

    #recruit p.recruit-img {
        width:98% !important;
        margin: 40px auto;
    }

    #recruit hr {
        border: none;
        border-bottom: 1px dotted #796D55;
        margin: 15px 0 20px;
    }


    #recruit li {
        display: inline-block;
        margin: 5% 2% ;
        width:44%;
    }

    #recruit li img {
        width:100%;
    }




    /************************************

     @blog

    ************************************/
    #sidebar {
        width: 100%;
        margin:50px auto;
        display: block;
    }

    #sidebar p {
        font-size: 0.8em;
        padding: 15px 0 10px;
    }

    #sidebar ul {
    }

    #sidebar ul li {
        font-size:0.8em;
        border-bottom:1px dotted #333;
        padding:5px 2px;
    }


    /************************************

    @service

    ************************************/
    #service {
        /*background-image: url("../img/concept/concept-bg.jpg");*/
        width: 95%;
        margin:8% auto;
    }

    #service h2 {
        font-size: 22px;
        text-align: center;
        letter-spacing: 0.08em;
        margin: 3% 0;
        color: #222;
    }

    #service p {
        color:#000;
        line-height:1.8em;

    }
/*
    #service li {
    display: inline-block;
        margin: 30px 11px 20px;
    }
*/
    #service li {
        display: inline-block;
        margin: 5% 2% ;
        width:44%;
    }

    #service li img {
        width:100%;
    }


    /************************************

    @menu

    ************************************/
    #menu {
        width: 95%;
        margin:8% auto;
    }

    #menu h2 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin: 3% 0;
        color: #1c69c6;
    }

    #menu h3 {
        font-size: 18px;
        color:#796D55;
        text-align: center;
        margin: 3% 0;
    }

    #menu p {
        color:#000;
        line-height:1.6em;
    }

    #menu p.menu-ttl {
         text-align: center;
    }

    #menu li {
        display: inline-block;
        margin: 3% 2%;
        width:96%;
    }

    #menu li p.photo {
        width: 30%;
        display: inline-block;
    }

    #menu li p.menu {
        display: inline-block;
        vertical-align: top;
        width: 65%;
    }

    #menu li p span {
        text-align:right;
        display:inline-block;
        width:100%;
        color:#796D55;
    }


    /************************************

    @english

    ************************************/
    #english {
        width: 95%;
        margin:8% auto;
    }

    #english h2 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin: 3% 0;
        color: #1c69c6;
    }

    #english h3 {
        color: #1c69c6;
        font-size: 1.2em;
        font-weight: 600;
    }

    #english p {
        color:#000;
        line-height:1.8em;

    }
/*
    #english li {
    display: inline-block;
        margin: 30px 11px 20px;
    }
*/
    #english li {
        display: inline-block;
        margin: 5% 2% ;
        width:44%;
    }

    #english li img {
        width:100%;
    }

      /************************************

      @contact

      ************************************/
      #contact {
          width:100%;
          margin: 20px auto;
      }

      #contact h2 {
          font-size:26px;
          text-align:center;
          letter-spacing: 0.08em;
          margin:25px 0;
          color:#222;
      }

      #contact p {
      /*    margin: 10px 0;*/
      }

      .form-elem-block {
          width: 95%;
          margin: 0 auto;
          padding: 0 0 35px;
      }

      .formtype-1 {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          border: 1px #DDD solid;
          background: #FAFAFA;
          color: #000000;
          margin: 0 0 8px;
      }

      .formtype-3 {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          border: 1px #ccc solid;
          min-height: 80px;
          width: 480px;
          max-width: 480px;
          font-size: 18px;
          margin: 0 0 8px;
          font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      }

      .input-form {
          width: 90%;
          padding: 10px 5%;
          font-size: 16px;
      }

      .txt {
          text-align: left;
          font-weight: 600;
          font-size: 14px;
          color: #4C4C4C;
          float: none;
          width: 100%;
      }


     .form-elem-ttl{
          float: none;
          text-align: center;
          width: 100%;
          font-size: 13px;
          line-height: 1.5;
      }

      .form-elem-value{
         float: none;
         text-align: center;
         width: 100%;
      }


    /************************************

    @company

    ************************************/
    #company-note {
        width: 100%;
    }

    .company-note-pc {
        display:none !important;
    }

    .company-note-sp {
        display:block !important;
    }

    #company-note table {
        width: 100%;
        font-size:0.9em;
    }

    #company-note table tr th, #company-note table tr td {
        width:94% !important;
        display:block;
        padding:1rem 3%;
    }

    /************************************

    @footer

    ************************************/
    footer {

    }

    footer a {
        text-decoration: none;
    }

    footer .inner {
        width: 100%;
        margin: 0 auto 30px;
    }

    footer .inner .inner-box1 {
        /*text-align: right;*/
        padding-left: 3%;
        width:97%;
        display:block;
        padding-right:0px;
    }

    footer .inner .inner-box1 ul {
    }

    footer .inner .inner-box1 ul li {
        display: inline-block;
        /*padding: 3%;*/
        width: 40%;
        border-left: none;
        border-right: none;
    }

    footer .inner .inner-box1 ul li+li {
        border-left: 0;
        border-right:0;
    }

    footer .inner .inner-box1 .company-addr {
        margin: 20px 0;
        font-size:0.9em;
    }

    footer .inner .inner-box2 {
        width:100%;
        display:block;
    }

    footer .inner .inner-box2 ul li {
        width: 40%;
        font-size:0.9em;
    }

    footer .inner .inner-box2 ul li ul, footer .inner .inner-box2 ul li ul li {
        width: 100%;
    }


    footer .inner2 {
        background: #4787c7;
    }

    footer .inner2 p {
        font-size:9px;
        color: #FFF;
        text-align:center;
        padding: 15px;
    }

}

/************************************

  @menu

************************************/
#hamburger-menu {
  /*background: #e9241f;*/
  background: #fff;
  height: 50px;
  padding-top: 3px;
  position: fixed;
  right: 10px;
  top: 10px;
  transition: all 1s;
  width: 50px;
  z-index: 1000;
  border:1px solid #4787c7;
  /*border:1px solid #ff7777;*/
  display:none;
}

.hamburger-line {
  background: #4787c7;
  /*background: #ff7777;*/
  border-radius: 1.5px;
  display: block;
  height: 3px;
  margin: 5px auto;
  transition: all .5s;
  width: 30px;
}

.is-opened .hamburger-line:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.is-opened .hamburger-line:nth-of-type(2) {
  opacity: 0;
}

.is-opened .hamburger-line:nth-of-type(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.hamburger-text {
  color: #4787c7;
  /*color: #ff7777;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}

.hamburger-text:first-of-type {
  display: block;
}

.is-opened .hamburger-text:first-of-type {
  display: none;
}

.hamburger-text:last-of-type {
  display: none;
}

.is-opened .hamburger-text:last-of-type {
  display: block;
}

#menu-container {
 /* background: url(../img/bg-border.png) repeat, radial-gradient(circle, #393939, #191919);*/
 background:#fff;
  background-blend-mode: multiply;
  height: 100%;
  left: -100%;
  overflow: hidden;
  position: fixed;
  transition: all .5s;
  top: 0;
  width: 100%;
  z-index: 999;
  display:none;
}

#menu-container.is-opened {
  left: 0;
}

.menu-title {
  display: block;
/*  margin: 13.33333vw auto 2.66667vw;
  width: 64.8vw;*/
  margin: 3.33333vw auto 2.66667vw;
  width: 90%;
}

.menu-title img {
  width:70%;
}

.menu-list {
  margin: auto;
  width: 90%;
}

.menu-item {
  border-bottom: 1px solid #f5f5f5;
  color: #fff;
  /*font-size: 4.8vw;*/
  font-weight: bold;
  /*height: 21.33333vw;
  line-height: 21.33333vw;*/
  line-height: 11.33333vw;
  width: 100%;
}

.menu-item a {
  /*color:#fff;*/
   text-decoration: none;
 display: block;
}

.menu-item a.form {
   color:#4787c7;
   /*color:#ff7777;*/
}

@media screen and (max-width: 768px) {
    #hamburger-menu {display:block;}
    #menu-container {display:block;}
}


/*----------------------------------------------

clearfix

-----------------------------------------------*/
.clearfix { /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }
