@charset "utf-8";
/* CSS Document */

html{
    font-size: 62.5%;
    background: #4a71d5;
}
body{
    color: #333;
    font-family: "Noto Sans Japanese",san-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.inner {
    padding-left: 20px;
    padding-right: 20px;
}
input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all ease .3s;
}
a[href^="tel:"] {
    color: inherit;
}
a:hover {
    opacity: 0.5;
}
.spNone{
    display: none;
}


/* ----- commons ----- */

.btns{
    font-size: 0;
}
.btns a{
    display: inline-block;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    padding: 1.25em 3.5em 1.25em 1.75em;
    background: #4a71d5;
    border-radius: 40px;
    position: relative;
}
.btns a:before{
    conten: "";
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 1em;
    background: url(../images/common/cmn-ftr-arw.png) no-repeat center center;
    background-size: 100% auto;
    transform: translate(0, -50%);
}
@media screen and (min-width: 600px){
	.btns a{
	    margin-left: 1em;
	}
	.btns a:first-child{
	    margin-left: 0;
	}
}
@media screen and (max-width: 599px){
	.btns{
	    text-align: center;
	    margin-top: 28px;
	    margin-bottom: 28px;
	}
	.btns a{
            width: 100%;
            max-width: 320px;
            text-align: left;
	    margin-top: 1em;
	}
	.btns a:first-child{
	    margin-top: 0;
	}
}

/* ----- header ----- */

#header{
    padding: 20px 0 24px;
}
#header .inner{
    position: relative;
}
#header h1{
    width: calc(100% - 40px);
    max-width: 380px;
}

/* ----- globalnav ----- */

.drawer-nav{
	padding: 64px 0 120px;
}
.drawer-nav .spScroll{
    overflow-y: scroll;
    padding: 0 0 160px;
}
#subList{
    margin-bottom: 2em;
}
#subList ul{
    border-bottom: solid 1px #cccccc;
}
#subList ul li{
    border-top: solid 1px #cccccc;
}
#subList ul li a,
#subList ul li.accordion{
    display: block;
    color: #333333;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    padding: 1.25em 1em;
    position: relative;
}
#subList ul li.accordion:after{
	content: "≫";
    color: #999999;
    font-size: 1.3rem;
    position: absolute;
    top: 1em;
    right: 20px;
}
#subList ul ul.sub-menu{
    border: none;
    border-top: solid 1px #cccccc;
    background: #f6f6f6;
    border-radius: 0;
}
#subList ul ul.sub-menu li{
}
#subList ul ul.sub-menu li a{
    font-size: 1.3rem;
    padding-left: 40px;
    position: relative;
}
#subList ul ul.sub-menu li a:before{
    content: "-";
    position: absolute;
    left: 24px;
    top: 1em;
}

.drawer-nav .spScroll #contact{
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 24px;
    background: transparent;
}
.drawer-nav .spScroll #contact a{
	display: inline-block;
	width: 100%;
	max-width: 400px;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
	background: #ff9900;
	border: solid 2px #ff9900;
	border-radius: 4px;
}
.drawer-nav .spScroll #contact a:hover{
	color: #ff9900;
	background: #ffffff;
}
.drawer-nav .spScroll ul.bottomMenu{
	width: 94%;
    text-align: center;
    margin: 0 auto;
}
.drawer-nav .spScroll ul.bottomMenu li{
	display: inline-block;
    border-right: solid 1px #cccccc;
}
.drawer-nav .spScroll ul.bottomMenu li:first-child{
    border-left: solid 1px #cccccc;
}
.drawer-nav .spScroll ul.bottomMenu li a{
	display: block;
    color: #333333;
    font-size: 1.4rem;
    font-weight: normal;
    text-decoration: none;
    padding: 4px 10px 4px 8px;
    position: relative;
}

/* ----- footer ----- */

#footer{
}
#copyright{
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: 100;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 4em 0;
    text-align: center;
    background: #4a71d5;
}

/* ----- pagetop ----- */

#pagetop{
    position: fixed;
    right: 12px;
    bottom: 10vh;
}
#pagetop a{
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    text-align: center;
    background: #121212 url(../images/common/pagetop.png) no-repeat center center;
    background-size: 20px auto;
    position: relative;
    border-radius: 10px;
}
#pagetop a:hover{
    opacity: 0.3;
}

/* ----- commons ----- */

#page-header{
  width: 100%;
  padding: 4.5em 0;
  background: url(../images/common/mainimg_cmn_bg_sp.jpg) no-repeat center center;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
#page-header h2{
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 10;
}

#breadcrumb{
    padding-top: 1.5em;
    padding-bottom: 3em;
}
#breadcrumb ol{
    font-size: 0;
    text-align: left;
}
#breadcrumb li{
    display: inline;
    font-size: 1.1rem;
    font-weight: 300;
}
#breadcrumb li:after{
    content: ">";
    margin: 0 0.75em;
    color: #7f7e7f;
}
#breadcrumb li:last-child::after{
    content: none;
}
#breadcrumb li a{
    display: inline;
    color: #018ed7;
    text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
    word-wrap: break-word;
    word-break: break-all;
}

#contents{
    padding-bottom: 4em;
}
#contents .inner,
#breadcrumb .inner{
    max-width: 880px;
}
section{
    position: relative;
    padding-bottom: 4em;
}
#contents .inner div>section:last-child{
    padding-bottom: 6em;
}
section>*:last-child{
    margin-bottom: 0 !important;
}
section h1{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 1em;
}
section h2,
#contents h3.cat_title,
#same-category-post h2{
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 0.3em 0.75em;
    margin-bottom: 0.75em;
    background: #4a71d5;
    border-radius: 2px;
}
section h3{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.025em;
    padding-bottom: 0.3em;
    margin-bottom: 0.75em;
    border-bottom: solid 2px #cccccc;

}
section h4{
    color: #7795e0;
    margin-bottom: 1em;
}
section h5{
}
section p a,
section li a,
section table a,
section dl a{
    display: inline;
    color: #018ed7;
    text-decoration: underline;
}
section p,
section li,
section table,
section dl{
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.8;
    word-break: break-word;
}
section p,
section dl,
section ul,
section ol,
section table,
section .btns{
    margin-bottom: 2em;
}
section ul,
section ol{
    margin-left: 1.5em;
}
section ul.disc li{
    list-style-type: disc;
    line-height: 1.5;
    margin-top: 1em;
}
section.social ul.disc li{
  margin-left: -1em;
  list-style-type: none;
}
section.social ul.disc li ul{
  margin-left: 3.5em;
  padding-top: .5em;
}
section.social ul.disc li ul li{
  list-style-type: disc;
}
section.social ul.disc li b::before{
  content: '▶︎';
  display: inline-block;
  font-size: .9rem;
  margin-right: .3em;
  vertical-align: .1em;
}
section ol.decimal li{
    list-style-type: decimal;
    margin-top: 0.75em;
}
section ul li:first-child,
section ol li:first-child{
    margin-top: 0;
}
section div.graybox{
    margin-bottom: 2em;
    padding: 1.5em 20px;
    background: #f2f2f2;
    border: solid 1px #d2d2d2;
}
section div.graybox>*:last-child{
    margin-bottom: 0;
}

/* ----- .table ----- */

section table{
    width: 100%;
    background: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
}
section table th,
section table td{
    font-size: 1.2rem;
    padding: 0.5em 1em;
}
section table th{
    font-weight: 500;
    text-align: left;
    background: #f6f6f6;
}
section table td{
     background: #ffffff;
}

section dl.tableDl{
/*    border-bottom: solid 1px #c8c8c8;*/
}
section dl.tableDl dt{
    font-weight: 600;
}
@media screen and (min-width: 600px){
	section dl.tableDl dt,
	section dl.tableDl dd{
	    float: left;
	    padding-top: 1em;
	    padding-bottom: 1em;
	}
	section dl.tableDl dt{
	    clear: both;
	    width: 160px;
	}
	section dl.tableDl dd{
	    width: calc(100% - 160px);
      border-bottom: 1px solid #c8c8c8;
	}
}
@media screen and (max-width: 599px){
	section dl.tableDl dt,
	section dl.tableDl dd{
	    width: 100%;
	}
	section dl.tableDl dt{
	    padding-top: 1em;
	}
	section dl.tableDl dd{
	    padding-top: 0.5em;
	    padding-bottom: 1em;
      border-bottom: 1px solid #c8c8c8;
	}

}

/* ----- infolist ----- */

ul.infoList{
    margin-left: 0;
    margin-bottom: 2em;
}
ul.infoList li{
    border-bottom: solid 1px #c8c8c8;
}
ul.infoList li:first-child{
}
ul.infoList li a{
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12px 0;
}
ul.infoList li p.date{
    color: #666666;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.25em;
}
ul.infoList li p.title{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

/* ----- info Detail ----- */

article#infoDetail{
    padding-top: 1.5em;
    margin-bottom: 2.5em;
    border-top: solid 5px #4a71d5;
    position: relative;
}
article#infoDetail #infoHeader{
    border-bottom: dashed 1px #cccccc;
    padding-bottom: 1.5em;
}
article#infoDetail #infoHeader h3{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 0.25em;
}
article#infoDetail #infoHeader p.date{
    color: #666666;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: right;
}
article#infoDetail .letterbody{
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.8;
    padding-top: 2em;
    padding-bottom: 2em;
}
article#infoDetail .letterbody p{
    margin-bottom: 2em;
}

nav.post-navigation{
    background: url(../images/common/line.gif) repeat-y center center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
nav.post-navigation div{
    width: 50%;
}
nav.post-navigation div.prev-post{
    float: right;
    text-align: right;
}
nav.post-navigation div.next-post{
    float: left;
    text-align: left;
}
nav.post-navigation div a{
    display: block;
    color: #231815;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    padding: 2em 0.5em;
    text-decoration: none;
}
nav.post-navigation div a:hover{
}

#same-category-post{
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 3px 5px;
    margin: 2px;
    border: 1px solid #BFBFBF;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

/* ----- 404 ----- */

#page404{
    text-align: center;
    padding: 64px 0 !important;
}
#page404 .text404{
	color: #cccccc;
	font-size: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#page404 .title{
	color: #cccccc;
	font-size: 64px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
#page404 .toptext p{
	color: #999999;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}
#page404 .subtext{
	margin: 40px 0;
}
#page404 .subtext p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 24px;
}
#page404 p.ask{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 16px;
}
#page404 p.ask+p{
	font-size: 14px;
	line-height: 1.5;
	line-height: 1.5;
	margin: 0 0 24px;
}

@media screen and (min-width: 600px){
	section div.clearfix .half{
	    width: calc((100% - 28px) / 2);
	    float: left;
	    margin-left: 28px;
	}
	section div.clearfix .half:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
}

/* ----- home ----- */

#homeContents{
}
#mainimg{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #212121 url(../images/home/mainimg_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#mainimg .inner{
}
#mainimg p.cc{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,.4);
    padding: 40px 28px;
}
#homeContents section h3{
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 0.75em;

}
#homeContents section h3 .en{
    color: #7795e0;
    font-size: 60%;
    font-weight: 900;
    letter-spacing: 0;
    margin-left: 0.5em;
}


/* ----- contact ----- */

section .contact{
}
section .contact dl{
    background: #e5e5e5;
    border: solid 1px #cccccc;
    border-top: none;
    margin-bottom: 1.5em !important;
}
section .contact dl dt,
section .contact dl dd{
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 1em;
    border-top: solid 1px #cccccc;
}
section .contact dl dt{
    font-weight: 900;
}
section .contact dl dd input,
section .contact dl dd textarea{
  width: 100%;
}
section .contact dl dd.zipcode input{
  width: 20%;
}
section .contact dl .req{
    color: #ff3300;
    font-size: 90%;
    margin-left: 0.5em;
}
section .contact dl dd{
    background: #ffffff;
}
section .contact dl dd.zipcode input{
  width: 50%;
}
section .contact dl dt p,
section .contact dl dd p{
  margin-bottom: 0;
}
section .contact dl dd input,
section .contact dl dd textarea{
    max-width: 100%;
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 2px 0.5em;
}
section .contact dl dd textarea{
    width: 100%;
}
section .contact .btns{
  width: 100%;
}
section .contact .btns p{
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
section .contact .btns input{
    width: 100%;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    padding: 1.25em 1.75em;
    background: #121212;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
section .contact+div.wpcf7-response-output{
    font-weight: 900;
    text-align: center;
    padding: 1em;
    border-radius: 40px;
}

/* sponsor */

section ul.sponterList{
    margin-bottom: 2em;
}
section ul.sponterList li{
}
section ul.sponterList li img{
    display: inline-block;
    margin-top: 0.75em;
    border: solid 2px #cccccc;
}
