﻿@charset "utf-8";

/***　All　***/
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
	margin:0;
	font-size:100%;
	line-height:160%;
	color:#333;
	/*font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold,YuMincho,"Yu Mincho","游明朝体",HiraMinProN-W6,HiraMinPro-W6,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro W6","ＭＳ 明朝",serif;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background:url(../img/test.jpg) no-repeat center top;
	background-size:cover;
    background-attachment: fixed;*/
	-webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
    background: #fff;/*#f9f9f3*/
/*  background: linear-gradient(0deg, #424348 0%, #2b2c30 100%);
  background: -moz-linear-gradient(90deg, #424348 0%, #2b2c30 100%);
  background: -ms-linear-gradient(90deg, #424348 0%, #2b2c30 100%);
  background: -webkit-linear-gradient(90deg, #424348 0%, #2b2c30 100%);
*/  
}


.clearfix{
	overflow:hidden;
	}

* html .clearfix{
  height:1%;
  overflow:visible;
}


a{
	-webkit-transition-property:color;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
	transition: 0.2s;
	text-decoration: none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
	}

a:hover{
	opacity: 0.8;
	}




img{
	-webkit-transition-property:opacity;  
  -webkit-transition-duration:0.2s;  
  -webkit-transition-timing-function:linear; 
	border:0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

a img:hover{
	opacity:0.8;
}



p {
    padding: 0;
    margin: 0;
    line-height: 1.7;
   font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0 0 0 0;
	margin: 0;
	line-height:140%;
}


header,
footer,
section,
aside,
article,
nav,
div,
ul,
li,
dl,
dt,
dd,
p,
span,
img,
h1,
h2,
h3,
h4,
h5,
a{
	box-sizing: border-box;
}


.clear{clear:both;}
	
ul {
  list-style-type: none;
}


table{border-collapse:collapse;}
th{border-collapse:collapse;}
td{border-collapse:collapse;}



.font_navy{color:#006699;}
.font_darkred{color:#990000;}
.font_red{color:#FF0000;}
.font_green{color:#669900;}
.font_pink{color:#FF6699;}
.font_yellow{color:#FF0;}
.font_lightgray{color:#ccc;}
.font_lightblue{color:#3FA9F5;}
.font_lightgreen{color:#009844;}


.font_nomalbold{font-weight:normal;}
.font_bold{font-weight:bold;}
.font_small{font-size:80%;}
.font_middle{font-size:90%;}
.font_big{font-size:105%;}
.font-space {letter-spacing: -0.05em;}
.font_ss{font-size:70%;}


.line_center{text-align:center;}
.line_right{text-align:right;}
.line_left{text-align:left !important;}

.mar-t-5 {margin-top: 5px;}
.mar-t-10 {margin-top: 10px;}
.mar-t-15 {margin-top: 15px;}
.mar-t-20 {margin-top: 20px;}
.mar-t-30 {margin-top: 30px;}
.mar-t-40 {margin-top: 40px;}
.mar-t-50 {margin-top: 50px;}
.mar-t-60 {margin-top: 60px;}
.mar-t-70 {margin-top: 70px;}
.mar-t-80 {margin-top: 80px;}
.mar-b-5 {margin-bottom: 5px;}
.mar-b-10 {margin-bottom: 10px;}
.mar-b-20 {margin-bottom: 20px;}
.mar-b-30 {margin-bottom: 30px;}
.mar-b-40 {margin-bottom: 40px;}
.mar-b-50 {margin-bottom: 50px;}
.mar-b-60 {margin-bottom: 60px;}
.mar-b-70 {margin-bottom: 70px;}
.mar-b-80 {margin-bottom: 80px;}
.mar-r-5 {margin-right: 5px;}
.mar-r-10 {margin-right: 10px;}
.mar-r-15 {margin-right: 15px;}
.mar-r-20 {margin-right: 20px;}
.mar-r-30 {margin-right: 30px;}
.mar-l-5 {margin-left: 5px;}
.mar-l-10 {margin-left: 10px;}
.mar-l-15 {margin-left: 15px;}
.mar-l-20 {margin-left: 20px;}
.mar-l-30 {margin-left: 30px;}

.pd-10 {  padding: 0 10px;}
.pd-20 {  padding: 0 20px;}
.pd-30 {  padding: 0 30px;}
.pd-40 {  padding: 0 40px;}
.pd-50 {padding: 0 15%;}

.pd-v-10 {padding: 10px;}
.pd-v-20 {padding: 20px;}
.pd-v-30 {padding: 30px;}
.pd-v-5 {padding: 5px;}
.pd-v-15 {padding: 15px;}


/*
img{
	-webkit-transition-property:opacity;  
    -webkit-transition-duration:0.2s;  
    -webkit-transition-timing-function:linear; 
}

a img:hover{
	opacity:0.8;
}
*/

.div98{
	width:98%;
}
.div96{
	width:96%;
}
.div94{
	width:94%;
}
.div92{
	width:92%;
}
.div90{
	width:90%;
}

.div20 {
  width: 20%;
}

.div80 {
  width: 80%;
}

.div75 {
  width: 75%;
}
.div30 {
  width: 30%;
}
.div65 {
  width: 65%;
}
.div70 {
  width: 70%;
}
.div35 {
  width: 35%;
}

.div35,
.div70,
.div30,
.div65,
.div75,
.div20,
.div80,
.div98,
.div96,
.div94,
.div92,
.div90{
	margin-left:auto;
	margin-right:auto;
}

.txt-165 {font-size: 16.5px;}
.txt-17 {font-size: 17px;}
.txt-18 {font-size: 18px;}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

section {
  max-width: 1000px;
  margin: 0 auto;
}

h1{
	width: 100%;
	height: 23px;
	font-size: 13px;
	text-align: center;
	padding: 2px 0 0 0;
	background: url("../img/kikumaru.jpg");
  font-weight: normal
}


h1 div{
	width: 1000px;
	margin: 0 auto;
	color: #fff;
  text-align: right;
}

.c-number {
  font-size: 13px;
  line-height: 15px;
}

#top, #main {
max-width: 1280px;
margin: 0 auto;
position: relative;
}



#contents {
    width: 1000px;
    margin: 90px auto 0;
}

#contents_area {
    width: 730px;
    float: left;
    padding: 0 0 100px 0;
}

#side_area {
    width: 240px;
    float: right;
}

header {
padding: 5px;
}

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

.tel-box {
color:#2caecc;
font-weight: normal;
text-align: right;
font-size: 25px
}

.tel li {
  margin-top: 3px;
margin-bottom: 3px;
vertical-align: bottom;
  text-align: right
}

.hour-box {
  font-size: 13px;
  line-height: 1.2;
}


nav {
  position: relative;
padding: 7px 0;
	background-color:#ff5191;
  z-index: 777;
}

nav ul {
display: flex;
justify-content: space-around;
}

nav ul li {
text-align: center;
}

nav ul li a {
color: #fff;
display: block;
padding: 3px 0;
font-size: 17px;
transition: all .3s ease;
-webkit-transition: all .3s ease;
position: relative;
  text-align: center;
  line-height: 1.2;
}

nav ul li i {
  margin-bottom: 5px;
  margin-right: 0;
}
.current {
  color: #7ae6ff;
}



.ico {
margin-right: 5px;
}

h3 {
border-bottom: 2px solid #2dadcc;
padding-bottom: 3px;
font-size: 26px;
color:#ff5192;
font-weight: 400;
}

h3.news {
  color: #fff;
  background-color: #ff5191;
  padding: 7px 0 4px 7px;
  line-height: 1.1;
  font-weight: normal;
  font-size: 25px;
  border-bottom: none;

}

a h3,
a p {
color: #555;
}

.content01 {position: relative;}

.con02{margin-top: 40px;}

.con01 p {
  font-size: 15px;
  width: 55%;
}

.con02 p {font-size: 15px;}

.blue-btn {
  background-color: #2dadcc;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 10px 8px 20px ;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  bottom: 25px;
  right: 30px;
}

.blue-btn:hover {
  opacity: 1;
  bottom: 24px;
  background-color: #ff5191;
}

.btn-box {
  text-align: right;
  margin-top: 20px;
}

.blue-btn02 {
  background-color: #2dadcc;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 10px 8px 20px ;
  text-align: center;
  border-radius: 30px;
  margin-right: 30px;
}

.blue-btn02:hover {
  opacity: 1;
  background-color: #ff5191;
  top: 1px;
  position: relative;
}

.media ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.media ul li {
  margin: 15px 20px
}

.f-box {
display: flex;
align-items: flex-start;
}

.f-b-plus{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.f-b-plus li {margin: 7px; }

.f-box2 {
  display: flex;
}

.red-box {
  background: #ff0000;
  color: #fff;
  padding: 3px 5px;
  margin-right: 5px
}

.f-box-con {
width: 48%;
}

.f-box-con:first-child{
margin-right: 4%;
}

.contact-tag {
  position: fixed;
  left: 5px;
  bottom: 20%;
}

.bnr-area {
  margin: 15px 0 60px;
}

.con02 > h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 3%;
}

footer {
background:url("../img/kikumaru.jpg") ;
padding: 20px;
text-align: center;
color: #fff;
}

footer a {
color: #fff;
}

.link {
color: #fff;
display: flex;
justify-content: center;
font-size: 14px;
}

.link li a {
display: block;
margin: 0 10px;
color: #fff;
font-weight: normal;
font-size: 14px;
}

.copy {
font-size: 13px;
margin-top: 8px; 
}




figcaption {
  text-align: center;
  font-size: 22px;
  margin-top: 5px;
}



/*----------------------------service-----------------------------*/


i {
margin-right: 5px;
}

.f-b-bus {
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-h-27 {line-height: 2.7;}
.newspaper {
  width: 48%;
}


.print{
  width: 48%;
}

.web {
  width: 48%;
  margin-top: 60px;
}

.buy-box li {
  margin-bottom: 5%;
}

.buy-box li:nth-child(odd) h5 {
font-size: 18px;
font-weight: normal;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  background: repeating-linear-gradient(-45deg, #ff337e 0, #ff337e 10px, #ff5191 10px, #ff5191 20px);
  border-radius: 50px;
  display: block;
  margin: 0;
  border-bottom: none;
}

.buy-box li:nth-child(even) h5 {
font-size: 18px;
font-weight: normal;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  background: repeating-linear-gradient(-45deg, #089fc3 0, #089fc3 10px, #2dadcc 10px, #2dadcc 20px);
  border-radius: 50px;
  display: block;
  margin: 0;
  border-bottom: none;
}

.green-border {
border-radius: 7px;
border: 1px #5e9529 solid;
}

.green-box {
border: 1px #5e9529 solid;
text-align: center;
width: 47%;
margin-top: 15px;
}

.green-box-3 {
border: 1px #5e9529 solid;
text-align: left;
width: 32%;
margin-top: 15px;
}

.green-box-3 > p {
  display: block;
  padding: 5px;
}


h6 {
font-weight: normal;
font-size: 17px;
line-height: 1.5;
margin-bottom: 5%
}

.f-just {
justify-content: space-around;
}








/*----------------------------flow-----------------------------*/

.flow-box h4 {
font-size: 22px;
margin-bottom: 26px;
  font-weight: normal;
  color: #fff;
  padding: 3px;
  background: repeating-linear-gradient(-45deg, #db9c00 0, #db9c00 10px, #e0ab08 10px, #e0ab08 20px);
  border-radius: 50px;
}
.ico i {
  font-size: 30px;
  padding: 3px 3px 3px 15px;
}

.shucho {
  background: url("../img/flow/buy01.jpg") right top no-repeat;
  margin: 20px auto 60px;
  padding: 30px 30px 30px 20px;
}
.mochikomi {
  background: url("../img/flow/buy02.jpg") right top no-repeat;
  margin: 20px auto 60px;
  padding: 30px 30px 30px 20px;
}
.takuhai {
  background: url("../img/flow/buy03.jpg") right top no-repeat;
  margin: 20px auto 60px;
  padding: 30px 30px 30px 20px;
}


.pink-box{
  border: 1px solid #ff5191;
  display: inline-block;
  border-radius: 9px;
  padding: 15px;
}
h5 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 15px 30px 0;
  border-bottom: 1px solid #2dadcc;
  display: inline-block;
}
li.title {
  font-size: 20px;
  margin-bottom: 15px;
}
.font17 {
  font-size: 17px;
}


/*----------------------------careers-----------------------------*/

.f-box2 dt {
width: 27%;
border-bottom: 1px solid #dbbbc7;
font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}

.f-box2 dd {
width: 73%;
border-bottom: 1px solid #dbbbc7;
font-size: 17px;
  line-height: 1.5;
}

.para02 {
  font-size: 16px;
  margin-left: 1.2em;
  display: block;
  line-height: 1.3;
  margin: 5px 0 5px 1.2em;
}

.photo-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo-area img {
  margin-bottom: 10px;
}

/*----------------------------careers-----------------------------*/


/*----------------------------company-----------------------------*/

.f-box.company dt {
width: 25%;
border-bottom: 1px solid #5e9529;
}

.f-box.company dd {
width: 75%;
border-bottom: 1px solid #5e9529;
}

.f-start {
align-items: flex-start;
}


/*----------------------------company-----------------------------*/

