@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}
body {
     background-color: #fff;
	font-family:MS UI Gothic,"ＭＳ Ｐゴシック",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",sans-serif;
	line-height:75%;
    color: #000;
	margin: 0;
	padding: 0;
	text-align:center;
	margin-bottom: 0px;
}

ul, ol {
list-style:none outside none;
}
 
li img {
    vertical-align: bottom;
}

li {
	list-style:none;
}


#main {
    margin: 0 auto;
    padding: 0;
	width:1017px;
	text-align: center;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 896px) {
    #main {
        margin: 0;
        width: auto;
        position: relative;
        overflow: hidden;
    }
    a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
img {
    border-style:none;
    vertical-align: top;
}
.sp {
    display: none !important;
}
@media all and (max-width: 896px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
.headerwrap {
	margin:auto;
	text-align:center;
	width:100%;
	height:auto;
} 

.clear{
    clear: both;
    margin: 0;
    padding: 0;
} 

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .mainImg {
    text-align: center;
    width: auto;
    height: 100%;
}

#main .headerNav {
    text-align: center;
    width: 100%;
    height: 65px;
    margin-top: 25px;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#main .headerNav ul{
width:100%;
} 

#main .headerNav li {
    padding-left: 22px;
    float: left;       
}

#main .headerNav li a {
	text-decoration:none;
	color: #000;
}

#main .headerNav li a:hover {
	text-decoration:none;
	color: #666;
}

#main .sns {
    text-align: center;
    width: 100%;
    height: 70px;
    margin-top: 27px;
}

@media all and (max-width: 896px) {
    body.fixed {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.5);
    }
    #main .headerNav {
        margin: 0;
        height: auto;
        overflow: hidden;
    }
    #main .headerNav ul {
        padding: 80px 15px;
        width: 80%;
        height: 100vh;
        opacity: 0;
        position: absolute;
        right: -100%;
        top: 0;
        transition: all 0.3s;
        background: #0F0F0F;
    }
    #main .headerNav ul.on {
        right: 0;
        opacity: 1;
    }
    #main .headerNav li {
        margin-bottom: 10px;
        padding: 0;
        float: none;
        color: #FFF;
        text-align: left;
        border-bottom: 1px solid #000;
    }
    #main .headerNav li:nth-child(3) {
        padding: 10px;
    }
    #main .headerNav li a {
        padding: 10px;
        display: block;
        color: #FFF;
    }
    #main .headerNav li a:hover {
        color: #FFF;
    }
    #main .sns {
        display: none;
    }
    .menu {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 100;
    }
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger {
      position: relative;
      width: 25px;
      height: 22px;
    }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 9px;
    }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
    }
}

#main .pageTitle {
    text-align: center;
    width: 100%;
    margin-top: 33px;
    margin-bottom: 33px;
    border-bottom: solid 2px #00913A;
}

#main .pageTitle h2 {
    font-size: 38px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
    line-height: 52px;
    margin-top: 33px;
    margin-bottom: 33px;
}
@media all and (max-width: 896px) { 
    #main .pageTitle {
        margin: 27px 18px;
        border-width: 1px;
        width: auto;
        box-sizing: border-box;
    }
    #main .pageTitle h2 {
        margin: 0;
        padding-bottom: 15px;
        font-size: 19px;
        line-height: 25px;
    }
    
    #main .pageTitle h2 img {
        margin-bottom: 8px;
        display: inline-block;
        width: 272px;
        height: auto;
    }
}
#main .textBox {
    text-align: left;
    width: 85%;
    margin: auto;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 26px;
    margin-top: 45px;
    margin-bottom: 45px;
}
@media all and (max-width: 896px) { 
    #main .textBox {
        margin: 0 18px 40px;
        width: auto;
        font-size: 13px;
        line-height: 18px;
    }
    table {
        width: 100%;
    }
    table th,
    table td {
        display: block;
    }
    table th img,
    table td img {
        width: 100%;
        height: 100%;
    }
}
#main .textBox3 {
    text-align: left;
    width: 85%;
    margin: auto;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 30px;
    padding-top: 20px;
    margin-bottom: 45px;
    padding-left: 60px;
}
@media all and (max-width: 896px) {
    #main .textBox3 {
        width: auto;
        font-size: 15px;
        line-height: 18px;
    }
}
#main .textBox2 {
    text-align: center;
    width: 85%;
    margin: auto;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 26px;
    margin-top: 45px;
    margin-bottom: 45px;
}
@media all and (max-width: 896px) {
    #main .textBox2 {
        width: auto;
        font-size: 13px;
        line-height: 18px;
    }
    #main .textBox2 .mapBox {
        position: relative;
        padding-bottom: 70%;
    }
    #main .textBox2 .mapBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    #main .textBox2 .movie {
        position: relative;
    }
    #main .textBox2 .movie:after {
        width: 100%;
        display: block;
        padding-bottom: 56.25%;
        content: "";
    }
    #main .textBox2 .movie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    #main .textBox2 table {
        width: 100%;
    }
    #main .textBox2 th,
    #main .textBox2 td {
        padding: 0 15px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    #main .textBox2 td {
        width: auto;
    }
    #main .textBox2 td img {
        margin: 0 auto;
        display: block;
    }
    #main .textBox2 .tdStyle01 img {
        width: auto;
    }
}
#main .textBox3 {
    text-align: left;
    width: 85%;
    margin: auto;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 26px;
    margin: 0;
}
@media all and (max-width: 896px) {
    #main .textBox3 {
        padding: 18px;
        width: auto;
    }
}
#main #entryBox { 
	width:100%;
	height:95px;
}

#main #entryBoxl { 
	float: left;
	width:255px;
    height:62px;
    margin-top: 40px;
	margin-right:20px;
	margin-left:243px;
    margin-bottom: 40px;
}

#main #entryBoxr { 
	float: right;
	width:255px;
	height:62px;
    margin-top: 40px;
	margin-right:243px;
    margin-bottom: 40px;
	}
@media all and (max-width: 896px) {
    #main #entryBox {
        padding: 0 10px;
        width:100%;
        height:auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    #main #entryBoxl { 
        width:48%;
        height:auto;
        margin: 0;
    }
    
    #main #entryBoxl img {
        width: 100%;
        height: auto;
    }

    #main #entryBoxr {
        width:48%;
        height:auto;
        margin: 0;
	}
    
    #main #entryBoxr img {
        width: 100%;
        height: auto;
    }
}
#main #infoBox { 
    text-align: left;
	width: 85%;
    margin: auto;
	height: 100%;
	margin-top: 33px;
    margin-bottom: 33px;
}
#main #infoBox .titleText  { 
	 font-size: 25px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
}

#main #infoBoxl { 
	float: left;
	width:423px;
    margin-left:30px;
    text-align: left;
}

#main #infoBoxr { 
	float: right;
	width:504px;
}
@media all and (max-width: 896px) {
    #main #infoBox {
        margin: 0 18px 50px;
        width: auto;
    }
    #main #infoBox .titleText {
        font-size: 18px;
    }
    #main #infoBox .iframeBox {
        position: relative;
    }
    #main #infoBox .iframeBox:after {
        width: 100%;
        display: block;
        padding-bottom: 100%;
        content: "";
    }
    #main #infoBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}

#footer { 
    width: 100%;
    height: 287px;
    background-color: #001655;
    margin-top: 77px;
}

#footer .footerInner {
    width: 830px;
    height: 220px;
    padding-top: 40px;
    margin-left: 94px;
}

#footer .footerText {
    font-size: 12px;
    line-height: 21px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #fff;
    font-weight: normal;
}

#footer .footerText a {
    text-decoration:none;
	color: #FFFFFF;
}

#footer .footerText2 a {
    text-decoration:none;
	color: #FFFFFF;
}

#footer .footerText2 a:hover {
    text-decoration:none;
	color:#747474
    
}

#footer .footerText2 {
    font-size: 12px;
    line-height: 28px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
    color: #fff;
}

#footer .tel-number a {
    color::#747474;
    text-decoration:none;
}
@media all and (max-width: 896px) {
    #footer { 
        height: auto;
        margin-top: 50px;
    }

    #footer .footerInner {
        padding: 30px 0;
        width: auto;
        height: auto;
        margin: 0;
    }
    #footer .footerInner table tr:first-of-type td img {
        margin: 0 auto;
        width: auto;
        display: block;
    }

    #footer .footerInner table td {
        width: 100%;
        box-sizing: border-box;
    }
    
    #footer .footerText {
        margin-bottom: 30px;
        display: block;
        font-size: 12px;
        text-align: center;
    }

    #footer .footerText2 a:hover {
        color:#FFF;
    }

    #footer .footerText2 {
        margin-bottom: 28px;
        width: 100%;
        text-align: center;
    }
    
    #footer .footerText2 a {
        margin-bottom: -28px;
        padding: 15px 30px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #FFF;
    }
    
   #footer .footerInner table tr:last-of-type td img {
       margin: 15px auto;
       display: block;
       width: auto;
    }

#footer .tel-number a {
    color::#747474;
    text-decoration:none;
}
}
/* 新着情報の指定 */

#main dl {
	margin-bottom: 80px;
	border-top: 1px solid #888;
}

#main dl dt {
	padding: 15px 0 0 20px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #E50012;
}

#main dl dt .glay {
	color: #666;
}

#main dl dd {
	padding: 8px 0 20px 8.8em;
	font-size: 18px;
    line-height: 30px;
	border-bottom: 1px solid #888;
}

#main dl dd a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    #main dl {
        margin-bottom: 50px;
    }

    #main dl dt {
        padding: 15px 15px 0;
        float: none;
        font-size: 15px;
    }

    #main dl dd {
        padding: 15px;
        font-size: 15px;
        line-height: 18px;
    }

    #main dl dd a:hover {
        opacity: 1;
    }
}
/* フォントの指定 */
.bodycopy15  { 
	font-size: 15px; 
	line-height: 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
@media all and (max-width: 896px) {
    .bodycopy15  {
        font-size: 13px;
    }
}

#main .price1   {
	font-size: 15px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .price3  {
	font-size: 20px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .price4  {
	font-size: 17px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #04189D;
}


/* トップへ戻るの指定 */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
    z-index: 100;
  background: #3fefee;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

