@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common(PC.SP共通設定)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
    box-sizing: border-box;
    font-family: 'Noto Serif JP', serif;
}

html {
    overflow-y: scroll;
}

main {
    display: block;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

a img {
    transition: all 0.2s ease-in-out;
}
a:hover img {
    opacity: 0.5;
}

ul,
ol {
    list-style: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Goto Top (Topへ戻る) PC.SP共通設定
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#pageTop {
    display: block;
    padding: 10px 15px;
    position: fixed;
    right: 25px;
    bottom: 35px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    font-size: 16px;
    color: #fff;
    z-index: 10000;
}



/*/////////////////////////////////////////////////////////////////////
    for PC  パソコン画面用（768px以上）
/////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width:768px) {

  #title{
  	display: flex;
  	align-items: center;
  	flex-direction: column;
  }

  #title h1{
  	font-size: 23px;
  	color: #595757;
  }

  #title img{
    margin-top: 3px;
    margin-bottom: 4px;
    width: 37px;
  }

  #title p{
  	color: #595757;
  	font-size: 12px;
  }

  #myHeader{
  	margin-left: auto;
  	margin-right: auto;
  	width: 900px;
  	display: flex;
  	align-items: center;
  	justify-content: flex-start;
  	margin-top: 7px;
  	margin-bottom: 7px;
  }

  #myHeader p{
  	font-size: 14px;
  	color: #595757;
  }

  #myHeader .name{
  	height: 40px;
  	color: #71C7D1;
  	padding-right: 15px;
  	border-right:  solid 1px #595757;
  }

  #myHeader .name p{
  	color: #71C7D1;
  }

  #myHeader h1{
  	font-size: 23px;
    margin-top: 3px;
  }

  #myHeader .name span{
  	font-size: 17px;
  	color: #595757;
  }

  #myHeader .contact{
  	height: 40px;
  	color: #595757;
  	margin-left: 15px;
  	margin-right: 10px;
  }

  #myHeader .contactBox{
    display: flex;
    align-items: center;
    justify-content: start;
  }

  #myHeader img{
    display: block;
    width: 37px;
    margin-right: 7px;
  }

  #myHero{
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  }

  #myHero .fv_sp{
    display:none;
  }

  #myHero .fv{
  	margin-left: auto;
  	margin-right: auto;
  	width: 900px;
  	height: 400px;
  	background-image: url(../img/fvimg-min.png);
  	/*margin-bottom: 50px;*/
  }

  #myHero .about{
  	margin-bottom: 35px;
  }

  #myHero .copy p{
  	margin-top: 25px;
  	text-align: center;
  	color: #595757;
  	line-height: 1.7em;
  }

  #container{
  	width: 100%;
  	height: 520px;
  	background-image: url(../img/saeimg.png);
  	background-repeat: no-repeat;
  	background-position: center;
  }

/*==================================================
    Main スライド  for PC start
==================================================*/

    #slid{
        /*---後ろの背景色を指定する
        background-color: #ccc;
        background-position: center;
        ---*/
    }

    #slid .slid_box{
        position: relative;
        width: 860px;
        height: 100%;
        margin: 0px auto;
    }

    #slid .swiper-container {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

    #slid .swiper-container .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        text-align: center;
        font-size: 18px;
    }
    #slid .swiper-container .swiper-slide img {
        width: 600px;
    }

    /*==================================================
        Main スライド  for PC END
    ==================================================*/

    #menu{
    	margin-top: -5px;
    	width: 100%;
    	height: 750px;
    	background-image: url(../img/wood.png);
    	background-repeat: no-repeat;
    	background-position: center;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
    }

    #menu .container{
    	background: #fff;
    	width: 630px;
    	height: 640px;
    	padding: 30px;
    }

    #menu h3{
    	color: #595757;
    	font-size: 15px;
    	font-feature-settings: "palt";
      margin-bottom: 3px;
    }

    #menu p{
      padding-top: 4px;
      padding-bottom: 4px;
    	color: #595757;
    	font-size: 14px;
    }

    #menu ul{
    	width: 265px;
    }

    #menu .breakdown_sp{
      display: none;
    }

    #menu .breakdown{
    	margin-top: 25px;
    	display: flex;
    	justify-content: space-between;
    }

    #menu .price{
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	border-bottom: solid 1px #595757;
    }

    #menu span{
    	font-size: 12px;
    }

    #menu .h3cyu{
    	color: #595757;
    	font-size: 12px;
    	margin-top: -4px;
    	font-feature-settings: "palt";
    	margin-bottom: 3px;
    }

    #menu .marginB{
    	margin-bottom: 15px;
    }

    #marbb{
    	width: 100%;
    	height: 710px;
    	background-image: url(../img/marbbbg.png);
    	background-repeat: no-repeat;
    	background-position: center;
    	padding-top: 45px;
    	padding-bottom: 30px;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	margin-bottom: 80px;
    }

    #marbb h1{
    	color: #fff;
    }

    #marbb h2{
    	color: #fff;
    	font-size: 18px;
    	margin-bottom: 10px;
    }

    #marbb h3{
    	color: #fff;
    	margin-top: 15px;
    	margin-bottom: 15px;
    	border-left: solid 3px #71C7D1;
    	padding-left: 7px;
    }

    #marbb p{
    	color: #fff;
    	line-height: 1.7em;
    	font-size: 14px;
    	font-feature-settings: "palt";
    }

    #marbb .container{
    	width: 630px;
    	display: flex;
    	justify-content: space-between;
    	margin-top: 35px;
    	margin-bottom: 40px;
    }

    #marbb .summary{
    	width: 300px;
    	line-height: 1.5em;
    	text-align: justify;
    	text-justify: inter-ideograph;
    }

    #marbb .breakdown{
    	width: 690px;
    }

    #marbb ul{
    	display: flex;
    	justify-content: space-between;
    }

    #marbb li{
    	width: 160px;
    	text-align: justify;
    	text-justify: inter-ideograph;
    }

    #map{
    	width: 100%;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }

    #map .breakdown p{
    	text-align: center;
    	line-height: 1.7em;
    	margin-top: 30px;
    	margin-bottom: 30px;
    }

    #map .breakdown_SP{
      display: none;
    }

    #contact{
    	background-color: #71C7D1;
    	color: #fff;
    	text-align: center;
    	padding-top: 35px;
    	padding-bottom: 35px;
    }

    #contact p{
    	line-height: 1.5em;
    }

    #contact h2{
      font-size: 25px;
      margin-bottom: 10px;
    }

    #contact h3{
    	font-size: 18px;
    	width: 520px;
    	color: #71C7D1;
    	background-color: #fff;
    	text-align: center;
    	padding-top: 5px;
    	padding-bottom: 5px;
    	margin-left: auto;
    	margin-right: auto;
    }

    #contact .callout{
    	margin-top: 15px;
    	margin-bottom: 15px;
    }

    #contact .triangle{
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #fff;
    	margin-left: auto;
    	margin-right: auto;
    }

    #contact ul{
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }

    #contact li{
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	padding-left: 30px;
    	padding-right: 30px;
    }

    #contact .myli{
    	border-left: solid 1px #fff;
    	padding-left: 20px;
    }

    #contact p{
    	margin-left: 15px;
    	margin-right: 15px;
    }

    #contact .logo img{
      width: 37px;
    }

    footer .copyright{
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	margin-top: 15px;
    	margin-bottom: 15px;
    }
 }

/*/////////////////////////////////////////////////////////////////////
    for sp  スマホ画面用（767px以下）
/////////////////////////////////////////////////////////////////////*/


@media only screen and (max-width:767px) {

  body {
      width: 100%;
  }

  * {
      box-sizing: border-box;
      font-family: 'Noto Serif JP', serif;
  }

  #title{
  	display: flex;
  	align-items: center;
  	flex-direction: column;
  }

  #title h1{
  	font-size: 23px;
  	color: #595757;
  }

  #title img{
    margin-top: 3px;
    margin-bottom: 3px;
    width: 37px;
  }

  #title p{
  	color: #595757;
  	font-size: 12px;
  }

  #myHeader{
    width: 90%;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 7px;
  	margin-bottom: 7px;
  }

  #myHeader p{
  	font-size: 14px;
  	color: #595757;
  }

  #myHeader .name{
  	height: 40px;
  	color: #71C7D1;
  }

  #myHeader .name p{
  	color: #71C7D1;
  }

  #myHeader h1{
  	font-size: 23px;
    margin-top: 3px;
  }

  #myHeader .name span{
  	font-size: 17px;
  	color: #595757;
  }

  #myHeader .contact{
  	height: 40px;
  	color: #595757;
  	margin-left: 15px;
  	margin-right: 10px;
  }

  #myHeader .contactBox_sp{
    display: none;
  }

  #myHeader img{
    display: block;
    width: 37px;
    margin-right: 7px;
  }

  #myHero{
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  }

  #myHero .fv_sp{
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
  	height: 500px;
  	background-image: url(../img/fvimg_sp.png);
    background-repeat: repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  	margin-bottom: 30px;
  }

  #myHero .logoImg{
    width: 75%;
    margin-bottom: 20px;
  }

  #myHero .tellno{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  #myHero .fv_contactBox{
    color: #fff;
  	width: 100%;
    display: flex;
  	flex-direction: column;
  	align-items: center;
  }

  #myHero .contact{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #myHero .icon{
    width: 22%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #myHero .about{
    width: 85%;
  	margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  #myHero .copy p{
  	margin-top: 25px;
  	color: #595757;
  	line-height: 1.7em;
  }

  #myHero .copy br{
      display: none;
    }


  #container{
  	width: 100%;
  	height: 485px;
  	background-image: url(../img/saeimg.png);
  	background-repeat: no-repeat;
  	background-position: center;
  }

/*==================================================
    Main スライド   start
==================================================*/

    .swiper-button-next{
      display: none;
    }

    .swiper-button-prev{
      display: none;
    }

    #slid .slid_box{
        position: relative;
        width: 100%;
        height: 100;
        margin: 0px auto;
    }

    #slid .swiper-container {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

    #slid .swiper-container .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        text-align: center;
        font-size: 18px;
    }
    #slid .swiper-container .swiper-slide img {
        width: 90%;
    }

    /*==================================================
        Main スライド   END
    ==================================================*/

    #menu{
    	width: 100%;
    	background-image: url(../img/wood_sp.png);
    	background-repeat: no-repeat;
    	background-position: center;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-top: -1px;
    }

    #menu .container{
    	background: #fff;
    	width: 90%;
    	padding: 30px 15px 30px 15px;
    }

    #menu h3{
    	color: #595757;
    	font-size: 15px;
    	font-feature-settings: "palt";
      margin-bottom: 3px;
    }

    #menu p{
      padding-top: 4px;
      padding-bottom: 4px;
    	color: #595757;
    	font-size: 14px;
    }

    #menu ul{
    	width: 100%;
    }

    #menu .breakdown{
      display: none;
    }

    #menu .breakdown_sp{
    	margin-top: 25px;
    }

    #menu .price{
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	border-bottom: solid 1px #595757;
    }

    #menu span{
    	font-size: 12px;
    }

    #menu .h3cyu{
    	color: #595757;
    	font-size: 12px;
    	margin-top: -4px;
    	font-feature-settings: "palt";
    	margin-bottom: 3px;
    }

    #menu .marginB{
    	margin-bottom: 15px;
    }

    #menu .marginB_sp{
    	margin-bottom: 15px;
    }

    #marbb{
    	width: 100%;
    	background-image: url(../img/marbbbg_sp.png);
    	background-repeat: no-repeat;
    	background-position: center;
    	padding-bottom: 30px;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
      margin-top: -4px;
    	margin-bottom: 35px;
    }

    #marbb .special{
      margin-top: 45px;
    }

    #marbb h1{
    	color: #fff;
    }

    #marbb h2{
    	color: #fff;
    	font-size: 18px;
    	margin-bottom: 10px;
      margin-top: 15px;
    }

    #marbb h3{
    	color: #fff;
    	margin-top: 15px;
    	margin-bottom: 15px;
    	border-left: solid 3px #71C7D1;
    	padding-left: 7px;
    }

    #marbb p{
    	color: #fff;
    	line-height: 1.7em;
    	font-size: 14px;
    	font-feature-settings: "palt";
    }

    #marbb .container{
    	width: 80%;
    	display: flex;
      flex-direction: column-reverse;
      align-items: center;
    	margin-top: 35px;
    	margin-bottom: 40px;
    }

    #marbb .summary{
    	width: 300px;
    	line-height: 1.5em;
    	text-align: justify;
    	text-justify: inter-ideograph;
    }

    #marbb .breakdown{
    	width: 90%;
    }

    #marbb ul{
    	display: flex;
    	justify-content: space-between;
      flex-wrap: wrap;
    }

    #marbb li{
    	width: 160px;
    	text-align: justify;
    	text-justify: inter-ideograph;
    }

    #marbb li{
      margin-bottom: 25px;
    }

    #map{
    	width: 100%;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }

    #map .breakdown {
      width: 80%;
    }

    #map .breakdown p{
    	line-height: 1.7em;
    	margin-top: 30px;
    	margin-bottom: 30px;
    }

    #map .breakdown_PC{
      display: none;
    }

    #map span{
      font-size: 13px;
    }

    #contact{
    	background-color: #71C7D1;
    	color: #fff;
    	text-align: center;
    	padding-top: 30px;
    	padding-bottom: 30px;
    }

    #contact p{
      font-size: 14px;
    	line-height: 1.5em;
    }

    #contact h2{
      font-size: 20px;
      margin-bottom: 10px;
    }

    #contact .callout{
    	display: none;
    }

    #contact .triangle{
      display: none;
    }

    #contact ul{
    	display: none;
    }

    footer .copyright{
      font-size: 10px;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	margin-top: 10px;
    	margin-bottom: 10px;
    }


}
