body {
  font-family: 'Noto Serif SC', serif, "游明朝", 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  margin: 0;
}

.font_bold{
    font-weight: bold;
}


a {
color:black;
text-decoration:none;
}

.clear {
	clear: both;
}

li {
list-style-type: none;
}

.resizeimage img { width: 100%; }



.center{
    text-align: center;
}

.right{
    text-align: right;
}

.margin-right-30px{
    margin-right: -30px;
}

section{
}

ruby rt{
    font-size: x-small;
}

/*------- outbox design -------*/

.outbox_index{
	max-width: 100%;
	width: 90%;
	margin: 0 auto;
	margin-top: -5px; /* 固定ナビの高さ分のネガティブマージン */
    padding-top: 55px; /* 打ち消し用のパディング */
    position: relative;
    z-index: 250;
}

.outbox_index_thankspage{
	max-width: 100%;
	width: 90%;
    height: 100vh;
	margin: 0 auto;
    padding-top: 1px; /* 打ち消し用のパディング */
    position: relative;
    z-index: 250;
}

.migiyose{
    text-align: right;
}


/*------- outbox sec design -------*/

.package_img{
    text-align: left;
    margin-top: -20px;
}


.outbox_sec01{
    width: 100vw;
    height: 100vh;
    background-image: url(../img_azuma/DSCF9495_1080px.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec01_top_rogo{
    text-align: center;
    margin-top: 5%;
}


.sec01_txtbox{
    height: 100px;
    margin: 0 auto;
    margin-top: 75%;
    width: 50vw;
}

.sec01_txtbox_vertical ul{
    margin: 0 auto;
    display: block;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    font-size: 1.2em; 
    line-height: 3;
    color: white;
    position:absolute;
      top:50%;
      left:50%;
    display:inline;
  transform:translate(-50%, -100%);
}


/*------- sec01 animation btn design -------*/
/* ALL BUTTONS */

.button_01{
  display: inline-block;
  padding: 20px 0;
  margin: 3px 0;
  position: relative;
  color: #ecf0f1;
}

/* BUTTON 1 */

#order_button_sec01{
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#order_button_sec01:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #924998;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#order_button_sec01:hover{
  color: #ecf0f1;
}

#order_button_sec01:hover:before{
  top: 0;
}


/*------- sec01 animation btn design end -------*/

.outbox_sec02{
    width: 100%;
    margin: 0 auto;
}

.sec02_txtbox{
    z-index: 100;
    padding-bottom: 20px;
    background-image: url(../img_azuma/DSCF4460_custom_1920px.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec02_txtbox_vertical ul{
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    font-size: 1.2em; 
    line-height: 3;
}

.sec02_font_small{
    display: inline;
    font-size: small; 
}

.outbox_sec03{
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    background-image: url(../img_azuma/sec03_BG.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.outbox_sec03 p{
    color: white;
    line-height: 1.7em;
    text-align: justify;
}

.txt_subtitle_sec03{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
    margin-top: 150px;
    color: white;
}

.sec03_tel{
    font-size: 2em; 
    line-height: 1.3;
    color: white;
}

.sec03_tel img{
    vertical-align: -0.3em;
    color: white;
    margin-right: 10px;
}

.sec03_tel a{
    color:white;
    text-decoration: none;
}

.sec03_font_small{
    color: white;
    font-size: small;
}
.sec03_font_small_kakomi{
    font-size: small;
    color: white;
    border: solid 1px white;
    padding: 3px 6px;
    margin-top: 10px;
}


.ani-btn_sec03{
    display: inline-block;
    position: relative;
}

/*------- sec03 animation btn design -------*/
/* ALL BUTTONS */

.button_03{
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 0;
  position: relative;
  color: #ecf0f1;
}

/* BUTTON 1 */

#order_button_sec03{
  border: 2px solid #924998;
  color: #924998;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#order_button_sec03:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #924998;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#order_button_sec03:hover{
  color: #ecf0f1;
}

#order_button_sec03:hover:before{
  left: 0;
}

/*------- sec03 animation btn design end -------*/



.outbox_sec04{
    max-width: 100vw;
    width: 100vw;
    height: auto;
    margin-top: 100px;
}

.txt_subtitle_sec04{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
    margin-top: 170px;
}

.outbox_sec04 p{
    margin-left:-150px;
    text-align: justify;
    background-color: rgba(255,255,255,0.9);
    padding: 10px 15px;
    z-index: 10;
    letter-spacing: 0.3rem;
    line-height: 1.7rem;
}

.outbox_sec05{
    max-width: 100vw;
    width: 100vw;
    height: auto;
}

.txt_subtitle_sec05{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
}

.outbox_sec05 p{
    position: absolute;
    text-align: justify;
    width: 350px;
    background-color: rgba(255,255,255,0.9);
    padding: 10px 15px 10px 0;
    z-index: 10;
    letter-spacing: 0.3rem;
    line-height: 1.7rem;
}

.outbox_sec06{
    max-width: 100%;
    width: 100vw;
    height: auto;
}

.txt_subtitle_sec06{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
}

.sakagura{
    text-align: justify;
    font-size: small;
    line-height: 2;
}

.outbox_footer{
    max-width: 100%;
    width: 100vw;
    height: auto;
    background-image: url(../img_azuma/footer_BG_moto.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.txt_subtitle_footer{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
    margin-top: 0px;
    color: white;
}

.txt_subtitle_footer img{
    vertical-align: -0.3em;
    color: white;
    margin-right: 10px;
}

.txt_subtitle_footer a{
    color:white;
    text-decoration: none;
}

.outbox_footer p{
    color: white;
    line-height: 1.7em;
    text-align: justify;
}

.footer_txtbox{
    position: relative;
    margin-top: 0;
}

.footer_txtbox a{
	display: inline-block;
	position: relative;
	color: white;
 	text-decoration: none;
    font-size: small;
    line-height: 1.5rem;
}
.footer_txtbox a:before{
	content: "";
	position: absolute;
	 left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: white;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.footer_txtbox a:hover:before {
	transform: scale(1);
}


.outbox_orderform{
    width: 100vw;
    height: 100vh;
    background-image: url(../img_azuma/DSCF7916_1080px.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.outbox_orderform_rogo{
    text-align: left;
    margin-top: 5%;
}

.outbox_thankspage{
    width: 100vw;
    height: 100vh;
    background-image: url(../img_azuma/DSCF7915_1080px.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*------- stab design -------*/

.stab{
    width: 1030px;
	margin: 0 auto;
    margin-top: 50px;
    margin-left: -30px;
}


.qanda_scroll_arrow_up{
	position:fixed;
	text-align: left;
    text-shadow: 0 0 5px white;
    left: 50px;
	bottom: 50px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}


/*------- fade -------*/
#fade{
    display:none;
}

/*------- fade_in -------*/
.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 70px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/*------- unidare_main -------*/

.package img:hover{
    animation: kaiten15 2s;
    text-align: center;
}

@keyframes kaiten15 {
0% { transform: rotate(0deg); }
50% { transform: rotate(-15deg); }
100% { transform: rotate(0deg); }
}



/*------- smallrogo -------*/

.smallrogo{
    position: fixed;
    top:20px;
    right:40px;
    z-index: 300;
}

.smallrogo img:hover{
    animation: kaiten3 2s;
}

@keyframes kaiten3 {
0% { transform: rotate(0deg); }
50% { transform: rotate(-7deg); }
100% { transform: rotate(0deg); }
}



/*------- unidare_small -------*/
.unidare_small{
    position: absolute; 
    top: 50px;
    right: 60px;
    z-index: 300;
}
.unidare_small a img {
    width: 120px;
    height: auto;
}



/*-------
.unidare_small a {
display: inline-block;
background: url(../img/unidare_small_on.png) no-repeat;
background-size: cover;
}
.unidare_small a img {
vertical-align: middle;
transition: opacity 0.8s;
}
.unidare_small a:hover img {
opacity: 0;
}
-------*/

/*------- sec_shimokita -------*/
.sec_shimokita{
    position:absolute;
    bottom: 5%;
    right: 0;
}


/* Google icons の調整 */
.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-22 {
    font-size: 22px;
    display: inline-flex;
    vertical-align: -0.25em;
    margin-right: 5px;
}

.material-icons.md-38{
    font-size: 38px;
}

.material-icons.md-80{
    font-size: 80px;
}

.material-icons.red {
    color: #b7282e;
}

.material-icons.white{
    color: white;
}

.material-icons.shironezu{
    color: #dcdddd;
}

.material-icons.shironezu:hover{
    color: #ebd842;
}

.material-icons.ginnezu{
    color:  #afafb0;
}

.material-icons.kanariairo{
    color:  #ebd842;
}

.material-icons.kanariairo:hover{
    color:  orangered;
}

.material-icons.orange{
    color: orange;
}

.material-icons.opacity{
    opacity: 0.7;
}






/* ------------------------------------------------------------
   スクロールアロー
   ------------------------------------------------------------ */
.scroll_arrow_down{
	position:absolute;
	text-align: left;
    text-shadow: 0 0 5px white;
    right: 50px;
	bottom: 40px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

.scroll_arrow_down :hover{
    color: orangered;
}


.scroll_arrow_up{
	position:absolute;
	text-align: left;
    text-shadow: 0 0 5px white;
    right: 50px;
	bottom: 70px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

.scroll_arrow_up :hover{
    color: orangered;
}



/*--- SASAKI DEIGN ---*/
.sasaki_mark{
    position:fixed;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 10px;
}

.sasaki_mark a{
    display: block;
    color: darkgray;
    font-size: x-small;
    font-weight: 500;
}

.sasaki_mark a:hover{
    opacity: 0.5;
}


.mb_move{
    width: 100%;
    margin: 0 auto;
}

.mb_move a{
    height: 50px;
    display: block;
    color: darkorange;
    margin: 30px;
    text-align: center;
}




/*--- 2019 add ---*/

.txtbox_padding_top_10px{
    padding: 20px 0;
}

.txtbox_padding_top_40px{
    padding-top: 40px;
}

.txtbox_padding_top_60px{
    padding-top: 60px;
}

.txtbox_margin_top_20{
    margin-top: 25vh;
}

.txtbox_margin_top_page6{
    margin-top: 50vh;
}

.txtbox_margin_top_40{
    margin-top: 50vh;
}

.margin_top_50vh{
    margin-top: 50vh;
}


.txt_subtitle_sec01_h1{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
    margin-left: -15px;
}

.txt_subtitle_h2{
    font-size: 1.5em; 
    line-height: 1.3;
    margin-left: 0;
}


/*---------------------------------
   table
------------------------------*/
.example table {
width: 100%;
height: auto;
border-top: 1px #000000 solid;
border-collapse: collapse;
font-size: small;
}

.example td {
border-bottom: 1px #000000 solid;
background-color: #fff;
padding: 5px;
}

.example th {
border-bottom: 1px #000 solid;
background-color: #727171;
padding: 5px;
    color: white;
}

caption{
    margin-bottom: 5px;
    text-align: left;
}

/* 行内の唯一の見出しだったら幅を指定する */
.example th:first-of-type:last-of-type {
	width: 80px;
}

.example a:hover{
    color: royalblue;
    border-bottom: solid 1px royalblue;
}

.example table img{
    vertical-align: -0.4em;
}

/*---------------------------------
   order_form page
------------------------------*/

#formWrap {
	width:60%;
	margin:0 auto;
	color:white;
	line-height:120%;
	font-size:90%;
    z-index: 100;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid white;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
/* 行内の唯一の見出しだったら幅を指定する */
.formTable th:first-of-type:last-of-type {
	width: 120px;
}