@charset "utf-8";
/* CSS Document */
.contentszone {
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.toptitole {
	font-size: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.toptitole02 {
	font-size: 24px;
	font-family: 'Zen Maru Gothic', sans-serif;
	margin: 0 3% 10px;
	line-height: 180%;
}
.barh3{
	width: 100%;
	float: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:  24px;  
  font-size:2.4rem;
}
.barh4{
	width: 100%;
	float: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:  20px;  
  font-size:2.0rem;  
}
.barh6 {
	width: 100%;
	float: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:  24px;
  font-size:2.4rem;
}

.toplist ul {
	width: 100%;
	float: left;
	list-style: disc;
	color: #505050;
	margin-top: -6px;
}
.toplist ul li {
	padding: 0;
	margin: 0 0 15px -20px;
	color: #505050;
}
.font-f001 {
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 180%;
}
.col-001l {
	padding-left: 30px;
}
.col-001r {
	padding-right: 10%;
}
.col-002 {
	float: left;
	padding-left: 0%;
	padding-right: 5%;
	margin: 5% 0 8%;
}
.col-003 {
	float: left;
	padding-left: 5%;
	padding-right: 0%;
	margin: 5% 0 8%;
}
.col-004 {
	
}

.picup001 dl {
	margin: 0;
	padding: 0;
	width: 95%;
}
.picup001 dl dt {
	border-bottom: solid 1px #505050;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 22px;
	margin-bottom: 15px;
  line-height:200%;
	letter-spacing: 3px;
}
.picup001 dl dd {
	margin-bottom: 30px;
}
.picupflort-l {
	float: left;
}
.picupflort-r {
	float: right;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}

.pricelist dl {
	width: 100%;
	height: 50px;
	background-image: url("../../images/priced.gif");
	background-position: center;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.pricelist dl dt {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-size: 2.2rem;
	background-color: #ffffff;
}
.pricelist dl dd {
	width: 30%;
	float: right;
	line-height: 180%;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 28px;
	font-size: 2.8rem;
	background-color: #ffffff;
}
.pricelist dl dd span {
	font-size: 16px;
	font-size: 1.6rem;
}
.price {
	width: auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 180%;
	overflow: hidden;
	position: relative;
}
.price:after {
	background-color: #505050;	/* 1個目（一番左）のドットの色 */
	border-radius: 50%;
	content: '';
	margin-left: 15px;	/* 最後の文字とドットとの余白 */
	position: absolute;
	top: 50%;
	transform : translateY(-50%);
	width: 5px;	/* ドットの幅 */
	height: 5px;	/* ドットの高さ */
	box-shadow: 20px 0px 0px rgb(80,80,80),	/* 2個目のドットの位置と色 */
		40px 0px 0px rgb(80,80,80),	/* 3個目のドットの位置と色 */
		60px 0px 0px rgb(80,80,80),	/* 4個目のドットの位置と色 */
		80px 0px 0px rgb(80,80,80),	/* 5個目のドットの位置と色 */
		100px 0px 0px rgb(80,80,80),	/* 6個目のドットの位置と色 */
		120px 0px 0px rgb(80,80,80),	/* 7個目のドットの位置と色 */
		140px 0px 0px rgb(80,80,80),	/* 8個目のドットの位置と色 */
		160px 0px 0px rgb(80,80,80),	/* 9個目のドットの位置と色 */
		180px 0px 0px rgb(80,80,80),	/* 10個目のドットの位置と色 */
		200px 0px 0px rgb(80,80,80),	/* 11個目のドットの位置と色 */
		220px 0px 0px rgb(80,80,80);	/* 12個目のドットの位置と色 */
}

.img-hei {
  display: block;
  width: auto;
  max-height: 100%;
}   

.yoyaku_h{
  display:inline-block;
  border:3px solid #ffa5ba;
  border-radius: 10px;
  line-height: 300%;
  font-size:24px;
  font-size:2.4rem;
  font-weight:bold;
  letter-spacing: 10px;
  margin-bottom:30px;
}
.yoyaku_t{
  display:inline-block;
  border-radius: 10px;
  line-height: 265%;
  font-size:28px;
  font-size:2.8rem;
  margin-bottom:30px;
  padding:3px 5%;
}
.yoyaku_t02{
  display:inline-block;
  border-radius: 10px;
  line-height: 265%;
  font-size:22px;
  font-size:2.2rem;
  margin-bottom:30px;
  padding:3px 5%;
}
.t-link01{
  width:95%;
  display:block;
  border:3px solid #ffa5ba;
  border-radius: 10px;
  line-height: 300%;
  font-size:22px;
  font-size:2.2rem;
  font-weight:bold;
  letter-spacing: 5px;
  margin:5% 0 8% 0;  
}
.t-link02{
  width:95%;
  display:block;
  border:3px solid #ffa5ba;
  border-radius: 10px;
  line-height: 300%;
  font-size:22px;
  font-size:2.2rem;
  font-weight:bold;
  letter-spacing: 5px;
  margin:5% 0 8% 5%; 
}
.t-link03{
  width:50%;
  display:block;
  border:3px solid #ffa5ba;
  border-radius: 10px;
  line-height: 300%;
  font-size:24px;
  font-size:2.4rem;
  font-weight:bold;
  letter-spacing: 10px;
  margin:2% auto 8%;  
}
.text00{
	width:95%;
  letter-spacing: 2px;
  font-size:18px;
  font-size:1.8rem;
  line-height: 180%;
	margin: 0 3%;
}
.text01{
  color:#a08bd3;
  font-weight:bold;
  letter-spacing: 5px;
  font-size:22px;
  font-size:2.2rem;
}
.text02{
  color:#a08bd3;
  font-weight:bold;
  letter-spacing: 5px;
  font-size:16px;
  font-size:1.6rem;
}
.text03{
  letter-spacing: 3px;
  font-size:16px;
  font-size:1.6rem;
  padding-left:5%;
  line-height: 180%;
}
.text04{
  letter-spacing: 3px;
  font-size:16px;
  font-size:1.6rem;
  line-height: 180%;
}
.text05{
  letter-spacing: 1px;
  font-size:14px;
  font-size:1.4rem;
  line-height: 180%;
}
.text06{
  letter-spacing: 3px;
  font-size:14px;
  font-size:1.4rem;
  line-height: 150%;
	margin: 0 3%;
}
.text07{
  letter-spacing: 3px;
  font-size:24px;
  font-size:2.4rem;
  line-height: 100%;
  padding:0 3%;
}
.text08{
  letter-spacing: 3px;
  font-size:14px;
  font-size:1.4rem;
}
.in-top{
  margin-top:120px;
}
a.a-link {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}

.footnav{
  width:100%;
  padding-left:2%;
  font-weight:bold;
  font-size:12px;
  color:#000;
}
.footnav a{
  margin-bottom:2%;
  font-size:10px;
  font-size:1.0em;
}
.footnav ul{
  list-style-type: none
}
.footnav li{
  width:20%;
  float:left;
  letter-spacing: 4px;
}
.footnav02 a{
  margin-bottom:2%;
  font-size:10px;
  font-size:1.0em;
}
.footnav02 ul{
  list-style-type: none
}
.footnav02 li{
  width:30%;
  float:left;
  letter-spacing: 4px;
	text-align: left;
	padding-left: 6%;
}
@media (max-width: 1120px) {

.col-002 {
	padding-left: 0;
	padding-right: 0;
	margin: 5% 0;
}
.col-003 {
	padding-left: 0;
	padding-right: 0;
	margin: 5% 0;
}
.yoyaku_h{
  font-size:22px;
  font-size:2.2rem;
}
.yoyaku_t{  
  font-size:24px;
  font-size:2.4rem;
	line-height: 300%;
  padding:3px 0 0 2%;
}
.yoyaku_t02{  
  font-size:18px;
  font-size:1.8rem;
	line-height: 300%;
  padding:3px 0 0 2%;
}
.t-link01{
  width:100%;
  margin:0 0 30px 0;     
  }	
.t-link02{
  width:100%;
  margin:0 0 30px 0;     
  }	
.t-link03{
  width:50%;  
  margin:0 auto;  
  }
.text01{
  letter-spacing: 5px;
  font-size:18px;
}
.text02{
  letter-spacing: 4px;
  font-size:16px;
}
.text06{
  font-size:14px;
  font-size:1.4rem;
}
.text07{
  font-size:22px;
  font-size:2.2rem;
}
.footnav02 li{
	padding-left: 5.3%;
}
}


@media (max-width: 991px) {
.toptitole{
	font-size: 24px;
}
.toptitole02 {
	font-size: 20px;
	}
.col-002 {
	padding-left: 0;
	padding-right: 0;
	margin: 5% 0;
}
.col-003 {
	padding-left: 0;
	padding-right: 0;
	margin: 5% 0;
}
.picup001 dl dt {
	font-size: 18px;
  font-size:1.8rem;
}
.picup001 dl dd {
	font-size: 14px;
  font-size:1.4rem;
}
.yoyaku_h{
  font-size:20px;
  font-size:2.0rem;
}
.yoyaku_t{  
  font-size:20px;
  font-size:2.0rem;
	line-height: 300%;
  padding:3px 0 0 2%;
}
.yoyaku_t02{  
  font-size:18px;
  font-size:1.8rem;
	line-height: 300%;
  padding:3px 0 0 2%;
}
.t-link01{  
  font-size:20px; 
  font-size:2.0rem; 
  }	
.t-link02{  
  font-size:20px;  
  font-size:2.0rem;
  }	
.t-link03{  
  width:50%;
  font-size:20px; 
  font-size:2.0rem; 
  }	
.text03{
  font-size:16px;
  font-size:1.6rem;
  padding-left:0%;
  line-height: 180%;
}
.text05{
  padding:0;
}
.text06{
  font-size:14px;
  font-size:1.4rem;
}
.text07{
  font-size:20px;
  font-size:2.0rem;
}
.in-top{
  margin-top:50px;
}
.picupflort-r {
	float: left;
}
.footnav02 li{
	padding-left: 3.5%;
}
}

@media screen and (max-width:768px){
.toptitole{
	font-size: 20px;
}
.toptitole02 {
	font-size: 18px;
	}

.col-001l {
	padding-left: 5%;
	padding-right: 5%;
}
.col-001r {
	padding-right: 0%;
}
.col-002 {
	padding-left: 2%;
	padding-right: 2%;
	margin: 5% 0;
}
.col-003 {
	padding-left: 2%;
	padding-right: 2%;
	margin: 5% 0;
}
.col-004 {
	
}

.picup001 dl {
	margin: 0;
	padding: 0;
	width: 100%;
}
.picup001 dl dt {
	font-size: 18px;
  font-size:1.8rem;
}
.picup001 dl dd {
	font-size: 14px;
  font-size:1.4rem;
}
.fleft {
}
.fright {
}

.pricelist dl {
	width: 100%;
	height: 50px;
	background-image: url("../../images/priced.gif");
	background-position: center;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.pricelist dl dt {
	width: auto;
}
.pricelist dl dd {
	width: 30%;
}
.pricelist dl dd span {
}

.yoyaku_h{
  width:95%;
  line-height: 300%;
  font-size:20px;
  font-size:2.0rem;
  font-weight:bold;
  letter-spacing: 8px;
  margin:0 2%;
}
.yoyaku_t{
  display:block;
  line-height: 200%;
  font-size:22px;
  font-size:2.2rem;
  margin-bottom:40px;
  text-align: center;
}
.yoyaku_t02{
  display:block;
  line-height: 250%;
  font-size:18px;
  font-size:1.8rem;
  margin-bottom:40px;
  text-align: center;
}
.t-link01{ 
  width:95%;
  font-size:18px;
  font-size:1.8rem;
  margin:0 10% 30px 2%;
  letter-spacing: 4px;
  }	
.t-link02{  
  width:95%;
  font-size:18px;
  font-size:1.8rem;
  margin:0 10% 30px 2%;
  letter-spacing: 4px;
  }	
.t-link03{  
  width:95%;
  font-size:18px;
  font-size:1.8rem;
  margin:0 10% 30px 2%;
  letter-spacing: 4px;
  }	
.text00{
	width:95%;
  font-size:16px;
  font-size:1.6rem;
  line-height: 180%;
	margin: 0 3%;
}
.text06{
  font-size:14px;
  font-size:1.4rem;
}
.text07{
  font-size:20px;
  font-size:2.0rem;
}
.in-top{
  margin-top:50px;
}
  /*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:14px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:75px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#FFEEE7;/*背景色*/
    border-top:2px solid #FFEEE7;/*バーの上の線*/
    border-bottom:2px solid #FFEEE7;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:33%;
    background-color:#FFEEE7;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:40px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#a08bd3;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:red;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #fff;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:15px;/*文字の縦幅*/
	background-color: #ffeee8;
	color: #666;
}

.menu-second-level li a:hover {
    height:100%;
    background: #fff;/*マウスオーバーの色*/}
	

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 70px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 70px;/*高さ*/
    visibility: visible;
    opacity: 0.9;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}

	.meainnimgtop {
		width: 75%;
		margin: 0 auto;
	}
	.meainnimgtoptext {
		width: 75%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
/*フォント*/
/*
	font-family: 'The Nautigal', cursive;
	font-family: "FOT-筑紫A丸ゴシック Std M";
*/


.inner {
    width: 100%;
	max-width: 1132px;
	min-width: 320px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	width: 170px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
	top: 0;
}
#global-nav ul li {
    float: left;
    color: #505050;
}
#global-nav ul li a {
    padding: 0 30px;
    color: #505050;
	font-weight: bold;
}
 
/* Fixed */
#top-head.fixed {
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
    color: #000;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 991px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 0px;
		width: 200px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
		background-color: #fff;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 18px 0;
    }
    #top-head #global-nav ul li a:hover,
    #top-head.fixed #global-nav ul li a:hover {
        width: 100%;
        display: block;
        padding: 18px 0;
		background-color: #a08bd3;
    }
    #nav-toggle {
        display: block;
		margin-top: 15px;
		margin-right: 20px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

.topcach {
	padding: 0 0 0 0;
    width: 100%;
	max-width: 1132px;
	min-width: 320px;
    margin: 0 auto;
	
}
.topcontents{
	margin: 0 auto; 
	padding: 0 5%;
}
.c-top{
	margin-top:5%;
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #737373;
	opacity: 0.7;
	width:100px;
}
#page_top a{
  position: relative;
  display: block;
  width: 150px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
/***トップへ戻るボタンここまで***/
}
@media only screen and (min-width: 320px) and (max-width:479px){
	.topcach {
	margin: 0 auto; 
	padding: 0 0%;
		
	}
.toptitole {
	font-size: 18px;
}
.topcontents{
	margin: 0 auto; 
	padding: 0 0%;
}	
.toptitole02 {
	font-size: 16px;
	font-family: 'Zen Maru Gothic', sans-serif;
	margin: 0 3% 10px;
}
.col-001l {
	padding: 0 8%;
}
.picup001 dl {
	margin: 0;
	padding: 0 5%;
	width: 100%;
}
.picup001 dl dt {
	font-size: 16px;
}
.yoyaku_t02{
  display:block;
  line-height: 300%;
  font-size:16px;
  font-size:1.6rem;
  margin:0 0 40px -8px;
  text-align: center;
	letter-spacing: 1px;
}
}